http://www.cnblogs.com/xianghang123/archive/2011/08/02/2125511.htmlhttp://blog.csdn.net/u012700515/article/details/27113313http://www.ibm.com/develope...
分类:
系统相关 时间:
2014-08-20 23:55:43
阅读次数:
266
8月20日消息,据国外媒体报道,自从2004年8月19日上市以来,谷歌仅用了10年的时间就成长为市值仅次于苹果的全球第二大技术公司。谷歌10年前上市时的发行价只有85美元,现在它的总市值已经超过了3900亿美元。目前谷歌的市值已经超过了微软、Facebook、IBM、甲骨文和英特尔,几乎是摩根大通市...
分类:
其他好文 时间:
2014-08-20 19:30:02
阅读次数:
217
div居中样式:show_center{ margin-left: auto; margin-right: auto; width: 1000px; //宽度根据自己需要设定 height: 300px; //根据需要设定 ...}使用样式: 这里要注意一点:如果样式中加入position...
分类:
其他好文 时间:
2014-08-20 17:48:52
阅读次数:
163
function circleIntersectRect(circle_pt, radius, rect)
local cx = nil
local cy = nil
-- Find the point on the collision box closest to the center of the circle
if circle_pt.x...
分类:
其他好文 时间:
2014-08-20 16:22:42
阅读次数:
213
1 this.dynamicPanel = new Ext.Panel({2 region: 'center',3 frame: false,4 border: false,5 layout:'fit',...
分类:
Web程序 时间:
2014-08-20 16:02:43
阅读次数:
172
微软近期Open的职位:Group: Search Technology Center Asia (STCA)/Data Platform teamTitle: Senior Development LeadLocation: Beijing, ChinaThe R&D of Data Platfo...
分类:
其他好文 时间:
2014-08-20 15:37:42
阅读次数:
159
Perl DBI编程 的读书笔记,原文见:http://www.ibm.com/developerworks/cn/linux/l-cn-perldbi/为了和数据库进行通讯,Perl 的社区开发出了统一数据库通讯接口模块:DBI。DBI 作为 Perl 语言中和数据库进行通讯的标准接口,它定义了一...
分类:
数据库 时间:
2014-08-20 15:37:32
阅读次数:
309
一、HTML 标签包括 块级元素(block)、内嵌元素(inline) 1、块级元素 一般用来搭建网站架构、布局、承载内容……它包括以下这些标签: address、blockquote、center、dir、div、dl、dt、dd、fieldset、form、h1~h6、hr、isinde...
分类:
Web程序 时间:
2014-08-19 23:53:25
阅读次数:
364
支持win7系统属性OEM信息自定义修改内置:联想,宏基,三星,惠普,戴尔,华硕,明基,方正,同方,东芝,康柏,富士通,LG,索尼,IBM,,Alienware,Tginkapad 这些OEM相关.参照 win7_oem信息修改工具v1.0制作,有所调整,界面更简洁. 表示对 dmqhcx...
分类:
其他好文 时间:
2014-08-19 23:38:55
阅读次数:
399
一般情况下,CListCtrl能实现的功能: CListCtrl m_lisTestResult;1、插入列(创建表格) m_lisTestResult.InsertColumn(0, _T("序号"), LVCFMT_CENTER, 50);2、填充内容 m_lisTestResult.In...
分类:
其他好文 时间:
2014-08-19 22:17:25
阅读次数:
306