1.检查配置文件 my.cnf 如果存在修改为如下值,没有则添加 innodb_large_prefix = 1 innodb_file_per_table = 1 innodb_file_format = Barracuda 2.修改建表语句,添加 row_format=dynamic drop ...
分类:
数据库 时间:
2021-01-11 10:41:29
阅读次数:
0
If a file is larger than 5MB size limit for pushing t, the files must be tracked and updated using git lfs. Note: Please follow the instructions here( ...
分类:
其他好文 时间:
2021-01-11 10:39:35
阅读次数:
0
# -*- coding: UTF-8 -*- ''' @Project -> File :MyDjango -> cos_upload_demo @IDE :PyCharm @Author :ruochen @Date :2020/7/17 11:52 @Desc : ''' from qclou ...
分类:
其他好文 时间:
2021-01-08 11:43:55
阅读次数:
0
gradle根据Git信息生成README文件 task createReadMe{ doLast { // String str = "${buildDir}/libs/exploded/"+project.getName().toString()+ "-${version}.war"+"/REA ...
分类:
其他好文 时间:
2021-01-08 11:42:16
阅读次数:
0
1 1847 2 System 4 Memory 6 % Processor Time 10 File Read Operations/sec 12 File Write Operations/sec 14 File Control Operations/sec 16 File Read Bytes ...
创建父级目录 1、创建项目,点击File,创建新的maven工程 2、填入编号,项目名称 3、在pom.xml文件中,设置打包方式 创建子模块 1、在父级目录下进行子模块的创建 2、在父级工程下新建一个公共模块common,放置的是一些常用的包之类的,听这个名字都知道common常用。 3、子模块的 ...
分类:
编程语言 时间:
2021-01-08 10:54:28
阅读次数:
0
: "${LOG_FILE:=/var/log/factory_install.log}" Shell Parameter Expansioin ${parameter:=word} If parameter is unset or null, the expansion of word is as ...
分类:
其他好文 时间:
2021-01-08 10:44:41
阅读次数:
0
在此记录下: 正常情况下我们的data:$('#form').serialize(),但是这个只是序列化了表单的数据,不带上file文件,并且,我们需要使用原生的JS获取form( document.getElementById),这和JQ的$('#form') 获取到的对象的节点不一样 var f ...
分类:
Web程序 时间:
2021-01-08 10:40:36
阅读次数:
0
select服务端,同时关注客户端连接,客户端发送和终端输入。将客户端发送和终端输入的内容全都写入到一个文件中 【linux中】 【tcp-file-io-select-server.py】from select import select import sys s = socket() s.bin ...
分类:
其他好文 时间:
2021-01-08 10:29:18
阅读次数:
0
TetraMAX Overview TetraMax Flow TetraMax的启动 tmax [file] 如果要执行file直接跟file路径即可 tmax -notcl(基本不用) tmax -shell (不启动图形界面,一般用这个)(如果启动64位就加-64) 1.读入library与n ...
分类:
其他好文 时间:
2021-01-07 12:35:57
阅读次数:
0