会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Loweringye
分享互联网信息,专注于web开发
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
6
7
8
9
10
11
12
下一页
2016年7月21日
表单上传多个文件
摘要: <input type="file" name="img" multiple="multiple" />
阅读全文
posted @ 2016-07-21 14:38 loweringye
阅读(150)
评论(0)
推荐(0)
2016年7月18日
mysql格式化日期
摘要: DATE_FORMAT('created','%Y-%m-%d')
阅读全文
posted @ 2016-07-18 10:42 loweringye
阅读(90)
评论(0)
推荐(0)
2016年7月16日
H5 required 改变错误提示oninvalid、oninput、onforminput
摘要: <input type="text" name="password" oninvalid="this.setCustomValidity('XXX');" required>
阅读全文
posted @ 2016-07-16 20:53 loweringye
阅读(2749)
评论(0)
推荐(0)
2016年7月13日
onbeforeunload、beforeunload
摘要: <script type="text/javascript"> function addOnBeforeUnload(e) { var ev = e || event; ev && (ev.returnValue = '你确定要离开?'); } if(window.attachEvent){ win
阅读全文
posted @ 2016-07-13 18:03 loweringye
阅读(427)
评论(0)
推荐(0)
2016年7月12日
PHP获取IP地址所在的地理位置
摘要: 1、http://ip.qq.com/cgi-bin/searchip?searchip1=XXX 2、http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js&ip=XXX
阅读全文
posted @ 2016-07-12 14:50 loweringye
阅读(253)
评论(0)
推荐(0)
文本框获取焦点时禁止手机弹出自带的输入键盘
摘要: document.activeElement.blur();
阅读全文
posted @ 2016-07-12 10:00 loweringye
阅读(472)
评论(0)
推荐(0)
2015年12月24日
Linux命令 &与&&的作用
摘要: 1、ls &表示后台服务2、ls && ll表示前者执行成功,执行后台命令
阅读全文
posted @ 2015-12-24 10:23 loweringye
阅读(579)
评论(0)
推荐(0)
linux 中 ‘|’的作用
摘要: 利用Linux所提供的管道符“|”将两个命令隔开,管道符左边命令的输出就会作为管道符右边命令的输入。连续使用管道意味着第一个命令的输出会作为 第二个命令的输入,第二个命令的输出又会作为第三个命令的输入,依此类推。1、rpm -qa|grep XXX
阅读全文
posted @ 2015-12-24 10:21 loweringye
阅读(3516)
评论(0)
推荐(0)
2015年12月18日
linux里查看文件大小
摘要: du -sh *
阅读全文
posted @ 2015-12-18 10:48 loweringye
阅读(145)
评论(0)
推荐(0)
2015年11月23日
jquery的submit函数提交顺序
摘要: IE和Google、Firefox差异
阅读全文
posted @ 2015-11-23 14:38 loweringye
阅读(249)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
下一页
公告
友情链接
loweringye