会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
绿尘枫
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
21
22
23
24
25
26
27
28
29
···
35
下一页
2016年1月15日
获取登录的地点和ip地址的js
摘要: <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 绿尘枫
阅读(1991)
评论(0)
推荐(0)
2016年1月13日
thinkphp php审核后返回信息给html
摘要: 1.die("");
阅读全文
posted @ 2016-01-13 20:24 绿尘枫
阅读(288)
评论(0)
推荐(0)
2016年1月12日
php的一些误解
摘要: 1.php函数和方法是不用的:类的方法可以设定访问权限,需要通过对象或者类来调用;函数是公共的,都可以使用。
阅读全文
posted @ 2016-01-12 08:43 绿尘枫
阅读(132)
评论(0)
推荐(0)
2016年1月9日
datepicker插件的使用
摘要: 教程链接: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 绿尘枫
阅读(319)
评论(0)
推荐(0)
2016年1月7日
网页一键复制
摘要: 原理: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 绿尘枫
阅读(651)
评论(0)
推荐(0)
用dreamweaver查找页面位置
摘要: 复制页面的一段代码,然后用Dreamweaver在整个项目中查找代码。找不到的原因:1.查找的内容是从数据库中读出来的。连数据库文件一起查便知。 2.查找的代码是某个函数生成的。
阅读全文
posted @ 2016-01-07 08:51 绿尘枫
阅读(270)
评论(0)
推荐(0)
2016年1月6日
md5小工具
摘要:
阅读全文
posted @ 2016-01-06 18:05 绿尘枫
阅读(170)
评论(0)
推荐(0)
thinkphp常用的一些函数
摘要: $this->display ( "Public:login" );import ( 'Wechat', APP_PATH . 'Common/Wechat', '.class.php' );//引入某个类,这样是使用$weObj = new Wechat ( $options );$this->s...
阅读全文
posted @ 2016-01-06 16:24 绿尘枫
阅读(248)
评论(0)
推荐(0)
2015年12月31日
一次很失败的抄底
摘要:
阅读全文
posted @ 2015-12-31 00:08 绿尘枫
阅读(121)
评论(0)
推荐(0)
2015年12月28日
在微应用程序中插入某篇文章的内容
摘要: 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 绿尘枫
阅读(136)
评论(0)
推荐(0)
上一页
1
···
21
22
23
24
25
26
27
28
29
···
35
下一页
公告