-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
18d5a19
commit ddb2034
Showing
1 changed file
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,38 @@ lein ring uberjar | |
lein ring uberw | ||
|
||
|
||
|
||
systemctl --type=service | ||
|
||
sudo systemctl restart dhcpcd | ||
|
||
cordova build android | ||
|
||
阿里云 [email protected] hvit123! | ||
e41bcfcf | ||
mysql root hvit | ||
|
||
lein deploy clojars | ||
scp pom.xml seiscommon-1.0.0.jar [email protected]: | ||
|
||
scp /home/jack/workspace1/test/zsmzj.db3 [email protected]:~/soft | ||
|
||
mysqldump -u root -p test > hvitpublic | ||
|
||
86472009 | ||
|
||
sudo systemctl restart dhcpcd | ||
|
||
ftp 10.33.253.12 | ||
cezhen 111111 | ||
|
||
|
||
注销指定用户 | ||
who | ||
pkill -kill -t pts/3 | ||
|
||
|
||
|
||
nodeppt generate ppts/clojure1.md -a | ||
|
||
|
||
|
@@ -27,6 +59,56 @@ scp pom.xml seiscommon-1.0.0.jar [email protected]: | |
|
||
scp /home/jack/workspace1/test/zsmzj.db3 [email protected]:~/soft | ||
|
||
|
||
export JAVA_HOME=/home/jack/soft/jdk1.6.0_38 | ||
export PATH=$JAVA_HOME/bin:$PATH | ||
export CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar | ||
|
||
在sdk目录navigator.geolocation.getCurrentPosition(geolocationSuccess, | ||
[geolocationError], | ||
[geolocationOptions]);下 | ||
android 命令安装abi | ||
android list target 查看各target | ||
|
||
sudo sencha-cmd generate app MyApp MyApp | ||
|
||
sencha generate app HelloWorld HelloWorld | ||
Create a config.xml | ||
|
||
sencha cordova init | ||
修改cordova.local.properties 文件:cordova.platforms=ios android blackberry wp8 | ||
sencha app build -run native | ||
|
||
cordova plugins ls | ||
cordova plugin add org.apache.cordova.dialogs | ||
|
||
cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git | ||
|
||
cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git | ||
|
||
Run the file command to add inAppBrowser plugin | ||
|
||
cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git | ||
|
||
phonegap local plugin add org.apache.cordova.dialogs | ||
phonegap local plugin add org.apache.cordova.camera | ||
sencha -d app run | ||
sencha -d app clean | ||
sencha -d app build native | ||
phonegap.username=[email protected] | ||
phonegap.password=shayuxiang | ||
/home/jack/data/touch-2.4.1/MyApp/local.properties | ||
http://pan.baidu.com/s/1ntBM47v#path=%252F%25E5%259C%25B0%25E5%259B%25BE%25E5%258A%25A0%25E5%258A%25A0%2520%25E5%259C%25A8%25E7%25BA%25BF%25E5%259C%25B0%25E5%259B%25BE%25E9%2585%258D%25E7%25BD%25AE%25E6%2596%2587%25E4%25BB%25B6 | ||
|
||
zip -r relationtool.zip relationtool | ||
|
||
ps -ef | grep java | ||
|
||
tar -cvf *.tar name | ||
tar -xvf *.tar | ||
|
||
|
||
|
||
mysqldump -u root -p test > hvitpublic | ||
|
||
|
||
|