将dll文件覆盖安装目录下的文件,之后用算号器算出license文件,将license文件放在安装目录下即可。算号器是在http://www.dxper.net/thread-408-1-1.html这儿下载的。感谢liangxiaorui。4.0的下载链接:http://pan.baidu.com...
分类:
其他好文 时间:
2015-08-15 13:22:01
阅读次数:
249
learning by doing, recently i'm learning English, and maybe from now on, i'll post article in English (if possible).in the very beginning, it may diff...
分类:
移动开发 时间:
2015-08-15 13:14:18
阅读次数:
221
Android5.0上Audio Patch和Patch Panel的一些分析...
分类:
移动开发 时间:
2015-08-14 15:42:56
阅读次数:
137
1.通过html比较diff_text两文本不同之处#!/usr/bin/envpythonimportdifflibtext1="""text1:Thismoduleprovidesclassesandfunctionsforcomparingsequences.includingHTMLandcontextandunifieddiffs.difflibdocumentv7.4addstring"""text1_lines=text1.splitlines()text2="""text..
分类:
编程语言 时间:
2015-08-12 19:56:38
阅读次数:
201
通过html来比较nginx配置文件和备份的ngixn不同#!/usr/bin/envpythonimportdifflibimportsystry:textfile1=sys.argv[1]textfile2=sys.argv[2]exceptException,e:print"error:"+str(e)print"Usage:diff_nginx.pyfilename1filename2"sys.exit()defreadline(filename):try:fileHan..
分类:
编程语言 时间:
2015-08-12 19:56:30
阅读次数:
195
初次接到这个题目,我发现这非常的简单,于是按照以往的经验“随便”写了一个: function array_diff($array_1, $array_2) { ? ? $diff = array(); ? ? foreach ($array_1 as $k => $v1) { ? ?? ???$fl...
分类:
编程语言 时间:
2015-08-12 17:06:14
阅读次数:
114
Description:Every time it rains on Farmer John's fields, a pond forms over Bessie's favorite clover patch. This means that the clover is covered by wa...
分类:
其他好文 时间:
2015-08-12 16:27:38
阅读次数:
173
Drainage DitchesProblem DescriptionEvery time it rains on Farmer John's fields, a pond forms over Bessie's favorite clover patch. This means that the ...
分类:
其他好文 时间:
2015-08-11 16:00:06
阅读次数:
145
?Understand the Business DomainMark RichardsEFFECTivE SoFTWARE ARCHiTECTS understand not only technology but also the business domain of a problem space. Without business domain knowl- edge, it is diff...
分类:
其他好文 时间:
2015-08-11 10:07:35
阅读次数:
92
阿里巴巴无线事业部最近开源的Android平台下的无侵入运行期AOP框架Dexposed,该框架基于AOP思想,支持经典的AOP使用场景,可应用于日志记录,性能统计,安全控制,事务处理,异常处理等方面。
针对Android平台,Dexposed支持函数级别的在线热更新,例如对已经发布在应用市场上的宿主APK,当我们从crash统计平台上发现某个函数调用有bug,导致经常性crash,这时,可以...
分类:
移动开发 时间:
2015-08-07 20:16:58
阅读次数:
159