- 浏览: 707086 次
- 性别:
- 来自: 广州
-
最新评论
-
shappy1978:
自己踩死自己了,我还是有远见的嘛
该死的微软,该死的IE -
calosteward:
I know Zxing and shopsavvy, bot ...
[trans]COMPARISON OF MOBILE BARCODE SCANNERS -
qq690388648:
唉……四年前的Bug,现在还没改,Apache也有不足的地方啊 ...
POI解析Word表格备忘 -
shappy1978:
Now I get to say that every met ...
Jailbreak Detection on iOS -
hebeixiaolei:
你好,我想问一下,用poi如何往word文档里插入超链接呀!
POI读取Word文档总结
文章列表
http://www.cocoachina.com/ios/20160623/16812.html
背景
识别二维码的项目数不胜数,每次都是开箱即用,方便得很。
这次想用 OpenCV 从零识别二维码,主要是温习一下图像处理方面的基础概念,熟悉 OpenCV 的常见操作,以及了解二维码 ...
Share Jenkins Workspace
- 博客分类:
- CI
http://www.cnblogs.com/itech/p/5192162.html
* use custom workspace can customize the current job's workspace folder, it will create folder under Jenkins root folder, but it don't support relative path, use $JENKINS_HOME\jobs\xxx\workspace\
* do not use custom workspace in root job, bcoz SCM wi ...
Android Unit Test
- 博客分类:
- CI
https://www.linkedin.com/pulse/android-continuous-integration-jenkins-%C3%B6zg%C3%BCr-kaya
#for cleaning old builds and build without unit tests
gradle clean build -b $WORKSPACE/build.gradle --exclude-task test
#for cleaning old builds and build with unit tests
gradle cle
* SDK null will by default build on device, for simulator set to
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/
* OpenConnect Plugin is not available on the official list. but can clone from Github
* Use mvn update|mvn package|mvn install to build package and install
* Looks OC can only support web vpn, and it not support "share secret", so not suitable for me
* it has problem to run with sudo
...
Jenkins Install Comment
- 博客分类:
- Web
http://linjunpop.logdown.com/posts/162202-set-up-jenkins-server-on-the-mac-mini-to-run-ios-tests
* download jar and run
$ java -jar jenkins.jar
* $brew install jenkins
$ ln -sfv /usr/local/opt/jenkins/*.plist ~/Library/LaunchAgents //config
$ sudo ln -sfv /usr/local/opt/jenkins/*.plist /Li ...
http://blog.csdn.net/sanyuancap/article/details/24806899
* Genymotion package now already include Vitualbox
* the host ip is 10.0.2.2 on win and 10.0.3.2 on Mac, not sure where to setup the ip yet, by default it will connect a visual wifi. But it can't connect to internet. it will be an issue.
...
Charge of Macbook Pro
- 博客分类:
- 生活
电源被偷后十分不方便,tb买了一个山寨货,80多,上午到货。比较了一下,没有浮雕logo,文字偏灰色比原装浅,线比较硬,感觉较粗糙,扭动的关节都很涩生硬,不像原装顺滑有档位感,发热方面没有明显差异,指示灯ok,磁性ok。
Install Genymotion
- 博客分类:
- Android
$brew cask install androidsdk
install android api
set up android home
$ vi ~/.bash_profile
export ANDROID_HOME=/usr/local/Cellar/android-sdk/24.4.1_1
edit the apb and android sdk path in genymotion
//************************************************************************************
http://blog.sina.com.cn/s/blog_4aa3c5610102vhee.html
Religion original history
- 博客分类:
- 生活
http://m.blog.sina.com.cn/s/blog_58d181800100gj81.html#page=39
Salabash Test Comment
- 博客分类:
- iPhone
* Device test need to enable UI Automation(setting>delevoper), or the app will crash after launch
* Can't test iphone app on iPad, it will cause touch unwork, though it return success.
//calabash-cucumber for ios
https://www.moncefbelyamani.com/ios-automated-testing-with-calabash-cucumber-ruby/
https://www.moncefbelyamani.com/how-to-install-xcode-homebrew-git-rvm-ruby-on-mac/#lion-install //install tools for dev
* xcode-select --install //xcoce-select
* http://developer. ...
http://cloudchen.logdown.com/posts/247932/apache-jmeter-tool-for-load-test-and-measure-performance
Apache JMeter™ : 負載測試與效能測量的好工具
JMeter 是 Apache 組織下一套百分之百由 Java 來開發的 open source 軟體,主要設計用來測試軟體行為在負載較 ...
git clone https://github.com/dreamhead/moco.git //source code can't compile stand along jar
cd moco
./bradlew build
java -jar moco-runner-<version>-standalone.jar start -p 12306 -c foo.json
java -jar moco-runner-<version>-standalone.jar start -p 12306 -g foo.json //use inclu ...