不进则退

Roger's blog @cnblogs

导航

统计

公告

昵称:Roger Wo
园龄:7年3个月
粉丝:0
关注:0

搜索

 
 

常用链接

随笔分类

随笔档案

我的网站

最新评论

阅读排行榜

评论排行榜

推荐排行榜

11 2004 档案

我的hotmail信箱容量变成2G了!
摘要: 今天无意中发现的,庆祝一下!!阅读全文

posted @ 2004-11-20 00:04 Roger Wo 阅读(813) | 评论 (2) 编辑

好消息: Gmail 推出pop3服务了
摘要: 终于可以用outlook来收取Gmail邮件了!pop3: pop.gmail.comsmtp:smtp.gmail.com 一定要使用ssl链接,不过暂时还不支持IMAP协议。详细设置请参照:http://gmail.google.com/support/bin/answer.py?answer=10350&rand=0.6764270708572596 阅读全文

posted @ 2004-11-11 16:19 Roger Wo 阅读(3828) | 评论 (11) 编辑

msdn mag Dec 2004 (preview)
摘要:   Download the complete code from this issue: MSDNMag0412.exe (914 KB) DECEMBER 2004Volume 19 Number 12  • Tablet PC: Add Support for Digital Ink to Your Windows ApplicationsPaul Yao  &...阅读全文

posted @ 2004-11-11 09:10 Roger Wo 阅读(582) | 评论 (0) 编辑

在client端通过java script调用Web Service
摘要: 以下代码实现了在客户端用java script调用Web Service,通过对Web Service:TimeService中GetTime()方法的调用,在客户端显示服务器当前时间,并且以1秒为间隔自动刷新。TimeService: GetTime() //Return time on server     ...阅读全文

posted @ 2004-11-09 13:47 Roger Wo 阅读(8256) | 评论 (5) 编辑

DataGrid绑定对象为数组时怎样确定DataFileld
摘要: 昨天有人问了我这样一个问题:指定DataGrid的DataSource为一个简单的一维数组,并且需要通过BoundColumn来显示,那么这个BoundColumn的DataFileld值应该是什么?注意:仅仅是一个System.Array数组,而不是ArrayList。答案是 "!"。这样的数组确实是没有data field name的,所以.net会把它当作"!&...阅读全文

posted @ 2004-11-03 10:32 Roger Wo 阅读(2438) | 评论 (4) 编辑

为asp.net程序添加自定义配置区域
摘要: 我们通常把诸如sql的connection string之类的配置信息保存在web.config的AppSettings部分,以方便程序的分发,并且可以通过以下方法在程序中获得: string sqlStr = System.Configuration.ConfigurationSettings.AppSettings["ConnectionString"]; 对于结构比较复杂的自定义配置,可以通过实现IConfigurationSectionHandler接口来实现这种机制。阅读全文

posted @ 2004-11-02 21:41 Roger Wo 阅读(1863) | 评论 (6) 编辑

first day in microsoft
摘要: 今天是我在微软gtec上班的第一天,早早就来到了美罗大厦,这时虽然离九点还有一刻钟,本以为电梯会比较空的,没想到第一天就见识到了传说中美罗早上电梯排大队的情况,一共6部电梯分高低两个区,尽管每部电梯里的人数都达到了最优装载,外面还依旧排着长队,想想原先在外滩中心有十几部电梯同时运行都回拥挤,碰到这种情况也就不足为奇了,看来以后还得赶早。 原本以为一天会在无聊地setup机器中度过,没想到却被告知我...阅读全文

posted @ 2004-11-01 20:08 Roger Wo 阅读(387) | 评论 (3) 编辑