在线笔记
全部博文(596)
发布时间:2014-11-10 17:12:35
http://www.cnblogs.com/Tiger-Dog/articles/2105215.html在Android中,一个应用程序可以使 用其它应用程序的组件,这是Android系统一个非常重要的特性。例如,你编写的应用程序需要显示一个可以滚动的图片列表,如果其它某个应用程序已经开 发了具有此功能的组件并对外发布了此组件以使其它应用程序能够使用此组件,因.........【阅读全文】
发布时间:2014-11-05 10:17:47
1。 安装JDK2 C:\Users\Administrator>native2ascii -reverse d:\1.txt const-string v4, "获取网络数据出错!" const-string v1, "该功能只能在网络状态下使用!"......【阅读全文】
发布时间:2014-11-04 23:03:45
AndroidManifest.xml<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.droider.free" android:versionCode="1" android:versionName="1.0" &n.........【阅读全文】
发布时间:2014-11-04 14:33:24
1.CTRL+SHIFT+F (Find in files),2. 正则表达式,3. 搜索内容: ^:b*[^:b#/]+.*$ #开头和/开头或者空行都不计入代码量。4. 最后一行就是代码行数了。 匹配行: 8447 匹配文件: 66 合计搜索文件: 77......【阅读全文】
发布时间:2014-11-03 15:30:40
http://stackoverflow.com/questions/18829485/how-to-load-rsa-key-pair-without-p-q-etc-opensslEVP_PKEY *load_key(BIO *err, const char *file, int format, int maybe_stdin, &nbs.........【阅读全文】