会员
周边
新闻
博问
闪存
众包
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
gamebaby
博客园
首页
新随笔
新文章
联系
管理
订阅
2011年12月28日
去掉rhel 6的缺少授权证书提示
摘要: rpm -aq | grep subscription|xargs rpm -e --nodeps
阅读全文
posted @ 2011-12-28 11:07 gamebaby
阅读(176)
评论(0)
推荐(0)
2008年7月28日
c++消息
摘要: 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内容
摘要: 遍历读xml内容
阅读全文
posted @ 2007-07-16 08:28 gamebaby
阅读(213)
评论(0)
推荐(0)
2007年7月5日
InvokeMember
摘要: InvokeMember用法
阅读全文
posted @ 2007-07-05 18:04 gamebaby
阅读(692)
评论(0)
推荐(0)
Invoke
摘要: 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日
Clear Sqlserver log
摘要: 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日
Email(VB.net)
摘要: 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)
下一页
公告