2011年12月28日
摘要: rpm -aq | grep subscription|xargs rpm -e --nodeps 阅读全文
posted @ 2011-12-28 11:07 gamebaby 阅读(176) 评论(0) 推荐(0)
2008年7月28日
摘要: MSG msg;CTime t = CTime::GetCurrentTime();CTime * t1 = new CTime(t.GetYear(), t.GetMonth(), t.GetDay(), t.GetHour(), t.GetMinute(), t.GetSecond()+3);while(true){t = CTime::GetCurrentTime();if(t>*t1... 阅读全文
posted @ 2008-07-28 09:45 gamebaby 阅读(235) 评论(0) 推荐(0)
2008年3月20日
摘要: 对结果负责,以结果为导向无论在生活中还是在工作中或者是在学习中,我们总会遇到一个问题,也就是价值观的取向问题。孟子说过:“鱼,我所欲也,熊掌,亦我所欲也;二者不可得兼,舍鱼而取熊掌者也。生,亦我所欲也,义,亦我所欲也;二者不可得兼,舍生而取义者也。”孟子用人们生活中熟知的具体事物打了一个比方:鱼是我想得到的,熊掌也是我想得到的,在两者不能同时得到的情况下,我宁愿舍弃鱼而要熊... 阅读全文
posted @ 2008-03-20 09:35 gamebaby 阅读(356) 评论(2) 推荐(0)
2007年7月16日
摘要: 遍历读xml内容 阅读全文
posted @ 2007-07-16 08:28 gamebaby 阅读(213) 评论(0) 推荐(0)
2007年7月5日
摘要: InvokeMember用法 阅读全文
posted @ 2007-07-05 18:04 gamebaby 阅读(692) 评论(0) 推荐(0)
摘要: Invoke用法 阅读全文
posted @ 2007-07-05 17:59 gamebaby 阅读(318) 评论(0) 推荐(0)
2007年5月31日
摘要: 项目经理应该知道的 阅读全文
posted @ 2007-05-31 14:18 gamebaby 阅读(180) 评论(0) 推荐(0)
2007年4月17日
摘要: print ''if Exists( Select * From sysObjects where name='spClearLog' )Drop Proc spClearLog goCreate Proc spClearLog(@sDataBase sysname) With EncryptionAsBegin Declare @Sql nvarchar(1000) Declare @LogLo... 阅读全文
posted @ 2007-04-17 18:57 gamebaby 阅读(234) 评论(0) 推荐(0)
2007年3月8日
摘要: if not exists (select * from dbo.sysobjects where id =object_id(N'[dbo].[tablespaceinfo]') and OBJECTPROPERTY(id,N'IsUserTable') = 1) create table tablespaceinfo --创建结果存储表 (nameinfo varchar(50) , rows... 阅读全文
posted @ 2007-03-08 16:37 gamebaby 阅读(166) 评论(0) 推荐(0)
2006年11月11日
摘要: Imports SystemImports System.TextImports System.IOImports System.NetImports System.Net.SocketsImports System.CollectionsNamespace MailList.Data Public Class ESmtpMail#Region "内部变量" '设定换行及回车 Private _e... 阅读全文
posted @ 2006-11-11 16:13 gamebaby 阅读(509) 评论(0) 推荐(0)