`
shappy1978
  • 浏览: 681558 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论
文章列表
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

$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
http://m.blog.sina.com.cn/s/blog_58d181800100gj81.html#page=39

Salabash Test Comment

* 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

//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 軟體,主要設計用來測試軟體行為在負載較 ...

Moco

    博客分类:
  • Web
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 ...
Global site tag (gtag.js) - Google Analytics