搜索关键字:F5 自动补全关键字:ctrl+shift+空格 1.关键字 Comment 意思: 注释 2.关键字 set Variable 设置变量 格式 : ${a} set Variable 100 3.关键字 catenate 格式 ${str} catenate dog monkey du ...
分类:
其他好文 时间:
2021-06-16 17:35:33
阅读次数:
0
前文:在上篇博文:路由双向引入引发的环路与次优路径及解决方案 的基础上再次升级,继承上篇博文配置 验证理论: 1.利用开销造环 2.理由优先级破环 3.四标签破环 4.策略路由 接口级策略路由对本地始发的报文无效,仅对经过设备的报文有效 系统级策略路由对经过设备的报文无效,仅对本地始发的报文有效 实 ...
分类:
其他好文 时间:
2021-06-13 09:32:23
阅读次数:
0
import multiprocessing, time, os# def pro(name):# print('hello', name, time.ctime())## if __name__ == '__main__':# l = []# for t in range(4):# t = mul ...
分类:
系统相关 时间:
2021-06-08 23:20:39
阅读次数:
0
Given an array of integers arr, replace each element with its rank. The rank represents how large the element is. The rank has the following rules: Ra ...
分类:
其他好文 时间:
2021-06-08 22:53:14
阅读次数:
0
1. 打开“xxx.json”文件(某个颜色主题) 举例: 路径:C:\Users\xxxxxxxxx\.vscode\extensions\monokai.theme-monokai-pro-vscode-1.1.17\themes 文件:Monokai Pro.json 2. 找到“xxx.js ...
分类:
其他好文 时间:
2021-06-07 21:07:51
阅读次数:
0
苹果每年一度的WWDC开发者大会又到了,作为苹果每年最为重要的两次发布会之一,今年WWDC21主题虽然依旧是iOS 15这样的软件系统为核心,但对于Mac用户,特别是那些等待更强大MacBook Pro的生产力用户,这次大会应该是很值得关注的! iOS 15 & iPadOS 15 每年WWDC果粉 ...
分类:
移动开发 时间:
2021-06-07 20:54:38
阅读次数:
0
Ncurses(三)- 使用颜色 检查颜色可用 在使用颜色之前,你需要知道你的终端是否支持颜色显示,你可以通过以下if检测: if (has_colors() == FALSE) { endwin(); printf("Your terminal does not support color\n") ...
分类:
其他好文 时间:
2021-06-06 19:23:46
阅读次数:
0
如何备份我的 MacBook Pro? 您可以选择两种备份:本地或云。本地备份是对物理连接到 Mac 的外部硬盘驱动器进行的。云备份是使用将您的数据存储在云中的服务进行的。 本地备份通常更快(因为不必将数据上传到云,),并且只需要有一个有足够可用空间来存储数据的硬盘驱动器。如果需要从备份中恢复,本地 ...
分类:
系统相关 时间:
2021-06-06 19:21:26
阅读次数:
0
#vscode插件 #vscode代码片段 { // Place your 全局 snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and // description. ...
分类:
其他好文 时间:
2021-06-06 19:18:17
阅读次数:
0
启动 % brew services start php@5.6 ==> Successfully started `php@5.6` (label: homebrew.mxcl.php@5.6) jiqing@jiqingdeMacBook-Pro nginx % ps -ef | grep ph ...
分类:
Web程序 时间:
2021-06-06 19:15:28
阅读次数:
0