Android 加载项目失败: sdk/build-tools/android-4.4.2/aapt:
error while loading shared libraries: libz.so.1: cannot open shared object file:
No such file or ....
分类:
移动开发 时间:
2014-05-06 09:19:19
阅读次数:
418
新浪微博关注代码生成地址:http://open.weibo.com/widget/followbutton.php腾讯微博收听代码生成地址:http://dev.t.qq.com/websites/usefollowcompQQ空间关注代码生成地址:http://connect.qq.com/in...
分类:
其他好文 时间:
2014-05-06 00:58:52
阅读次数:
301
http://www.oschina.net/question/100267_61129?sort=default&p=1#tags_navhttp://www.cnblogs.com/top5/archive/2011/12/29/2306241.htmlhttp://www.open-open....
分类:
移动开发 时间:
2014-05-05 22:49:04
阅读次数:
417
https://github.com/Trinea/android-open-project
分类:
移动开发 时间:
2014-05-05 11:07:18
阅读次数:
327
前些天Open入手了Teensy++ 2.0,所以在无聊的情况下研究了Teensy++
2.0模拟EM410X,并且针对EM410X的门禁进行了一次暴力破解测试,以下就是相关代码以及内容。什么是低频?什么是EM410x?首先,我不得不再次提一下那些工作在125khz频率下的低频卡(如:EM410X之...
分类:
其他好文 时间:
2014-05-05 10:02:05
阅读次数:
555
1.
以资源文件的形式设置控件样式QFiledata(QString(":/style.qss"));QStringqssFile;if(data.open(QFile::ReadOnly)){QTextStreamstyleIn(&data);qssFile=styleIn.readAll();d...
分类:
其他好文 时间:
2014-05-04 20:49:35
阅读次数:
317
【原题】
1706: [usaco2007 Nov]relays 奶牛接力跑
Time Limit: 5 Sec Memory Limit: 64 MB
Submit: 340 Solved: 162
[Submit][Status]
Description
FJ的N(2 <= N <= 1,000,000)头奶牛选择了接力跑作为她们的日常锻炼项目。至于进行接力跑的地点...
分类:
其他好文 时间:
2014-05-04 18:02:19
阅读次数:
381
中文版显示:Firefox 已经在运行,但是没有响应。如要打开新窗口,您必须先关闭该 Firefox 进程,或者重新启动您的系统。
英文版显示:Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or ...
分类:
系统相关 时间:
2014-05-04 17:44:21
阅读次数:
647
在eclipse中,OpenResource对话框经常使用,输入关键字搜索文件的时候默认会将.class文件带出来,干扰查找源文件,可通过以下步骤过滤掉.class文件
分类:
系统相关 时间:
2014-05-04 10:50:01
阅读次数:
609
通过Camera进行拍照步骤:
调用Camera的open()方法打开相机。该方法默认打开后置摄像头。如果需要打开指定摄像头,可以为该方法传入摄像头ID。
调用Camera的getParameters()方法获取拍照参数。该方法返回一个Camera.Parameters对象
调用Camera.Parameters对象方法设置拍照参数
调用Camera的startPreview()方法开始预览取景,在预览取景之前需要调用Camera的setPreviewDisplay(SurfaceHolder holder...
分类:
移动开发 时间:
2014-05-03 21:00:25
阅读次数:
347