People are always talking about 'the problem of youth'. If there is one--which I take leave to doubt -- then it is older people who create it, not the ...
分类:
其他好文 时间:
2019-01-14 14:34:58
阅读次数:
171
盒端开发是天坑 盒端工程化开发的崛起 个人成长技能整理 盒端开发是天坑 没接触盒端开发前,pc和移动端开发要兼容低版本IE和不同终端我觉得很坑,但是在现在的我看来已经很友好了,他们的浏览器是标准的,遇问题可网页调试,兼容有各种框架插件助攻。 盒端就悲剧了: 盒端遇到问题只能从现象入手,原理出发,分析 ...
分类:
其他好文 时间:
2019-01-13 22:47:11
阅读次数:
285
The French author Georges Perec (1936–1982) once wrote a book, La disparition, without the letter 'e'. He was a member of the Oulipo group. A quote fr ...
分类:
其他好文 时间:
2019-01-13 19:10:58
阅读次数:
189
1、hset key field value 作用: 把key中 filed域的值设为value 注:如果没有field域,直接添加,如果有,则覆盖原field域的值 2、hmset key field1 value1 [field2 value2 field3 value3 ......field ...
分类:
其他好文 时间:
2019-01-06 22:03:41
阅读次数:
267
LeetCode真题_013_Roman to Integer ...
分类:
其他好文 时间:
2019-01-03 13:58:16
阅读次数:
153
redis中可以使用前缀对key进行归类: 例如:key: ITEM_INFO:123456:BASE ITEM_INFO:123456:DESC 作用:方便进行管理 如果把二维表保存到redis中: 1、表名就是第一层 2、主键是第二层 3、字段名第三层 三层使用“:”分隔作为key,value就 ...
分类:
其他好文 时间:
2019-01-03 13:00:42
阅读次数:
179
Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. Symbol Value I 1 V 5 X 10 L 50 C 100 D 500 M 1000 For example, two ...
分类:
其他好文 时间:
2019-01-03 00:45:04
阅读次数:
234
Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. Symbol Value I 1 V 5 X 10 L 50 C 100 D 500 M 1000 For example, two ...
分类:
其他好文 时间:
2019-01-01 19:55:05
阅读次数:
243
Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. For example, two is written as II in Roman numeral, just two one's ...
分类:
其他好文 时间:
2018-12-27 13:24:40
阅读次数:
159