常见报错:warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNI ...
分类:
其他好文 时间:
2016-11-26 03:01:38
阅读次数:
172
触发器使用教程和命名规范 目 录触发器使用教程和命名规范 11,触发器简介 12,触发器示例 23,触发器语法和功能 34,例一:行级触发器之一 45,例二:行级触发器之二 46,例三:INSTEAD OF触发器 67,例四:语句级触发器之一 88,例五:语句级触发器之二 99,例六:用包封装触发器 ...
分类:
数据库 时间:
2016-11-21 18:46:05
阅读次数:
218
Running as a plugin of Elasticsearch Install elasticsearch-head:– for Elasticsearch 5.x:site plugins are not supported. Run elasticsearch-head as a st ...
分类:
其他好文 时间:
2016-11-19 12:06:40
阅读次数:
996
转自:https://www.blackmoreops.com/2013/10/27/how-to-increase-tx-power-signal-strength-of-wifi/ This guide contains 3 different methods to increase your ...
分类:
其他好文 时间:
2016-11-18 18:48:02
阅读次数:
307
https://ubuntuforums.org/showthread.php?t=2217895 Thread: Failed to start session after upgrade to 14.04 Thread Tools Display April 19th, 2014 #1 pras ...
分类:
其他好文 时间:
2016-11-16 15:19:51
阅读次数:
381
研习DOM中的事件方法,发现一些细微差别,百度一下没有类似的解答,随手记下来。 onmousewheel事件 以下摘自http://help.dottoro.com/ljmracjb.php Browser support: IE,火狐,opera,sarafi,chrome Occurs when ...
分类:
其他好文 时间:
2016-11-15 14:21:39
阅读次数:
251
字符串常用操作 移除空白 分割 长度 索引 切片 class str(basestring): """ str(object='') -> string Return a nice string representation of the object. If the argument is a s ...
分类:
编程语言 时间:
2016-11-14 15:42:10
阅读次数:
223
英文文档: The behavior of round() for floats can be surprising: for example, round(2.675, 2) gives 2.67 instead of the expected 2.68. This is not a bug: i ...
分类:
编程语言 时间:
2016-11-14 02:22:33
阅读次数:
274
Problem Description FatMouse prepared M pounds of cat food, ready to trade with the cats guarding the warehouse containing his favorite food, JavaBean ...
分类:
其他好文 时间:
2016-11-10 03:19:16
阅读次数:
209
在开发过程中,经常得写http客户端测试接口服务,今天在使用过程中出现了这样的一个警告: 警告: Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is reco ...
分类:
Web程序 时间:
2016-11-09 19:35:10
阅读次数:
165