字符串操作 EX在设置值的时候设置过期时间,ttl查看过期时间 expire能单独设置过期时间 查看所有的key key * 列表操作 lpush从列表左边添加值,rpush从列表右边添加值 lrange key 0 -1查看列表索引0到-1的所有元素(头尾都取),lrange是查看某个区间的元素 ...
分类:
其他好文 时间:
2018-11-15 01:35:55
阅读次数:
143
刚安装完word2010打开的界面会是提醒你激活软件/更改密钥,不用担心,首先要下载office2010激活工具软件。(百度云盘链接:http://pan.baidu.com/s/1eR5cit0) 刚安装完word2010打开的界面会是提醒你激活软件/更改密钥,不用担心,首先要下载office20 ...
分类:
其他好文 时间:
2018-11-15 00:15:34
阅读次数:
448
有时候,需要检查构建的dll是否针对正确的平台 可以使用CorFlags.exe(它是.NET Framework SDK的一部分)从dll中查找此信息。运行CorFlags.exe将产生以下输出: 我们需要关注的两个参数是“PE”和“32BITREQ”?? 要以编程方式确定目标平台,我们可以使用M ...
分类:
Web程序 时间:
2018-11-13 14:28:55
阅读次数:
255
assume cs:code,ds:data data segment db 'Beginners All-purpose Symbolic Instruction Code.',0 data ends code segment begin: mov ax,data mov ds,ax mov si... ...
分类:
其他好文 时间:
2018-11-12 13:53:59
阅读次数:
713
There are a few key features to know about Wi-Fi Direct: Wi-Fi Direct enlists a technology known as "Soft AP": Soft AP, in a nutshell, is software-bas ...
分类:
其他好文 时间:
2018-11-06 15:14:23
阅读次数:
174
Navicat连接mysql8.0.1版本出现1251--Client does not support authentication protocol requested by server的解决 好不容易安装好mysql,但又出现了mysql客户端版本太低的问题。根据参考的这篇教程,完美的解决了 ...
分类:
数据库 时间:
2018-11-04 19:07:52
阅读次数:
279
打开 search.htm 搜索结果模板文件,把你的分页条标签,例如 改成 ...
分类:
其他好文 时间:
2018-11-04 01:49:15
阅读次数:
140
Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases. Note: For the purpose of this problem, w ...
分类:
其他好文 时间:
2018-11-03 14:02:25
阅读次数:
173
if (!CefSharp.Cef.IsInitialized) { var setting = new CefSharp.CefSettings { Locale = "zh-CN" }; setting.CefCommandLineArgs.Add("disable-gpu", "1"); Ce... ...
分类:
其他好文 时间:
2018-11-02 20:25:38
阅读次数:
1388
1.continueV-T/V-I If someone or something continues to do something, they keep doing it and do not stop.continue to do sthSheila continued to work aft ...
分类:
其他好文 时间:
2018-11-02 17:53:40
阅读次数:
154