上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 35 下一页
摘要: <script src="http://pv.sohu.com/cityjson?ie=utf-8"></script> <script>document.getElementById("ip").value=returnCitySN.cip;</script> 直接浏览器访问http://pv.s 阅读全文
posted @ 2016-01-15 10:22 绿尘枫 阅读(1971) 评论(0) 推荐(0) 编辑
摘要: 1.die(""); 阅读全文
posted @ 2016-01-13 20:24 绿尘枫 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 1.php函数和方法是不用的:类的方法可以设定访问权限,需要通过对象或者类来调用;函数是公共的,都可以使用。 阅读全文
posted @ 2016-01-12 08:43 绿尘枫 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 教程链接:http://www.runoob.com/jqueryui/example-datepicker.html 参数:http://hare6.blog.163.com/blog/static/1992790201351332052575/ <!doctype html><html lang 阅读全文
posted @ 2016-01-09 08:56 绿尘枫 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 原理:http://www.cnblogs.com/exmyth/p/4603496.html一个兼容大多数浏览器的插件:http://www.cnblogs.com/PeunZhang/p/3324727.html多种方法:http://www.cnblogs.com/tylerdonet/p/4... 阅读全文
posted @ 2016-01-07 18:06 绿尘枫 阅读(638) 评论(0) 推荐(0) 编辑
摘要: 复制页面的一段代码,然后用Dreamweaver在整个项目中查找代码。找不到的原因:1.查找的内容是从数据库中读出来的。连数据库文件一起查便知。 2.查找的代码是某个函数生成的。 阅读全文
posted @ 2016-01-07 08:51 绿尘枫 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-01-06 18:05 绿尘枫 阅读(144) 评论(0) 推荐(0) 编辑
摘要: $this->display ( "Public:login" );import ( 'Wechat', APP_PATH . 'Common/Wechat', '.class.php' );//引入某个类,这样是使用$weObj = new Wechat ( $options );$this->s... 阅读全文
posted @ 2016-01-06 16:24 绿尘枫 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-12-31 00:08 绿尘枫 阅读(115) 评论(0) 推荐(0) 编辑
摘要: php页面: $img=M('Img')->where('id=19')->find(); $contact=html_entity_decode($img['info']); $this->assign('contact',$contact);html页面: {pigcms:$cont... 阅读全文
posted @ 2015-12-28 22:39 绿尘枫 阅读(131) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 35 下一页