System.Management 命名空间http://msdn.microsoft.com/ZH-CN/library/gg145024(v=vs.110).aspxManagementObjectSearcher Classhttp://msdn.microsoft.com/en-US/lib...
求最大连续子序列一开始想到的一种O(n^2)的算法,应该会超时运用动态规划的思想,想出了下面的方法#include using namespace std;struct DP{ int sum,sta,end; void init(int su,int st,int en){ sum=su; sta...
分类:
其他好文 时间:
2014-07-19 18:04:36
阅读次数:
230
1. 修改linux系统编码为UTF8[root@sx upload]# vi /etc/sysconfig/i18n LANG="en_US.UTF-8"SYSFONT="latarcyrheb-sun16"修改LANG为UTF-8。2. 接着修改CRT的编码为选择外观 、字体 为标准字体 新宋体...
分类:
其他好文 时间:
2014-07-19 17:12:57
阅读次数:
211
[root@host /]# vim /etc/sysconfig/i18n #i18n是 internationalization 的缩写形式,意即在 i 和 n 之间有 18 个字母,本意是指软件的“国际化”. LANG="en_US.UTF-8" SYSFONT="latarcyrheb-.....
分类:
其他好文 时间:
2014-07-19 15:21:34
阅读次数:
276
一GTID详解官方文档:http://dev.mysql.com/doc/refman/5.6/en/replication-gtids.html在这篇文档里,我们可以知道全局事务ID的官方定义是:GTID=source_id:transaction_idMySQL5.6中,每一个GTID代表一个数据库事务。在上面的定义中,source_id表示执行事务的主库uuid(server..
分类:
数据库 时间:
2014-07-19 02:15:25
阅读次数:
343
一、在windows平台上面:以前我都是用purify,因为没有正版的,很是麻烦。后来我开始用windows自带的umdh,也很好用:http://support.microsoft.com/kb/268343/en-us摘要一下步骤如下:1、准备工作:1 gflags -i +ust注:得先把g....
分类:
编程语言 时间:
2014-07-18 18:23:33
阅读次数:
288
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><title>prototype与jQuery冲突解决4<..
分类:
Web程序 时间:
2014-07-18 17:06:14
阅读次数:
224
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><head><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><ti..
分类:
Web程序 时间:
2014-07-18 16:32:38
阅读次数:
241
1.父配置文件在yii2/base/Application中的$language="en-US", 修改项目的语言可以修改项目的配置文件main.php中加'language'=>'zh-cn',最好还是也加上'sourceLanguage'=>'zh-cn'
分类:
其他好文 时间:
2014-07-18 14:27:54
阅读次数:
204
perl:warning:Settinglocalefailed解决办法:$sudovi/etc/profile按a或i进入编辑模式exportLC_ALL=en_US.UTF-8exportLANGUAGE=en_US.UTF-8按Esc键退出编辑模式:wq(保存并退出)$source/etc/profile
分类:
其他好文 时间:
2014-07-17 20:31:02
阅读次数:
178