会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
搬砖创造世界
2021年4月16日
个人常用的win7快捷键
摘要: 1、Win + D – 显示桌面 2、Win+L 锁定系统 3、Win + R – 打开运行窗口 4、Win+M 最小化所有窗口 当按下后当前所有窗口全都最小化。再次按下这个组合键没反应(用WIN + Shift + M 还原刚才最小化的窗口)。外号“老板键”,老板来了,赶快使用。Win+D也可以,
阅读全文
posted @ 2021-04-16 17:24 前端LHR
阅读(573)
评论(0)
推荐(0)
form表单提交数据
摘要: html: <!-- 表单数据--> <div id=""> <form id="thenform1"> <input type="hidden" name="page" value="1" /> </form> </div> js: data = $("#thenform1").serialize
阅读全文
posted @ 2021-04-16 17:00 前端LHR
阅读(138)
评论(0)
推荐(0)
jquery允许跨越获取cookie
摘要: $.ajax({ url:url, type: "get", //这里是重点 xhrFields: { //允许添加cookie withCredentials: true }, dataType: "json", data:data, success:function(res){}, error:
阅读全文
posted @ 2021-04-16 16:52 前端LHR
阅读(131)
评论(0)
推荐(0)
设置滚动条样式与监听滚动到底部
摘要: 代码: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style> .scroll_wrap{width:100%;display:flex;justify-content:center;align-ite
阅读全文
posted @ 2021-04-16 16:32 前端LHR
阅读(136)
评论(0)
推荐(0)
设置滚动条样式与监听滚动到底部
摘要: 代码: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style> .scroll_wrap{width:100%;display:flex;justify-content:center;align-ite
阅读全文
posted @ 2021-04-16 16:30 前端LHR
阅读(256)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告