Recently kiki has nothing to do. While she is bored, an idea appears in his mind, she just playes the checkerboard game.The size of the chesserboard i ...
分类:
其他好文 时间:
2017-08-02 13:03:37
阅读次数:
119
前言:有序集合zset跟其他类型一样,同样有几种编码方式。主要有两种编码方式,REDIS_ENCODING_ZIPLIST和REDIS_ENCODING_SKIPLIST。ziplist可以表示较小的有序集合, skiplist表示任意大小的有序集合。 何时用REDIS_ENCODING_ZIPLI ...
分类:
其他好文 时间:
2017-08-01 12:49:18
阅读次数:
278
在使用extract-text-webpack-plugin插件编译sass文件生成一个单独的css文件通过link导入到html中,经查询此方法的优点在于避免直接将css打包入bundle.js中,造成样式混乱。 1bug:在安装了style-loader,css-loader,sass-load ...
分类:
移动开发 时间:
2017-08-01 12:48:04
阅读次数:
470
Imagination is the source of creation. 想象是创作之源。 Sometimes, creation and innovation are very simple, nothing more than combination of two or more exist ...
分类:
其他好文 时间:
2017-07-19 23:36:03
阅读次数:
271
题目描述 题目描述 题目描述 Farmer John suffered a terrible loss when giant Australian cockroaches ate the entirety of his hay inventory, leaving him with nothing ...
分类:
其他好文 时间:
2017-07-19 21:42:29
阅读次数:
178
转载请标明原文地址:http://blog.csdn.net/yalinfendou/article/details/46910811【yalinfendou的博客】 接着上一篇继续去追踪Activity_B生命周期回调源代码。 继续分析,在performPauseActivity方法中,回调了Ac ...
分类:
移动开发 时间:
2017-07-19 14:15:06
阅读次数:
2399
Option Explicit ValidationMode = True InteractiveMode = im_Batch Dim mdl '当前model '获取当前活动model Set mdl = ActiveModel If (mdl Is Nothing) Then MsgBox " ...
分类:
其他好文 时间:
2017-07-18 17:23:10
阅读次数:
276
Option Explicit ValidationMode = True InteractiveMode = im_Batch Dim mdl '当前model '获取当前活动model Set mdl = ActiveModel If (mdl Is Nothing) Then MsgBox " ...
分类:
数据库 时间:
2017-07-16 00:00:20
阅读次数:
219
Option Explicit ValidationMode = True InteractiveMode = im_Batch Dim mdl '当前model '获取当前活动model Set mdl = ActiveModel If (mdl Is Nothing) Then MsgBox " ...
分类:
数据库 时间:
2017-07-15 22:45:35
阅读次数:
241
Option ExplicitValidationMode = TrueInteractiveMode = im_BatchDim mdl '当前model'获取当前活动modelSet mdl = ActiveModelIf (mdl Is Nothing) Then MsgBox "There ...
分类:
其他好文 时间:
2017-07-15 19:57:48
阅读次数:
344