BOOL SHGetSpecialFolderPath( HWND hwndOwner, LPTSTR lpszPath, int nFolder, BOOL fCreate ); 参数解释: hwndOwner:Handle to the owner window the client shoul ...
1:安装 Node.js lts版本的 https://nodejs.org/en/ 2:安装Yarn https://yarn.bootcss.com/docs/install.html 3:修改yarn库路径 yarn config set cache-folder "你自己的缓存文件夹" 5: ...
Public Sub QuickConsolidateMethod() '声明变量 Dim Wb As Workbook, OpenWb As Workbook Dim Sht As Worksheet, OneSht As Worksheet Dim Rng As Range, OneRng As... ...
分类:
其他好文 时间:
2018-10-06 13:25:30
阅读次数:
154
os.walk(top, topdown=True, onerror=None, followlinks=False)遍历目录,topdown=false表示先返回目录,后返回文件 参数说明: top:表示需要遍历的目录树的路径。 topdown的默认值是?True?,表示首先返回根目录树下的文件, ...
分类:
编程语言 时间:
2018-10-06 11:56:57
阅读次数:
172
(1)选中 Mybatis-3.2.2.jar ,右击,在弹出的快捷菜单中选择 “Properties” 选项,进入属性界面。 (2)进入属性界面后,选中 “Java Source Attachment” 选项,单击 “External Folder” 按钮。 (3)找到源码所在的目录,即\ myb ...
分类:
系统相关 时间:
2018-10-06 10:47:47
阅读次数:
296
1、创建表 1.1、单表 1.2、一对多表 1.3、多对多表 方式一:自定义关系表 class Host(models.Model): nid = models.AutoField(primary_key=True) hostname = models.CharField(max_length=32 ...
分类:
数据库 时间:
2018-10-03 23:43:23
阅读次数:
401
rm filerm -rf folder如将/test1目录下的file1复制到/test3目录,并将文件名改为file2,可输入以下命令:cp /test1/file1 /test3/file2 如将/test1目录下的file1复制到/test3 目录,并将文件名改为file2,可输入以下命令: ...
分类:
系统相关 时间:
2018-10-02 17:45:01
阅读次数:
162
ls List files and folders. 文件和文件夹列表mb Make a bucket or a folder. 创建一个bucket或一个文件夹cat Display file and object contents. 显示文件和对象的内容pipe Redirect STDIN t ...
分类:
其他好文 时间:
2018-10-01 01:11:22
阅读次数:
224
mkdir folder //创建文件夹 cd folder/ git clone git连接 git status //git当前的状态 ls //当前目录下的所有文件 cd gitFolder 进入Git目录 git cherry 更新当前分支 git log //看日志 git add . ( ...
分类:
其他好文 时间:
2018-09-30 16:32:59
阅读次数:
154
013_STM32程序移植之_DS18B20 1. 测试环境:STM32C8T6 2. 测试模块:DS18B20模块 3. 测试接口: 1. DS18B20模块接口: DS18B20引脚 单片机引脚 VCC 5V GND GND DATA PB12 2. 串口使用串口一,波特率9600 单片机引脚 ...
分类:
其他好文 时间:
2018-09-30 14:49:17
阅读次数:
146