随笔分类 -  前端

摘要:https://blog-static.cnblogs.com/files/php-qiuwei/clipboard.min.js 阅读全文
posted @ 2018-08-31 13:42 小鬼PSer 阅读(912) 评论(0) 推荐(0)
摘要:或者自己设定大小 或者 阅读全文
posted @ 2018-08-23 18:06 小鬼PSer 阅读(545) 评论(0) 推荐(0)
摘要:如何逻辑整理? 1. 需要用到js的定时刷新函数 setInterval(function,time) 2. 只需要对网页中局部的标签进行刷新 函数中function为自定义函数,time是多久执行自定义函数,单位是毫秒 3. 可以通过定义自定义函数进行局部刷新,需要导入jquery 代码演示,如何 阅读全文
posted @ 2018-08-23 11:28 小鬼PSer 阅读(720) 评论(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 阅读(114) 评论(0) 推荐(0)
摘要:input框防注入 onblur='AntiSqlValid(this)' 阅读全文
posted @ 2018-05-09 18:08 小鬼PSer 阅读(147) 评论(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 阅读(202) 评论(0) 推荐(0)
摘要:input输入框输入小写字母自动转换成大写字母有两种方法 1.用js onkeyup事件,即时把字母转换为大写字母: html里input加上 js写函数 这种方法虽然可以,但是输入汉字的时候会受到干扰,还有一种更好的方法 加css 转换不同元素中的文本: h1 {text-transform:up 阅读全文
posted @ 2018-05-05 16:09 小鬼PSer 阅读(619) 评论(0) 推荐(0)
摘要:1 5545 阅读全文
posted @ 2018-05-04 18:17 小鬼PSer 阅读(179) 评论(0) 推荐(0)
摘要:https://files.cnblogs.com/files/php-qiuwei/sweetalert.min.js https://files.cnblogs.com/files/php-qiuwei/sweetalert.css 阅读全文
posted @ 2018-04-17 10:23 小鬼PSer 阅读(193) 评论(0) 推荐(0)
摘要:js+html5实现复制文字按钮 阅读全文
posted @ 2018-04-16 16:03 小鬼PSer 阅读(1065) 评论(0) 推荐(0)
摘要:<a href="<a href="javascript :history.back(-1)">返回上一页</a>或<a href="javascript :;" onClick="javascript :history.back(-1);">返回上一页</a> 如果是用按钮做的话就是:<input 阅读全文
posted @ 2018-04-16 10:33 小鬼PSer 阅读(235) 评论(0) 推荐(0)
摘要:captcha.php 引入类 yanzhengma.php 阅读全文
posted @ 2018-04-02 16:50 小鬼PSer 阅读(224) 评论(0) 推荐(0)
摘要:"> $val) { echo ''; } ?> 支付(... 阅读全文
posted @ 2018-03-30 10:10 小鬼PSer 阅读(163) 评论(0) 推荐(0)
摘要:load data local infile "D:/abc.txt" into table lee; leedabao.txt内容如下,中间用Tab隔开: 2 yuanpeng LS0002 3 gongchen LS0003 4 gonglei LS0004 5 hanshukaiLS0005 阅读全文
posted @ 2018-03-26 10:07 小鬼PSer 阅读(229) 评论(0) 推荐(0)
摘要:注意引入jquery 阅读全文
posted @ 2018-03-09 17:46 小鬼PSer 阅读(132) 评论(0) 推荐(0)
摘要:1 2 3 10秒后跳转 4 5 6 7 8 21 阅读全文
posted @ 2018-01-06 14:29 小鬼PSer 阅读(93) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-01-02 15:11 小鬼PSer 阅读(117) 评论(0) 推荐(0)
摘要:感谢您抽出多少时间来阅读此文 <section class="_135editor" data-tools="135编辑器" data-id="87584" style="border-width: 0px;border-style: none;border-color: initial;box-s 阅读全文
posted @ 2017-12-21 14:14 小鬼PSer 阅读(240) 评论(0) 推荐(0)
摘要:设置属性 autocomplete=”off” 阻止浏览器从cache获取数据填充登录表单。 阅读全文
posted @ 2017-12-20 13:16 小鬼PSer 阅读(225) 评论(0) 推荐(0)
摘要:1 小鬼PSer职业修图 2 需要修图加QQ 3 1805843351 阅读全文
posted @ 2017-12-05 15:25 小鬼PSer 阅读(170) 评论(0) 推荐(0)