会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
青芒灬
你是什么样的人,便会遇到什么样的人;你想遇到什么样的人,就得先让自己成为那样的人。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
下一页
2018年8月27日
AngularJs1使用中出现错误 Error: [ng:areq]
摘要: 1、没有对应的控制器 2、有控制器但是路径没有配对
阅读全文
posted @ 2018-08-27 16:56 青芒灬
阅读(209)
评论(0)
推荐(0)
控制input框输入非数字
摘要:
阅读全文
posted @ 2018-08-27 15:45 青芒灬
阅读(343)
评论(0)
推荐(0)
2018年8月17日
数据
摘要: $.ajax({ type: "post", url: "http://demo.feihutaoke.com/?m=ajaxpost&a=send", data: { is_not_top: 1, page: 2, ...
阅读全文
posted @ 2018-08-17 18:09 青芒灬
阅读(117)
评论(0)
推荐(0)
页面自适应
摘要: 1 // 自适应 2 function autoScreen(){ 3 var font_size = 40; 4 var col_num = 640 / font_size; 5 var adapterSize = window.innerWidth / col_num; 6 var htmlElement = document.getElement...
阅读全文
posted @ 2018-08-17 10:22 青芒灬
阅读(109)
评论(0)
推荐(0)
2018年8月14日
nodejs express mysql
摘要:
阅读全文
posted @ 2018-08-14 20:41 青芒灬
阅读(127)
评论(0)
推荐(0)
判断是否移动端
摘要: if(/(iPhone|iPad|iPod|iOS|Android)/i.test(navigator.userAgent)) { console.log('是'); } else { console.log('否'); }
阅读全文
posted @ 2018-08-14 10:11 青芒灬
阅读(118)
评论(0)
推荐(0)
2018年8月10日
nginx 400
摘要: 做服务器nginx配置的时候有出现过 400 Bad Request 服务器无法理解请求的格式,客户端不应当尝试再次使用相同的内容发起请求。
阅读全文
posted @ 2018-08-10 14:58 青芒灬
阅读(436)
评论(0)
推荐(0)
js 科学计数转数字或字符串
摘要:
阅读全文
posted @ 2018-08-10 11:40 青芒灬
阅读(419)
评论(0)
推荐(0)
2018年8月9日
nodejs 接口跨域
摘要: //设置跨域访问
阅读全文
posted @ 2018-08-09 09:29 青芒灬
阅读(761)
评论(0)
推荐(0)
2018年8月7日
使用window.print()后,未关闭打印页面,原网页不能操作
摘要: 使用window.print()后,未关闭打印页面,原网页不能操作,此时可以试着用window.location.reload()重新加载页面解决问题。
阅读全文
posted @ 2018-08-07 10:32 青芒灬
阅读(3544)
评论(1)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
下一页
公告