上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 58 下一页
摘要: http://www.phpchina.com/portal.php?mod=view&aid=40127 阅读全文
posted @ 2016-07-28 16:47 Newman·Li 阅读(123) 评论(0) 推荐(0)
摘要: (之前怀疑是不是 核心加密文件留了后门)原文:http://bbs.33hao.com/thread-11613-1-1.html相信各位使用过NC的朋友,多多少少收到过律师函,把一堆人吓尿了,原因你使用了盗版,大哥都要吃饭可以理解#网络那么大,他怎么能快速定位到您的,原因很简单 搜索引擎,N... 阅读全文
posted @ 2016-07-27 14:12 Newman·Li 阅读(376) 评论(0) 推荐(0)
摘要: ?php //if($_SESSION['is_identify']) {?var is_identify = ;if(is_identify){zhuge.identify("",{'真实姓名':"",'手机':""},function(){ $.post('', { }, function... 阅读全文
posted @ 2016-07-15 17:49 Newman·Li 阅读(364) 评论(0) 推荐(0)
摘要: http://biancheng.dnbcw.info/mysql/350809.html 阅读全文
posted @ 2016-06-16 15:15 Newman·Li 阅读(845) 评论(0) 推荐(0)
摘要: PHP:setcookie(name, value, expire, path, domain);//expire为时间戳setcookie("user", "Alex Porter", time()+3600);setcookie("user", "", time()-3600);TP:封装... 阅读全文
posted @ 2016-06-15 16:09 Newman·Li 阅读(213) 评论(0) 推荐(0)
摘要: TypeError: document.getElementByIdx_x(…).submit is not a function的问题这个保存的原因是有name="submit"解决参考文章:http://www.vikaskbh.com/document.getElementByIdx_x... 阅读全文
posted @ 2016-06-15 15:15 Newman·Li 阅读(894) 评论(0) 推荐(0)
摘要: 相对路径如下:会随着URL格式的变化而导致图片显示异常。(特别注意在逻辑路径中../是相对于URL逻辑目录来定位文件的)相对路径出现问题" title="关于图片上传的 相对路径出现问题">异常:相对路径出现问题" title="关于图片上传的 相对路径出现问题">正常:相对路径出现问题" t... 阅读全文
posted @ 2016-06-12 10:52 Newman·Li 阅读(316) 评论(0) 推荐(0)
摘要: 简单的实现了一个Android通讯录 1 获取系统的联系人与电话号码public class GetNumber { //创建一个集合,类型为我们封装的数据的类型PhoenInfo public static List lists = new ... 阅读全文
posted @ 2016-06-08 22:51 Newman·Li 阅读(219) 评论(0) 推荐(0)
摘要: kindedit对换行符是支持的,而更换UE 后有可能出现 之前的内容有空格符等导致JS错乱出错。可尝试如下解决:UE不能出现非 html标签,如 即不能在html模式下 编写换行空格等符。因为前端JS代码将不兼容导致JS出错。 ue.ready(function() { ue.... 阅读全文
posted @ 2016-06-08 13:51 Newman·Li 阅读(215) 评论(0) 推荐(0)
摘要: Android为什么要设计只通过Handler机制更新UI? 最根本的目的就是解决多线程并发问题。假设如果在一个Activity当中,有多个线程去更新ui,并且都没有加锁机制,那么就会出现更新界面错乱,但是如果都进行加锁处理的话,又会导致性能下降。因此,产生... 阅读全文
posted @ 2016-06-08 13:16 Newman·Li 阅读(132) 评论(0) 推荐(0)
上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 58 下一页