wince +sl 群
上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页
摘要: 手头有一个LIB,开始想使用OllyDebug和IDA.但它们均打不开此lib文件。 baidu一下,看到此文 http://www.cnblogs.com/DylanWind/archive/2010/11/15/1877889.html 一步一步的操作,还真的解决一下lib的功能限制。 注意事项 1. dumpbin的下载在CSDN上面有。 2. lib 一定要注意obj在路径 ,我的项目.\... 阅读全文
posted @ 2015-06-15 10:48 pengxinglove 阅读(1641) 评论(0) 推荐(0)
摘要: 源文件与模块生成时的文件不同。仍要让调试器使用它吗?【转】 http://blog.csdn.net/zsfsmartfish/article/details/18358451 vs2010当中,给项目添加外部引用库: lib http://wenku.baidu.com/link?url=JQyMZ0B0znFtoufNHPObn1rFHAycW2Z-EEanxyJqxxrFh_cyMRZw6L... 阅读全文
posted @ 2015-06-15 08:40 pengxinglove 阅读(680) 评论(0) 推荐(0)
摘要: pc 制作数据,然后通过sqlcipher 在PC上面加密 android 通过sqlcipher来读取解密数据。 通信简单地修改xutil,就可以让xutil支持sqlcipher,创建与读取加密数据库。 http://blog.csdn.net/zhanghw0917/article/details/39343057sqlcipher 加密数据库后想要查看数据库 ,需使用使用sqlciph... 阅读全文
posted @ 2015-06-08 15:33 pengxinglove 阅读(520) 评论(0) 推荐(0)
摘要: Please see the correct annswer HERE You have set a break point in one of the classes. Just take off all the break points in your project and run again, their will be no problem. Eclipse->Window->Show ... 阅读全文
posted @ 2015-05-18 15:26 pengxinglove 阅读(155) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/10157508/how-to-change-the-size-of-the-button-of-an-android-checkbox http://www.anddev.org/tutorial_change_look_of_checkbox-t4553.html 阅读全文
posted @ 2015-05-18 10:38 pengxinglove 阅读(172) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/5250515/how-to-update-the-android-media-database 阅读全文
posted @ 2015-05-14 09:12 pengxinglove 阅读(376) 评论(0) 推荐(0)
摘要: String where = FileColumns._ID + “=?”; getContentResolver().delete(Files.getContentUri(“external”), where, new String[]{id}); 阅读全文
posted @ 2015-05-05 17:46 pengxinglove 阅读(332) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/2367381/extract-numbers-from-a-string-java Pattern p = Pattern.compile(\\d+); 使用这个会有空字符串出现 Pattern p = Pattern.compile("-?\\d+"); 这是OK, 阅读全文
posted @ 2015-05-04 17:03 pengxinglove 阅读(3230) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/zhuhongshu/article/details/38172093 微课程要支持windows, mac, android 三大平台, 需要解决几个问题 1. 音频支持 android : amr, mp3(使用lame) mac : mp3(原生支持) windows: libzplay, bass 阅读全文
posted @ 2015-04-30 09:47 pengxinglove 阅读(390) 评论(0) 推荐(0)
摘要: 上下切换 ctrl +- 查看定义 F12 格式化代码 ctrl K,D 删除当前行ctrl x 复制当前行 ctrl c ctrl v 查看定义 F12 页面切换 ctrl –, 切换之前 ctrl shift - 注释: ctrl k,c 取消: ctrl k,u http://blog.csdn.net/teng_s2000/article/details/5820764 如何在Visu... 阅读全文
posted @ 2015-04-24 09:08 pengxinglove 阅读(154) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页
wince +sl 群