上一页 1 2 3 4 5 6 7 8 9 10 ··· 14 下一页
摘要: 织梦dedecms调用栏目的SEO标题、描述、关键字的方法 调用SEO标题:{dede:field.seotitle /} 调用栏目描述:{dede:field.description function='html2text(@me)'/} 调用关键词:{dede:field.keywords/} 阅读全文
posted @ 2018-06-09 14:52 小鬼PSer 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 自动添加QQ 自动聊天 阅读全文
posted @ 2018-05-29 09:44 小鬼PSer 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 时间用now() $sql1 = "insert into registerip (name,logintime,ip,url) values ('1211121',now(),'127.0.0.1','baidu.com') "; $res = mysql_query($sql1); 数据库时间字 阅读全文
posted @ 2018-05-25 15:55 小鬼PSer 阅读(319) 评论(0) 推荐(0) 编辑
摘要: html 利用js点击事件就可以轻松实现全选 php 阅读全文
posted @ 2018-05-24 17:14 小鬼PSer 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 前端代码 php处理页面 阅读全文
posted @ 2018-05-23 14:36 小鬼PSer 阅读(419) 评论(0) 推荐(0) 编辑
摘要: 1.使用Navicat 连接需要导入的数据库。 2.excel 列的名字最好和数据库的名字一致,便于我们直观的查看好理解。 2.excel 列的名字最好和数据库的名字一致,便于我们直观的查看好理解。 第一步,先创建好表,和准备好对应的excel文件。在Navicat 中选中表右键。 第一步,先创建好 阅读全文
posted @ 2018-05-23 14:24 小鬼PSer 阅读(429) 评论(0) 推荐(0) 编辑
摘要: 报错:1130-host ... is not allowed to connect to this MySql server 解决方法: 可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在localhost的那台电脑,登入mysql后,更改 "mysql" 数据库里的 "us 阅读全文
posted @ 2018-05-11 11:02 小鬼PSer 阅读(99) 评论(0) 推荐(0) 编辑
摘要: input框防注入 onblur='AntiSqlValid(this)' 阅读全文
posted @ 2018-05-09 18:08 小鬼PSer 阅读(140) 评论(0) 推荐(0) 编辑
摘要: https://files.cnblogs.com/files/php-qiuwei/sweetalert.min.js https://files.cnblogs.com/files/php-qiuwei/sweetalert.css 标注:http://www.cnblogs.com/php-q 阅读全文
posted @ 2018-05-07 16:04 小鬼PSer 阅读(195) 评论(0) 推荐(0) 编辑
摘要: input输入框输入小写字母自动转换成大写字母有两种方法 1.用js onkeyup事件,即时把字母转换为大写字母: html里input加上 js写函数 这种方法虽然可以,但是输入汉字的时候会受到干扰,还有一种更好的方法 加css 转换不同元素中的文本: h1 {text-transform:up 阅读全文
posted @ 2018-05-05 16:09 小鬼PSer 阅读(554) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 14 下一页