记录一下我vs code用到的插件及配置文件 { "workbench.colorTheme": "Visual Studio Light", "workbench.sideBar.location": "left", "editor.accessibilitySupport": "off", "w ...
分类:
其他好文 时间:
2021-04-22 15:38:33
阅读次数:
0
\a 响铃(BEL) 007 \b 退格(BS) ,将当前位置移到前一列 008 \f 换页(FF),将当前位置移到下页开头 012 \n 换行(LF) ,将当前位置移到下一行开头 010 \r 回车(CR) ,将当前位置移到本行开头 013 \t 水平制表(HT) (跳到下一个TAB位置) 009 ...
分类:
其他好文 时间:
2021-04-22 15:29:14
阅读次数:
0
# Markdown学习 ## 标题 ### 三级标题 字体 **Hello,World!** * Hello,World!* ***Hello,World!*** ~~Hello,World!~~ 引用 > Hello,World! 分割线 *** 图片  throws Exception { // 两个CompletableFuture执行异步查询: CompletableFuture<String> cfQueryFromSina ...
分类:
编程语言 时间:
2021-04-21 12:05:09
阅读次数:
0
键盘功能键 tab、shift、ctrl、alt、空格、enter、windows、上、下、左、右 F1~12、 键盘快捷键 全选 ctrl+A 复制 ctrl+C 粘贴 ctrl+V 剪切 ctrl+X 撤销 ctrl+Z 保存 ctrl+S 关闭窗口 alt+F4 永久删除 shift+dele ...
json字段格式 { "a": { "10000": 11, "20000": 22 }, "b": { "10000": 14, "20000": 255 } } with q as ( select t.member_id, replace(t.prod_code, '"') as prod_c ...
分类:
Web程序 时间:
2021-04-21 11:55:30
阅读次数:
0
#文件操作 #打开一个文件: # open("文件名","打开模式") # with open("文件名",'打开模式") as 给文件定义变量名: #文件方法: # file.closes() 关闭文件 # file.closed 判断文件是否关闭 # file.seek(移动字节数) 以字节形式 ...
分类:
其他好文 时间:
2021-04-20 15:37:39
阅读次数:
0