一、UI 1、安装插件Background Image Plus,自定义编辑器背景, 2、主题:Appearance&Behavior -> Appearance -> UI Options:theme 修改为Darcula 3、字体:Editor -> Font : Font:Monaco ,Si ...
分类:
其他好文 时间:
2018-04-17 11:37:37
阅读次数:
133
Chapter Review 1 a. b. c. d. 2 a. b. c. d. 3 4 5 `cout size; int dyn = new int [size]; vector dv(size); 14 Yes, it is valid. The expression "Home of t ...
分类:
编程语言 时间:
2018-04-17 00:04:13
阅读次数:
205
Chapter Review 1. Having more than one integer type lets you choose the type that is best suited to a particular need. For example, you could use to c ...
分类:
编程语言 时间:
2018-04-16 23:57:41
阅读次数:
240
"《C++ primer plus 英文版 第六版》" 娓娓道来。建议买这本,这个是上下分册。而且,出版时间是最新的2015年,买回来发现网上的勘误基本都被纠正过来了,极个别错误没有影响到理解,好哎!而且发现遣词造句特别简单,读着也顺畅。 电子版(PDF): "C++ Primer Plus Six ...
分类:
编程语言 时间:
2018-04-16 23:57:17
阅读次数:
236
Chapter Review 1 Both version give the same answers, but the version is more efficient. Consider what happens, for example, when is a space. Version 1 ...
分类:
编程语言 时间:
2018-04-16 23:52:39
阅读次数:
222
Chapter Review 1 An entry condition loop evaluates a test expression before entering the body of the loop. If the condition is initially , the loop ne ...
分类:
编程语言 时间:
2018-04-16 23:50:50
阅读次数:
227
Plus One question: Given a non-negative integer represented as a non-empty array of digits, plus one to the integer. You may assume the integer do not ...
分类:
其他好文 时间:
2018-04-16 19:24:32
阅读次数:
225
以上是个人方法,也是大部队用的,从后向前扫,有9就置0,没9就加1后返回。如果for循环结束,说明全是9,这时候就要把第一位置1,并且在末尾补充0. 下面是大佬写法: 原理和大众的一样,但是for循环用得相当6。 ...
分类:
其他好文 时间:
2018-04-16 18:36:17
阅读次数:
94
mybatis plus 主键生成 Twitter雪花算法 id 及修改id为字符型 ...
分类:
编程语言 时间:
2018-04-15 15:03:08
阅读次数:
883
mybatis plus 主键生成 Twitter雪花算法 id 及修改id为字符型 ...
分类:
编程语言 时间:
2018-04-15 15:02:46
阅读次数:
169