x哥(懂的都懂)的框架, 拿点代码过来做注释. 想了解详情可以去他的github https://github.com/yimengfan/BDFramework.Core # Object files # Libraries # Shared objects (inc. Windows DLLs) ...
分类:
其他好文 时间:
2019-11-23 12:50:27
阅读次数:
224
目录缩写 缩写全称说明 /bin BINaries 二进制文件 /dev DEVices 特殊设备文件 /lib LIBraries 通用库文件 /mnt MouNT 让用户临时挂载其他文件系统 /opt OPTion 第三方软件 /proc PROCess 系统内存的映射 /sbin Superu ...
分类:
系统相关 时间:
2019-11-22 23:38:13
阅读次数:
115
1.创建maven工程 1.修改字体大小 File -->settings -->Editor --> Font Font: 字体样式 Size:字体大小 Line spacing: 行间距 ...
分类:
其他好文 时间:
2019-11-21 22:57:02
阅读次数:
85
设置字体风格:File—Setting—Editor-Color Scheme-Color Scheme Font-把Scheme设置为:WarmNeon ...
分类:
其他好文 时间:
2019-11-20 12:30:47
阅读次数:
53
来源:https://blog.csdn.net/kongxingxing/article/details/81119831 1.引入unity的 classes.jar包本人安装unity-5.6.1版本,目录为D:\Program Files\unity-561\Unity\Editor\Dat ...
分类:
移动开发 时间:
2019-11-19 17:17:02
阅读次数:
104
IntelliJ IDEA 2019.2.4 x64 (版本),不显示叶子形状,导致写配置无法自动提示(自动提示请安装插件)Spring Assistant 先看一下Editor >File Types 中的YML有没有你所写的后缀,没问题后,看一下自己写的application.yml 是不是首字 ...
分类:
其他好文 时间:
2019-11-19 17:16:21
阅读次数:
442
Swagger其实包含了三个部分,分别是Swagger Editor文档接口编辑器,根据接口文档生成code的Swagger Codegen,以及生成在线文档的Swagger UI。在AspNetCore中通常使用Microsoft封装的Swashbuckle来使用Swagger UI,这是一个As ...
Uber Go 语言编码规范 "Uber" 是一家美国硅谷的科技公司,也是 Go 语言的早期 adopter。其开源了很多 golang 项目,诸如被 Gopher 圈熟知的 "zap" 、 "jaeger" 等。2018 年年末 Uber 将内部的 "Go 风格规范" 开源到 GitHub,经过一 ...
分类:
编程语言 时间:
2019-11-16 19:50:24
阅读次数:
110
在idea中设置eclipse快捷键 目录: File | Settings | Keymap apply后就可以使用eclipse的快捷键了 idea中设置main函数快捷输入 目录: File | Settings | Editor | Live Templates 有很多相关的快捷键设置,当然 ...
分类:
其他好文 时间:
2019-11-15 20:05:06
阅读次数:
110
# -*- coding: utf-8 -*- """ Spyder Editor This is a temporary script file. """ print("Hello, World") #print 中“,”代表空格 print('Hello','World') print('Hel... ...
分类:
其他好文 时间:
2019-11-13 16:20:54
阅读次数:
73