- 浏览: 700113 次
- 性别:
- 来自: 广州
最新评论
-
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文档总结
文章列表
Checking Maven Setting
- 博客分类:
- CI
http://stackoverflow.com/questions/1261215/maven-command-to-determine-which-settings-xml-file-maven-is-using
* mvn -X to check local/global setting, include local repo path
* mvn install to set setting xml
mvn install --settings c:\user\settings.xml
--global-settings c:\global\settings.
split and merge file
- 博客分类:
- 临时
Mac:
split -b X filname outputfilename //X is size, 10k or 100m
cat filename.01 filename.02 ... filename.20 > filename
Windows:
Copy 002.jpg/b + 001.txt/a 003.jpg //b mean binary, a mean ASCII
Copy /b file1+file2 outputfile
//to split file, use winrar
About Halloween
- 博客分类:
- English
https://en.wikipedia.org/wiki/Halloween
About Halloween/Hallowmas
Vocabulary
pumpkin
witch
skeleton
ghost
cobweb 蜘蛛网
headstone 墓碑
萬聖節與圣诞节一樣都是来自于天主教对其它文化的节日的吸收和重新诠释。万圣夜起源于不列颠凯尔特人的传统节日,在10月的最后一天,他们相信这是夏天的终结,冬天的开始,这一天是一年的重要标志,是最重要的节日之一,被称为「死人之日」,或者“鬼节”。这一天各种恶鬼出没,死去人们的灵魂也会离开身体,在世间游走,这一天的晚上也 ...
http://stackoverflow.com/questions/40296756/homebrew-saying-xcode-is-outdated
sudo xcode-select --switch /Applications/XCode.app
So as @NicolasMiari mentioned in a comment above, the fix to my issue ended up having to have both Xcode 7 and Xcode 8 on my machine. I went on the apple developer ...
How to disable Windows Dev license checking
Backgroud
When we are using VS to debug App, we need Windows Dev license. But network proxy block our device to renew the license.
If the license expired, you are not able to debug anymore. In order to fix this issue, we need to get help from IT ...
100个中国传统英文词汇 今天是农历正月十五元宵节,,是中国汉族民俗传统节日。元宵节用英文怎么说?除了元宵节,刺绣、剪纸、书法、小笼包、《红楼梦》„„这些中华传统都会吗? 下面小编助你一臂之力,一起来学习吧!(via中国日报)
1.元宵节:Lantern Festival
2.刺绣:Embroidery
3.重阳节:Double-Ninth Festival
4.清明节:Tomb sweeping day
5.剪纸:Paper Cutting
6.书法: Calligraphy
7.对联:(Spring Fest ...
Paper Tower and etc
- 博客分类:
- English
你用对“纸巾”了没有? 在英语当中,表达“纸巾”的词很多。如 tissue, ( paper ) napkin, serviette, toilet paper, facial paper, paper towel . 但这些词是有区别的,也就是说,在不同的场合用不同的“纸巾”。
一.餐巾
1. napkin ['næ ...
http://www.cocoachina.com/ios/20161014/17574.html
就我的使用来说,总体觉得苹果还是坑不断,但是也在一直进步的啦。下面我就来说说,iOS10的适配以及Xcode8使用上的一些注意点。
一、证书管理
用Xcode8打开工程后,比较明显的就是下图了,这个是苹果的新特性,可以帮助我们自动管理证书。建议大家勾选这个Automatically manage signing(Ps.但是在beat2版本我用的时候,完全不可以,GM版本竟然神奇的又好了。)
* xcode plugin will generage the test report, to do the same thing, we need xcpretty to export junit report
#proj + target and workspace + scheme
xcodebuild test \
-workspace xxx.xcworkspace \
-scheme xxx \
-destination 'platform=iOS Simulator,name=iPhone 6,OS=9.3' \
-config ...
$ ls -P slather
or
$ which slather
can't access jenkins by ip
- 博客分类:
- CI
if jenkins is installed by brew, it will set the binding port to 127.0.0.1 by default. and can't access by ip through network or local browser. To fix it, pls refer bellow url:
http://mikezornek.com/2013/11/24/updating-homebrews-httplistenaddress-default-for-jenkins/
change the jenkins location in ...
前言
刚刚接触iOS的时候,我就一直很好奇,模拟器上面能不能直接安装app呢?如果可以,我们就直接在模拟器上面聊QQ和微信了。直到昨天和朋友们聊到了这个话题,没有想到还真的可以给模拟器“安装”app!
一.应用场景
先来谈谈是什么情况下,会有在模拟器上安装app的需求。
在一个大公司里,对源码的管理有严格的制度,非开发人员是没有权限接触到源码的。对苹果的开发证书管理也非常严格,甚至连开发人员也没有发布证书,证书只在持续集成环境或者Appstore产线里面,或者只在最后打包上架的人手上。
那么现在就有这样的需求,开发人员搭建好UI以后,要把开发完成的Alapha版给到UI设计师那边去评 ...
issues in XCode 8
- 博客分类:
- iPhone
http://www.cocoachina.com/bbs/read.php?tid=1696016
升级xcode8已是必然,升级ios10的用户不能说大有人在,应该也不会少,楼主听说,如果不升级xcode8,上架最新的包,那么可能应用在ios10 上是不支持的.so,这些xcode8的新特性,你应该了解!!!1.快捷键 ...
Reset Jenkins PW
- 博客分类:
- CI
//for win, only need to do 2,3 and restart.
1. Edit /opt/bitnami/apps/jenkins/jenkins_home/config.xml
2. set userSecurity to false: <userSecurity>false</userSecurity>
Iterm2 快捷键介绍
- 博客分类:
- CI
Mac 原来自带的终端工具 Terminal 不好用是出了名的,虽然最近几个版本苹果稍微做了些优化,功能上,可用性方面增强不少,无奈有个更好用的 Iterm2 摆在那,基本上也就没有多少出场机会了
Iterm2,经常使用终端的同学肯定早就切换到这个东东上了,开源免费,和 zsh 搭配差不多已经取代 Terminal + bash 成了 Mac 上终端工具的标准配置。
Iterm2 的优点:
兼容性好,远程服务器 vi 什么的低版本能很好兼容,Terminal 则会出问题
支持 xterm-256 色,方便在终端中配置 vim/emacs 代码配色
快捷键丰富,自带/自己定义都很方便
...