上一页 1 ··· 104 105 106 107 108 109 110 111 112 ··· 130 下一页
摘要: Django+vscode调试/linux_保持进程后台运行/django保持服务后台运行/ references vscode+django开发教程 Python and Django tutorial in Visual Studio CodeWriting your first Django 阅读全文
posted @ 2022-04-07 20:58 xuchaoxin1375 阅读(13) 评论(0) 推荐(0)
摘要: 文章目录 linux_任务/进程管理/进程查看/服务查看ps/进程前后台切换(jobs/bg/fg/ps)reference总览 进程查看psman列出的表格表头解释进程状态码取值含义(两种风格) PSD style options(often use)ps aps xps u进程和用户信息`ps 阅读全文
posted @ 2022-04-07 19:18 xuchaoxin1375 阅读(23) 评论(0) 推荐(0)
摘要: #include <stdio.h> int main(){ int a[100]; int n; scanf("%d",&n); int sum = 1; int numberofminus = 0; int minus[100]; for(int i = 0;i < n;i++) { scanf 阅读全文
posted @ 2022-04-04 23:27 xuchaoxin1375 阅读(12) 评论(0) 推荐(0)
摘要: 文章目录 sed beginnerreferencebasic document🎈命令行的参数和选项参数 options🎈 sed语句基本组成和要点script 初步数据输入(InputFile)来源 文本替换🎈带备份修改源文件suffix命名语法和命名行为参数可选的选项的用法警示 例🎈 输 阅读全文
posted @ 2022-04-04 22:09 xuchaoxin1375 阅读(38) 评论(0) 推荐(0)
摘要: 文章目录 vscode正则文本替换@处理refs正则替换案例1案例2案例3solutionresult 案例4solutionresult 局部替换方式1方式2 vscode 目录检索_模糊匹配工作空间的目录相似变量名统一辅助的powershell 函数powrshell搜索带有关键字的目录 vsc 阅读全文
posted @ 2022-04-04 15:08 xuchaoxin1375 阅读(113) 评论(0) 推荐(0)
摘要: powershell_获取相对路径对应的绝对路径 reference Get Absolute Path from Relative Path in PowerShell - snippset PS D:\repos\blogs> help path|sort category Name Categ 阅读全文
posted @ 2022-04-02 10:59 xuchaoxin1375 阅读(22) 评论(0) 推荐(0)
摘要: 文章目录 netsh 命令refs获取netsh帮助对比Cisco packet tracer CLI相同点(类似)不同 使用netshnetsh wlanshow(展示当前命令的可有命令) 检查/扫描当前wifi信号🎈How can I display the other wireless co 阅读全文
posted @ 2022-04-02 08:29 xuchaoxin1375 阅读(162) 评论(0) 推荐(0)
摘要: linux_系统编程系统库调用和函数所在头文件的查询/apropos获取按功能查找命令 man&apropos man man man 从 man man中,我们可以了解到使,我们要查询某个 命令/程序函数文件结构数据结构 的时候,都可以使用man获取帮助 DESCRIPTION man is th 阅读全文
posted @ 2022-04-01 21:21 xuchaoxin1375 阅读(21) 评论(0) 推荐(0)
摘要: 文章目录 指定默认shell/登录shell/登录zsh shell后自动运行脚本/配置文件/zsh的配置文件查看当前shell指定默认shell查看本机可用shell查找指定shell 指定默认shell 登录zsh 后自动运行脚本文件zsh的配置文件不同shell共用配置文件 指定默认shell 阅读全文
posted @ 2022-03-29 19:59 xuchaoxin1375 阅读(14) 评论(0) 推荐(0)
摘要: 文章目录 emmet official introductionvscode official introductionemmet 参考手册使用注意常用语法及其符号含义Child: >Sibling: +Climb-up: ^Grouping: ()Multiplication: *Naming a 阅读全文
posted @ 2022-03-29 17:54 xuchaoxin1375 阅读(6) 评论(0) 推荐(0)
上一页 1 ··· 104 105 106 107 108 109 110 111 112 ··· 130 下一页