functionhilite(obj){//选择包含的| 标记obj=doc
系统 2019-08-29 22:25:11 2743
本文包括3部分内容1、Linux的引导过程2、运行级别3、/etc/rc.d/与/etc/rc.d/init.d的关系“/etc/rc.d/init.d/目录下的脚本就类似与windows中的注册表,在系统启动的时候某些指定脚本将被执行”。在进入init.d之前,我们一起来做两个准备工作,linux的引导过程和运行级别的概念。一、Linux的引导过程系统启动之后,在进入init.d之前,我们先来看看系统都做了什么工作,先看看一个图从这个图中,我们从比较高的
系统 2019-08-29 22:10:29 2743
从网上download一个三维演示模型的软件编译发现报找不到dxsdkver.h文件,网上查阅这是MS的DirectXsdk中的库文件,于是先downloadDirectXSDK安装之后,配置如下:工具->选项->项目和解决方案->VC++Directorise,然后在右方的showdirectorisefor选项中选择includefiles选项并把C:\ProgramFiles(x86)\MicrosoftDirectXSDK(June2010)\In
系统 2019-08-12 09:26:42 2743
安装了Oracle11g整整数据库,以前正Oracle都是安装好修改配置NETManager就可以连接了。可是今天出现了一点小意外,这里总结一下。(一)安装检查的问题在Win7中安装Oracle11g企业版,在安装的过程中出现一个问题:Environmentvariable:"PATH"-Thistestcheckswhetherthelengthoftheenvironmentvariable"PATH"doesnotexceedtherecommend
系统 2019-08-12 01:55:43 2743
ProblemDescriptionHowfarcanyoumakeastackofcardsoverhangatable?Ifyouhaveonecard,youcancreateamaximumoverhangofhalfacardlength.(We'reassumingthatthecardsmustbeperpendiculartothetable.)Withtwocardsyoucanmakethetopcardoverhangthebotto
系统 2019-08-12 01:54:43 2743
MongoDB支持两种复制模式:主从复制(Master/Slave)复制集复制(ReplicaSet)下面主要记录我在centos虚拟机上安装replicaset,主要参考:http://docs.mongodb.org/manual/tutorial/deploy-replica-set/首先准备好3份配置文件:1port=2701723dbpath=/home/bells/install/data14logpath=/home/bells/instal
系统 2019-08-12 01:54:41 2743
这次继续看mongodb中的分页。首先依然是插入数据:1)db.Blog.insert({name:"Denis",age:20,city:"Princeton"})db.Blog.insert({name:"Abe",age:30,city:"Amsterdam"})db.Blog.insert({name:"John",age:40,city:"NewYork"})db.Blog.insert({name:"Xavier",age:10,city:"B
系统 2019-08-12 01:52:13 2743
http://www.corange.cn/archives/2008/10/2049.html对于每个类型拥有的值范围以及并且指定日期何时间值的有效格式的描述见7.3.6日期和时间类型。这里是一个使用日期函数的例子。下面的查询选择了所有记录,其date_col的值是在最后30天以内:mysql>SELECTsomethingFROMtableWHERETO_DAYS(NOW())-TO_DAYS(date_col)<=30;DAYOFWEEK(date)
系统 2019-08-12 01:51:36 2743
原文:行转列:SQLSERVERPIVOT与用法解释在数据库操作中,有些时候我们遇到需要实现“行转列”的需求,例如一下的表为某店铺的一周收入情况表:WEEK_INCOME(WEEKVARCHAR(10),INCOMEDECIMAL)我们先插入一些模拟数据:INSERTINTOWEEK_INCOMESELECT'星期一',1000UNIONALLSELECT'星期二',2000UNIONALLSELECT'星期三',3000UNIONALLSELECT'星期
系统 2019-08-12 01:33:23 2743
VC.STLNewsgroupGoodQuestions(一)使用SortFunction时程序挂起,Why?Articlelastmodifiedon2002-5-29----------------------------------------------------------------Theinformationinthisarticleappliesto:-MicrosoftVisualC++,32-bitEditions,version6.
系统 2019-08-12 01:33:12 2743
|