会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
叨叨的蜗牛
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
21
22
23
24
25
26
27
28
下一页
2015年6月26日
判断回车触发事件
摘要: 请输入姓名:
阅读全文
posted @ 2015-06-26 09:04 叨叨的蜗牛
阅读(309)
评论(0)
推荐(0)
2015年6月8日
google浏览器图标显示不正常怎么办
摘要: taskkill /f /im explorer.exerem 清理系统图标缓存数据库attrib -h -s -r "%userprofile%\AppData\Local\IconCache.db"del /f "%userprofile%\AppData\Local\IconCache.db"...
阅读全文
posted @ 2015-06-08 08:48 叨叨的蜗牛
阅读(3026)
评论(0)
推荐(0)
2015年6月5日
一句话使用confirm判断
摘要: onclick= "if(confirm( '确定删除? ')==false)return false;"
阅读全文
posted @ 2015-06-05 11:34 叨叨的蜗牛
阅读(150)
评论(0)
推荐(0)
2015年6月3日
网站接入QQ登录(QQ互联)php版的流程
摘要: 0、下载QQ登录(QQ互)php版:下载地址:点击打开链接(本文编写时最新版本:V2.1)1、在QQ互联网站注册一个appid,配置网站地址和回调地址。 例:http://yzdd.app1101808733.twsapp.com yzdd.app1101808733.twsapp.com/ap...
阅读全文
posted @ 2015-06-03 16:06 叨叨的蜗牛
阅读(593)
评论(0)
推荐(0)
2015年5月30日
htmlspecialchars_decode 与 html_entity_decode
摘要: 数据库的数据如果存的是实体的话,读取显示的时候就需要用到这两个函数,但是html_entity_decode函数有解析乱码的时候,而且用这个函数的时候还需要指定编码类型。所以就用htmlspecialchars_decode这个好了 。可是这两个有什么区别呢?html_entity_decode(P...
阅读全文
posted @ 2015-05-30 08:47 叨叨的蜗牛
阅读(1979)
评论(0)
推荐(0)
2015年5月5日
页面点击出发qq聊天的
摘要: #######
阅读全文
posted @ 2015-05-05 13:54 叨叨的蜗牛
阅读(87)
评论(0)
推荐(0)
2015年4月29日
securecrt connection was reset或connection close问题
摘要: 用securecrt连接虚拟机中的linux时,提示connection was reset,经查找,是linux中的eth0的IP有冲突,解决办法,修改eth0中的ip
阅读全文
posted @ 2015-04-29 16:51 叨叨的蜗牛
阅读(1692)
评论(0)
推荐(0)
解决error while loading shared libraries: libltdl.so.3: cannot open shared object file: No such file or directory
摘要: 执行yum install libtool-ltdl-devel然后删除PHP解压目录,重新解压configure make && make install 应该就可以了
阅读全文
posted @ 2015-04-29 16:10 叨叨的蜗牛
阅读(1964)
评论(0)
推荐(0)
2015年4月27日
php中instanceof的使用
摘要: 很多人对于php中instanceof的使用不是很了解,下面就为朋友们详细的介绍一下php中instanceof的使用的知识: instanceof函数是php5中新添的面向对象的函数。他主要的作用是 检测一个给定的对象是否属于(继承于)某个类(class)、某个类的子类、某个接口(interf...
阅读全文
posted @ 2015-04-27 18:47 叨叨的蜗牛
阅读(615)
评论(0)
推荐(0)
2015年4月25日
linux彻底卸载删除mysql
摘要: 在linux下开发,mysql数据库是经常用到的,对于初学者来说,在linux怎么安装卸载mysql数据库,也许可能比较痛苦,这里简单介绍下,怎么卸载msql数据库。a)查看系统中是否以rpm包安装的mysql[plain] view plaincopy[root@linux~]#rpm-qa|gr...
阅读全文
posted @ 2015-04-25 13:37 叨叨的蜗牛
阅读(377)
评论(0)
推荐(0)
上一页
1
···
21
22
23
24
25
26
27
28
下一页
公告