Redis 启动警告错误解决启动错误1.WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_m...
分类:
其他好文 时间:
2015-10-22 13:54:08
阅读次数:
148
Acceptor或者Initiator能够为您维护尽可能多的FIX会话,因而FIX会话标识的唯一性非常重要。在QuickFIX/N中,一个FIX会话的唯一标识是由:BeginString(FIX版本号)、SenderCompID(发送方ID)及TargetCompID(目标方ID)等标识字符组合而成...
分类:
其他好文 时间:
2015-10-18 00:57:14
阅读次数:
610
QuickFix/N简介 FIX是Financial Information eXchange的简称。FIX是一种专门为实时电子证券交易设计的标准消息协议。该协议由FIX protocol, Ltd(FPL)所有并维护。FIX协议的官方网址为http://www.fixprotocol.org/ Q...
分类:
其他好文 时间:
2015-10-18 00:55:17
阅读次数:
359
fix步骤:1.网站根目录下,找到.htacess文件,有记事本打开2.定位到RewriteCond %{HTTP_HOST} .RewriteCond %{HTTP_HOST} !^www\. [NC]RewriteRule ^ http%{ENV:protossl}://www.%{HTTP_H...
分类:
Web程序 时间:
2015-10-16 13:33:57
阅读次数:
156
PHP编译过程中常见错误信息的解决方 checking for BZip2 support… yes checking for BZip2 in default path… not found configure: error: Please reinstall the BZip2 distribution Fix:?yum install bzip2-d...
分类:
Web程序 时间:
2015-10-14 12:51:03
阅读次数:
168
格式化log输出oneline--oneline标记将每个commit压缩成一行. 默认情况下显示一个commit ID和commit描述的第一行. 输出如下:0e25143 Merge branch 'feature'ad8621a Fix a bug in the feature16b36c6 ...
分类:
其他好文 时间:
2015-10-06 23:46:13
阅读次数:
371
z在desiredCapabilities里新增这俩居然fix了问题,原因暂时不得而知: capabilities.setCapability("unicodeKeyboard", "True"); capabilities.setCapability("resetKeyboard", "...
分类:
其他好文 时间:
2015-09-21 17:46:37
阅读次数:
429
2to3 Although it’s perfectly possible to just run your Python?2 code under Python?3 and fix each problem as it turns up, this quickly becomes very tedious. You need to change every print statem...
分类:
编程语言 时间:
2015-09-21 12:39:01
阅读次数:
244
1.VIM编辑器3种模式: Command Model , Insert Model , Last line Model安装vim: sudo apt-get install vim如果提示出错再输入:sudo apt-get install vim --fix-missing2.使用vimvim ...
分类:
系统相关 时间:
2015-09-18 15:11:41
阅读次数:
177
How to fix “The program can’t start because MSVCR110.dll is missing from your computer.” error on WindowsCategory: Solutions \ WindowsCreated: Sunday,...