// 检测文件关联情况 // strExt: 要检测的扩展名(例如: ".txt") // strAppKey: ExeName扩展名在注册表中的键值(例如: "txtfile") // 返回TRUE: 表示已关联,FALSE: 表示未关联 BOOL CheckFileRelation(const ... ...
分类:
编程语言 时间:
2017-10-14 21:19:38
阅读次数:
272
$ node index.js module.js:471 throw err; ^Error: Cannot find module '/home/josh/index.js' at Function.Module._resolveFilename (module.js:469:15) at Fu ...
分类:
Web程序 时间:
2017-10-14 21:15:02
阅读次数:
212
1. Bootstrap将会根据你的屏幕的大小来调整HTML元素的大小 —— 强调 响应式设计的概念。 通过响应式设计,你无需再为你的网站设计一个手机版的。它在任何尺寸的屏幕上看起来都会不错。 你仅需要通过添加下列代码到你的HTML开头来将Bootstrap添加到任意应用中: <link rel=" ...
分类:
其他好文 时间:
2017-10-13 12:29:11
阅读次数:
222
Bootstrap: http://getbootstrap.com/ | 中文文档Foundation: http://foundation.zurb.com/ Yaml: http://www.yaml.de/ 960 Grid: http://960.gs/ Susy: http://susy ...
分类:
Web程序 时间:
2017-10-13 00:34:57
阅读次数:
216
elasticsearch的config文件夹里面有两个配置文件:elasticsearch.yml和logging.yml,第一个是es的基本配置文件,第二个是日志配置文件,es也是使用log4j来记录日志的,所以logging.yml里的设置按普通log4j配置文件来设置就行了。下面主要讲解下e ...
分类:
其他好文 时间:
2017-10-11 12:59:39
阅读次数:
138
由于微软云上的MySQL实例无法安装插件来导出数据,因此参考上一篇 通过Zabbix官方模板监控微软云Azure上多台Redis实例, 我们可以修改zabbix官方redis脚本,通过show status等命令获取到mysql的状态指标,用trap-messages模式发送给zabbix来监控微软 ...
分类:
数据库 时间:
2017-10-07 23:39:04
阅读次数:
643
<dfn> 标签可标记那些对特殊术语或短语的定义。现在流行的浏览器通常用斜体来显示 <dfn> 中的文本。将来,<dfn> 还可能有助于创建文档的索引或术语表。 a的默认样式~此外,text-decoration-skip~引用一段张老师的文字和图片(http://www.zhangxinxu.co ...
分类:
其他好文 时间:
2017-10-07 18:43:34
阅读次数:
183
在安装了epel源的情况下,直接yum就可以安装python3.4 yum install python34 -ypython3 --version 没有自带pip3,从官网安装 wget --no-check-certificate https://bootstrap.pypa.io/get-pi ...
分类:
编程语言 时间:
2017-10-07 14:53:03
阅读次数:
152
Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining. ...
分类:
移动开发 时间:
2017-10-06 18:09:58
阅读次数:
239