上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 131 下一页

2022年8月24日

vs Code合并分支

摘要: https://blog.csdn.net/lance_heart/article/details/119574202 前提: 首先有两个分支,一个是dev分支(本地开发分支),一个master分支(主分支)然后我们想要将其它分支合并到这个master分支去步骤 1、先把本地dev开发分支 更新后 阅读全文

posted @ 2022-08-24 13:20 四海骄阳 阅读(1007) 评论(0) 推荐(0) 编辑

2022年8月23日

VS2013密钥

摘要: Visual Studio Ultimate 2013 KEY(密钥):BWG7X-J98B3-W34RT-33B3R-JVYW9 Visual Studio Premium 2013 KEY(密钥):FBJVC-3CMTX-D8DVP-RTQCT-92494 Visual Studio Profe 阅读全文

posted @ 2022-08-23 15:18 四海骄阳 阅读(760) 评论(0) 推荐(0) 编辑

在vsCode中用git命令合并分支

摘要: https://blog.csdn.net/qq_37899792/article/details/89370979 提交修改代码到本地仓库$ git commit -m "修改的东西的描述" 切换到master主分支上 $ git checkout master 拉取主分支上面的代码$ git p 阅读全文

posted @ 2022-08-23 06:32 四海骄阳 阅读(553) 评论(0) 推荐(0) 编辑

2022年8月19日

前端常用网址总结

摘要: https://blog.csdn.net/duanhy_love/article/details/110007515 在线CSS编辑 http://tool.alixixi.com/csseditor/ http://c.biancheng.net/css3/position.html https 阅读全文

posted @ 2022-08-19 15:17 四海骄阳 阅读(519) 评论(0) 推荐(0) 编辑

前端常用网址

摘要: 1、webpack插件 https://www.npmjs.com/ 2、webpack官网 https://www.webpackjs.com/ 插件:https://www.webpackjs.com/plugins/ loader:https://www.webpackjs.com/loade 阅读全文

posted @ 2022-08-19 14:56 四海骄阳 阅读(96) 评论(0) 推荐(0) 编辑

monitor.sh

摘要: #!/bin/bash#获取cpu使用率cpuUsage=`top -b -n 1 |grep Cpu | awk '{print $2}' |awk -F. '{print $1}'`#获取磁盘使用率data_name="/dev/vda1"diskUsage=`df -h | grep $dat 阅读全文

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

统计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 四海骄阳 阅读(2514) 评论(0) 推荐(0) 编辑

2022年8月16日

下雨的时候腿疼怎么办

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

posted @ 2022-08-16 13:43 四海骄阳 阅读(117) 评论(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 四海骄阳 阅读(576) 评论(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 四海骄阳 阅读(919) 评论(0) 推荐(0) 编辑

上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 131 下一页

导航