以下是对NUMA和cgroup的初次实践分享,仅供参考。详细介绍请参考:https://access.redhat.com/site/documentation/zh-CN/Red_Hat_Enterprise_Linux/6/html/Resource_Management_Guide/一、线上程序现象最近在不少os6.4的系统上发现机器负载较大,部分cpu使用率很高,但部分cpu..
分类:
其他好文 时间:
2014-05-27 03:56:17
阅读次数:
370
CSS命名规范CSS样式命名整理页面结构容器: container/wrap 整体宽度:wrapper
页头:header 内容:content 页面主体:main 页尾:footer 导航:nav 侧栏:sidebar 栏目:column
中间内容:center导航导航:nav 导航:mainba...
分类:
Web程序 时间:
2014-05-27 01:32:59
阅读次数:
374
常用的CSS命名规则头:header内容:content/container尾:footer导航:nav侧栏:sidebar栏目:column页面外围控制整体佈局宽度:wrapper左右中:left
right center登录条:loginbar标志:logo广告:banner页面主体:main热...
分类:
Web程序 时间:
2014-05-27 01:25:49
阅读次数:
405
What things should a programmer implementing
the technical details of a web application consider before making the site
public? If Jeff Atwood can for...
分类:
移动开发 时间:
2014-05-24 07:46:17
阅读次数:
405
1. 标签处理类 1 public class MyReferer extends
BodyTagSupport { 2 private String site; 3 private String back; 4 public String
getSite() { 5 ...
分类:
其他好文 时间:
2014-05-24 03:54:31
阅读次数:
252
http://column.iresearch.cn/u/haipo1023/668158.shtml赵宏民1月12日文
近日看电影《一路顺疯》,看到一句台词,一个男人一生要保护好四样东西:家里的父母,脚下的土地,怀里的女人,身边的兄弟!
啧啧~~说的真好,人生在世,当然要有值得自己尽力去保护的一....
分类:
其他好文 时间:
2014-05-23 08:43:56
阅读次数:
277
1.下载Python,当前OPencv版本为249,不过其支持的最新版本的Python为2.7,所以可以下载276版本。2.下载numpy,开始我使用了1.6,没有通过。下载了最新的1.8.1版本。3.将Opencv安装目录下opencv\build\python\2.7\x86中的cv2.pyd复制到python安装目录Lib\site-packages下。4.找到opencv源文件内的draw...
分类:
编程语言 时间:
2014-05-23 07:55:29
阅读次数:
435
1、 创建表完整语法
CREATE TABLE [schema.]table
(column datatype [, column datatype] … )
[TABLESPACE tablespace]
[PCTFREE integer]
[PCTUSED integer]
[INITRANS integer]
[MAXTRANS integer]
[STORAGE sto...
分类:
数据库 时间:
2014-05-22 06:25:53
阅读次数:
384
The sp_rename procedure is not avialable in SQL
CE!In Sql Server 2005 Management Studio you have to create a new column with the
new name, then you ha...
分类:
数据库 时间:
2014-05-19 17:13:55
阅读次数:
342
首先来澄清一下site数据与网站索引量的区别:
1.在搜索引擎中输入site指令后得到的是一个网站大致的收录量。 百度官方给出的说明是:site指令查询到的页面只是放出去的页面,也就是用户可以搜索到的页面。
2.而网站的索引量指的是被编入到索引库中的网页数量(更为精准的收录量)。百度官方给出的解释是:“站点内容页面需要经过搜索引擎的抓取和层层筛选(可以理解为过滤)后,方可在搜索结果中展现给用户...
分类:
其他好文 时间:
2014-05-18 18:41:25
阅读次数:
268