上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 132 下一页

2022年8月19日

统计linux nginx访问次数及并发连接数

摘要: https://www.cnblogs.com/shiqing-zhang/articles/14888827.html 访问量统计 1.根据访问IP统计UV awk '{print $1}' access.log|sort | uniq -c |wc -l 2.统计访问URL统计PV awk '{ 阅读全文

posted @ 2022-08-19 09:09 四海骄阳 阅读(2670) 评论(0) 推荐(0)

2022年8月16日

下雨的时候腿疼怎么办

摘要: 下雨的时候出现腿痛往往是由于下雨的时候比较凉,腿部受凉之后导致代谢产物增多、堆积,出现腿的疼痛,根据这个发病原因和发病机制可以采取以下措施: 1、严格进行腿部的保暖,通常要多穿衣物,并且要多用暖水袋热敷,这样局部的血液循环才能比较好,动脉供血增加,静脉回流也能够加快,能够有效的促进局部的炎症、乳酸等 阅读全文

posted @ 2022-08-16 13:43 四海骄阳 阅读(142) 评论(0) 推荐(0)

Vue路由:<router-view />标签应该放在哪里

摘要: https://www.cnblogs.com/bulici/p/11799404.html { path: "/one", name: "one", component: one, children: [ { path: "two", component: two, children:[ { pa 阅读全文

posted @ 2022-08-16 10:42 四海骄阳 阅读(622) 评论(0) 推荐(0)

js 公共库 cdn 推荐

摘要: https://blog.csdn.net/qq_34608447/article/details/122326469 bootcdnhttps://www.bootcdn.cn/ loli (cdnjs)https://cdnjs.loli.net/ Staticfilehttps://stati 阅读全文

posted @ 2022-08-16 09:35 四海骄阳 阅读(1020) 评论(0) 推荐(0)

2022年8月10日

Windows中MySQL8详细安装教程

摘要: https://blog.csdn.net/daiyi666/article/details/117960219?spm=1001.2101.3001.6661.1&utm_medium=distribute.pc_relevant_t0.none-task-blog-2%7Edefault%7EC 阅读全文

posted @ 2022-08-10 13:33 四海骄阳 阅读(573) 评论(0) 推荐(0)

MySql安装报错:由于找不到msvcp140.dll无法继续执行代码

摘要: https://blog.csdn.net/qq_37523550/article/details/125566752?spm=1001.2101.3001.6650.3&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EC 阅读全文

posted @ 2022-08-10 13:33 四海骄阳 阅读(705) 评论(0) 推荐(0)

JS 之export、export default和module.exports

摘要: http://events.jianshu.io/p/2b219e6712aa export和export default是ES6中导出模块中变量的语法 exports和module.exports是Nodejs中导出模块中变量的语法(基于CommonJs语法规范) 【export】-- 命名导出 阅读全文

posted @ 2022-08-10 10:35 四海骄阳 阅读(854) 评论(0) 推荐(0)

2022年8月9日

VueCli安装

摘要: 阅读全文

posted @ 2022-08-09 13:22 四海骄阳 阅读(26) 评论(0) 推荐(0)

2022年8月5日

vue通过代理devServer 解决跨域问题 与 配置代理后打包部署报错404的解决方法

摘要: https://blog.csdn.net/weixin_52641692/article/details/122749428 文章目录一、跨域是什么?二、devServer的作用三、如何解决跨域问题四、配置代理后打包部署报错404的解决方法一、跨域是什么?跨域问题的出现是因为浏览器的同源策略问题, 阅读全文

posted @ 2022-08-05 16:02 四海骄阳 阅读(5394) 评论(0) 推荐(0)

2022年8月4日

三大纪律八项注意

摘要: https://baike.baidu.com/item/%E4%B8%89%E5%A4%A7%E7%BA%AA%E5%BE%8B%E5%85%AB%E9%A1%B9%E6%B3%A8%E6%84%8F/823995?fr=aladdin 人民军队建设 《三大纪律》 一、一切行动听指挥; 二、不拿群 阅读全文

posted @ 2022-08-04 11:07 四海骄阳 阅读(42) 评论(0) 推荐(0)

上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 132 下一页

导航