会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小鬼PSer
职业修图,企业站制作。
http://xiaoguicms.cn
QQ 1805843351
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
14
下一页
2018年6月9日
织梦标签
摘要: 织梦dedecms调用栏目的SEO标题、描述、关键字的方法 调用SEO标题:{dede:field.seotitle /} 调用栏目描述:{dede:field.description function='html2text(@me)'/} 调用关键词:{dede:field.keywords/}
阅读全文
posted @ 2018-06-09 14:52 小鬼PSer
阅读(95)
评论(0)
推荐(0)
2018年5月29日
自动添加QQ
摘要: 自动添加QQ 自动聊天
阅读全文
posted @ 2018-05-29 09:44 小鬼PSer
阅读(170)
评论(0)
推荐(0)
2018年5月25日
php把时间存入数据库为年月日时分秒类型
摘要: 时间用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
阅读(327)
评论(0)
推荐(0)
2018年5月24日
PHP后台批量删除数据
摘要: html 利用js点击事件就可以轻松实现全选 php
阅读全文
posted @ 2018-05-24 17:14 小鬼PSer
阅读(291)
评论(0)
推荐(0)
2018年5月23日
PHP部分--file图片上传服务器、图片路径存入数据库,并读取
摘要: 前端代码 php处理页面
阅读全文
posted @ 2018-05-23 14:36 小鬼PSer
阅读(434)
评论(0)
推荐(0)
Excel表格数据导入Mysql数据库的方法
摘要: 1.使用Navicat 连接需要导入的数据库。 2.excel 列的名字最好和数据库的名字一致,便于我们直观的查看好理解。 2.excel 列的名字最好和数据库的名字一致,便于我们直观的查看好理解。 第一步,先创建好表,和准备好对应的excel文件。在Navicat 中选中表右键。 第一步,先创建好
阅读全文
posted @ 2018-05-23 14:24 小鬼PSer
阅读(454)
评论(0)
推荐(0)
2018年5月11日
报错:1130-host ... is not allowed to connect to this MySql server 开放mysql远程连接 不使用localhost
摘要: 报错:1130-host ... is not allowed to connect to this MySql server 解决方法: 可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在localhost的那台电脑,登入mysql后,更改 "mysql" 数据库里的 "us
阅读全文
posted @ 2018-05-11 11:02 小鬼PSer
阅读(117)
评论(0)
推荐(0)
2018年5月9日
防sql注入
摘要: input框防注入 onblur='AntiSqlValid(this)'
阅读全文
posted @ 2018-05-09 18:08 小鬼PSer
阅读(150)
评论(0)
推荐(0)
2018年5月7日
表单弹窗
摘要: 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
阅读(203)
评论(0)
推荐(0)
2018年5月5日
input输入框输入大小写字母自动转换
摘要: input输入框输入小写字母自动转换成大写字母有两种方法 1.用js onkeyup事件,即时把字母转换为大写字母: html里input加上 js写函数 这种方法虽然可以,但是输入汉字的时候会受到干扰,还有一种更好的方法 加css 转换不同元素中的文本: h1 {text-transform:up
阅读全文
posted @ 2018-05-05 16:09 小鬼PSer
阅读(621)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
14
下一页
公告