Linux常用命令 1、系统命令 runlevel # 查看当前的运行级别 systemctl status firewalld # 开启网络服务功能 stop # 关闭 restart # 重启 reload # 重载 reboot # 重启 halt # 关机 poweroff # 关机 2、查 ...
分类:
系统相关 时间:
2021-07-01 16:41:50
阅读次数:
0
插件列表: code --install-extension abusaidm.html-snippetscode --install-extension akamud.vscode-javascript-snippet-packcode --install-extension christian- ...
分类:
其他好文 时间:
2021-07-01 16:41:12
阅读次数:
0
在 Office Open XML 默认单位是 dxa 也就是像素点的 20 倍,如 ISO 216 A4 (210x297mm ~ 8.3×11.7in) 的大小可以使用下面代码表示 在页面大小 Page width Page height 和边距 margin 和缩进 tabs 使用 <w:pg ...
分类:
其他好文 时间:
2021-07-01 16:39:01
阅读次数:
0
HTTP 信息头管理器 这个比较简单啦,要啥信息头就加啥 如果信息头管理器放到线程组下,那么线程组下所有 HTTP 请求都会共享这些 HTTP 信息头 如果信息头管理器放到 HTTP 请求下,那么只有该请求拥有这些 HTTP 信息头 这里和 HTTP 请求默认值一样,也有优先级的,而且优先级也一样 ...
分类:
Web程序 时间:
2021-07-01 16:38:25
阅读次数:
0
1、当前集群状态 [kingbase@ECOLABAPP37 bin]$ ./repmgr cluster show ID | Name | Role | Status | Upstream | Location | Priority | Timeline | Connection string + ...
分类:
其他好文 时间:
2021-07-01 16:27:49
阅读次数:
0
current status: We have a remote repository and a local project repository with no git configured. We want to push to remote and create new branch. Pr ...
分类:
其他好文 时间:
2021-07-01 16:24:13
阅读次数:
0
1、定义就绪列表 线程创建好之后,我们需要把线程添加到就绪列表里面,表示线程已经就绪,系统随时可以调度。就绪列表在schedule.c中定义。 /* 线程就绪列表 */ rt_list_t rt_thread_priority_table[RT_THREAD_PRIORITY_MAX]; 就绪列表实 ...
分类:
编程语言 时间:
2021-07-01 16:21:18
阅读次数:
0
//produceTypeList-produceType:存在produceTypeList中不存在produceType中 let diff1 = produceTypeList.filter(function(v){ return produceType.indexOf(v) -1 }).jo ...
分类:
编程语言 时间:
2021-06-30 18:45:31
阅读次数:
0
路径跳转插件 在商店中搜索 别名路径跳转插件 好处: 可以快速跳转到对应的文件, 使用:Ctrl + 鼠标 点击 路径 就可以跳转到相应的文件 ...
分类:
其他好文 时间:
2021-06-30 18:43:39
阅读次数:
0