报错:Program bash is not found in PATH(如果按照我的方法来的话是没有这个错误的,我之前用别的方法的时候有但是后来还是没解决,写出来放到这里做参考吧)参考原文:http://blog.csdn.net/fuyongbing1986/article/details/11...
分类:
移动开发 时间:
2014-08-21 22:28:24
阅读次数:
302
有时候,日志输出的时候会根据时间来分类,譬如“20140821\trace.log”,在Enterprise Library中通过工具配置,只能定义日志文件名称,可以通过代码修改FlatFileTraceListenerData实现或Custom Trace Listener方式, 通过代码修改Fl...
分类:
Web程序 时间:
2014-08-21 18:48:24
阅读次数:
376
Pillowsupport for JPEG2000 comes fromopenjpeg2 library. Unfortunatly, Ubuntu's libopenjpeg2 package is not version 2 of the openjpeg library, butactua...
分类:
编程语言 时间:
2014-08-21 18:35:14
阅读次数:
363
Theandcoordinates of the point of intersection of two non-vertical lines can easily be found using the following substitutions and rearrangements.Supp...
分类:
其他好文 时间:
2014-08-21 18:31:04
阅读次数:
189
多线程模型设计是一个比较复杂的逻辑,但是python对于多线程的处理却有种种方便的类库,不需要过多的纠结线程间的操作细节。比如[multiprocessing.Pool](https://docs.python.org/2/library/multiprocessing.html...
分类:
编程语言 时间:
2014-08-21 17:27:04
阅读次数:
339
1.编译目标代码时指定的动态库搜索路径 -rpath; 2.环境变量LD_LIBRARY_PATH指定的动态库搜索路径; 3.配置文件/etc/ld.so.conf中指定的动态库搜索路径; 4.默认的动态库搜索路径/lib; 5.默认的...
分类:
其他好文 时间:
2014-08-21 15:21:44
阅读次数:
245
先把收集到有用资料整理一下,等项目完成再写篇文章
app在后台播放报警音:https://developer.apple.com/library/ios/qa/qa1668/_index.html
后台运行设置:http://blog.shiqichan.com/ios-ble-background-central-scanning/
http://blog.csdn.net/mon...
分类:
移动开发 时间:
2014-08-21 13:24:14
阅读次数:
239
首件创建项目:此处可参照:http://maven.apache.org/guides/mini/guide-webapp.htmlmvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-webapp -Darchet.....
分类:
Web程序 时间:
2014-08-21 09:42:24
阅读次数:
274
通过前面的几篇博客,大家看到了Google是如何解释action bar和fragment以及推荐的用法。俗话说没有demo的博客不是好博客,下面我会介绍一下action bar和fragment在实战中的应用,以及相关demo源码,希望和大家相互交流。
了解过fragment的同学们应该都知道,fragment是android 3.0版本才出现的的,因此如果要在支持android 3.0一下版本的工程中使用fragment的话是需要添加Support Library的。具体如何添加我就不再赘述,可以看我前...
分类:
移动开发 时间:
2014-08-21 04:12:53
阅读次数:
455
Eclipse自带Junit插件,不用安装就能在项目中编写测试用例,非常方便。在项目中添加Junit库在编写测试用例之前,需要先引入Junit。对项目根目录右键,选择Properties,Java Build Path,Libraries,如图:Add Library,选择Junit:点Next选择...
分类:
系统相关 时间:
2014-08-21 01:35:03
阅读次数:
290