Swift protocol extension method is called instead of method implemented in subclass protocol MyProtocol { func methodA() func methodB() } extension My ...
分类:
编程语言 时间:
2018-09-20 16:18:42
阅读次数:
185
Given an array of n distinct non-empty strings, you need to generate minimal possible abbreviations for every word following rules below. 1. Begin wit ...
分类:
其他好文 时间:
2018-09-09 15:16:18
阅读次数:
155
问题:导入mysqldump导出的数据库时,错误日志报如下的错误2018-09-03T01:49:15.741378Z6[ERROR]InnoDB:Columntable_nameintable`mysql`.`innodb_table_stats`isVARCHAR(597)NOTNULLbutshouldbeVARCHAR(192)NOTNULL(lengthmismatch).2018-09
分类:
数据库 时间:
2018-09-03 11:12:55
阅读次数:
1005
下载一份新代码需要做的步骤: 1、拷贝 .gitconf 到根目录下并修改name和mail,也可以自己建.gitcong文件。 放置在根目录下。 [user] name = 张三 email = 公司邮箱[core] editor = vim rditor = vi[color] ui = aut ...
分类:
其他好文 时间:
2018-08-28 15:27:55
阅读次数:
150
1.说明 1)触发器是一种特殊的存储过程,触发器一般由事件触发并且不能接受参数,存储器由语句块去调用 2)触发器分类: 1.DML触发器: 创建在表上,由DML事件引发 2.instead of触发器: 创建在视图上并且只能在行级上触发,用于替代insert,delete等操作(由于oracle中不 ...
分类:
数据库 时间:
2018-08-26 16:48:05
阅读次数:
210
1 修改maven 的配置文件 settings.xml,添加阿里云的一个中央仓库。 2 找到maven 的配置文件,一般在 maven 安装目录 apache-maven-3.5.0\conf 文件夹下 3 修改如下内容 ...
分类:
其他好文 时间:
2018-08-25 18:46:22
阅读次数:
198
问题 C: Crowd Control 题目描述 The BAPC draws a large number of visitors to Amsterdam. Many of these people arrive at the train station, then walk from inte ...
分类:
其他好文 时间:
2018-08-24 22:50:04
阅读次数:
204
原因:电脑设置呢文字大小放大到100%、125%、150%。 解决办法: Set AutoScaleMode to None. Form的AutoScaleMode=None Use "Pixel" as the Unit Type for all Fonts, instead of the def ...
If you need to download the jars instead of using a build system, create a Maven pom file like this with the desired version: <?xml version="1.0"?> <p ...
分类:
编程语言 时间:
2018-08-22 18:31:13
阅读次数:
314