上一页 1 2 3 4 5 6 7 8 9 10 ··· 14 下一页
摘要: 阅读全文
posted @ 2018-06-13 15:38 小鬼PSer 阅读(219) 评论(0) 推荐(0)
摘要: 织梦dedecms调用栏目的SEO标题、描述、关键字的方法 调用SEO标题:{dede:field.seotitle /} 调用栏目描述:{dede:field.description function='html2text(@me)'/} 调用关键词:{dede:field.keywords/} 阅读全文
posted @ 2018-06-09 14:52 小鬼PSer 阅读(97) 评论(0) 推荐(0)
摘要: 自动添加QQ 自动聊天 阅读全文
posted @ 2018-05-29 09:44 小鬼PSer 阅读(173) 评论(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 阅读(332) 评论(0) 推荐(0)
摘要: html 利用js点击事件就可以轻松实现全选 php 阅读全文
posted @ 2018-05-24 17:14 小鬼PSer 阅读(296) 评论(0) 推荐(0)
摘要: 前端代码 php处理页面 阅读全文
posted @ 2018-05-23 14:36 小鬼PSer 阅读(442) 评论(0) 推荐(0)
摘要: 1.使用Navicat 连接需要导入的数据库。 2.excel 列的名字最好和数据库的名字一致,便于我们直观的查看好理解。 2.excel 列的名字最好和数据库的名字一致,便于我们直观的查看好理解。 第一步,先创建好表,和准备好对应的excel文件。在Navicat 中选中表右键。 第一步,先创建好 阅读全文
posted @ 2018-05-23 14:24 小鬼PSer 阅读(467) 评论(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 阅读(135) 评论(0) 推荐(0)
摘要: input框防注入 onblur='AntiSqlValid(this)' 阅读全文
posted @ 2018-05-09 18:08 小鬼PSer 阅读(154) 评论(0) 推荐(0)
摘要: https://files.cnblogs.com/files/php-qiuwei/sweetalert.min.js https://files.cnblogs.com/files/php-qiuwei/sweetalert.css 标注:http://chuna2.787528.xyz/php-q 阅读全文
posted @ 2018-05-07 16:04 小鬼PSer 阅读(212) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 14 下一页