<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_gccr的专栏</title><subtitle type="text">尽量保证我提供的代码是可用的！</subtitle><id>http://feed.cnblogs.com/blog/u/146/rss</id><updated>2005-12-02T12:56:27Z</updated><author><name>王答</name><uri>http://www.cnblogs.com/gccr/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gccr/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/146/rss"/><entry><id>http://www.cnblogs.com/gccr/archive/2005/12/02/289504.html</id><title type="text">实在不想离开C#</title><summary type="text">已经好久没有碰.NET了，因为所在的公司不用.NET，而是使用Delphi跟Java。想当初找工作的时候，一心想当一名.NET的程序员，在网上投了一百多份应聘.NET程序员的简历，招聘会投了数十份应聘.NET程序员简历，面试了十几家公司，技术面试时都是轻松过关，可是一到人力资源部时，不知道为什么，都把我涮掉了，现在回想起来，我还是很奇怪，作为一个应届本科生，能有近五万行代码量，应该说不错了，工资要...</summary><published>2005-12-02T12:56:00Z</published><updated>2005-12-02T12:56:00Z</updated><author><name>王答</name><uri>http://www.cnblogs.com/gccr/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gccr/archive/2005/12/02/289504.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gccr/archive/2005/12/02/289504.html"/></entry><entry><id>http://www.cnblogs.com/gccr/archive/2004/05/22/10930.html</id><title type="text">快要大四了,实习的问题!</title><summary type="text">在大学里混了三年了,一回想起来.就有一个感觉,那就是:要是再让我重过一遍,我一定比现在厉害好几倍!可是怎么可能会再重过一次呢??看大四的学哥学姐们做毕业设计,知道自己比他们强点,不至于一点东西也没学到.但是学无止境,我自己还知道自己有几两沉!!现在天天想,我现在可能是需要一个高手来带一下!正好快大四啦,打算上北京去碰碰运气,找一个实习的地方,给多少钱不在呼!!!!!!!各位前辈,能不能找到呢?</summary><published>2004-05-22T08:40:00Z</published><updated>2004-05-22T08:40:00Z</updated><author><name>王答</name><uri>http://www.cnblogs.com/gccr/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gccr/archive/2004/05/22/10930.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gccr/archive/2004/05/22/10930.html"/></entry><entry><id>http://www.cnblogs.com/gccr/archive/2004/03/24/4082.html</id><title type="text">最近真郁闷!!</title><summary type="text">1。程序员考试 考前，我们系给我们全体学生开了动员会----两次，就是把全体学生召集在一起，大讲软考的好，说中程证书怎么怎么好，对了，说是跟清华大学本科毕业证书的级别一样的。然后就办班，600元。报名费100元，非让我们交120，说是考过的直接就把证书钱教了，不用再补了。可是现在考过了，竟让我们交20元钱去领证书，原来的钱算是白交了。还有呢，我们系有四个过高程的，把照片挂在公告栏的光荣榜上啦!!现...</summary><published>2004-03-24T11:03:00Z</published><updated>2004-03-24T11:03:00Z</updated><author><name>王答</name><uri>http://www.cnblogs.com/gccr/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gccr/archive/2004/03/24/4082.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gccr/archive/2004/03/24/4082.html"/></entry><entry><id>http://www.cnblogs.com/gccr/archive/2004/03/21/3820.html</id><title type="text">Effective C#-Working with Strings</title><summary type="text">Effective C#-Working with Strings　　　　　　　　　　　　　　　　Author:Mahesh Chand　　　　　　　　　　　　　　　　　　　　 王答(译)1。空字符串 检查一个字符串是否为空或不是一个基本的编程需要，一个有效的方法是使用string类的Length属性来取代使用null或与""比较。string str1 = AMethodReturnsStrin...</summary><published>2004-03-21T12:45:00Z</published><updated>2004-03-21T12:45:00Z</updated><author><name>王答</name><uri>http://www.cnblogs.com/gccr/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gccr/archive/2004/03/21/3820.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gccr/archive/2004/03/21/3820.html"/></entry><entry><id>http://www.cnblogs.com/gccr/archive/2004/03/21/3816.html</id><title type="text">如何使DataGrid控件的分页导航条变个样式。</title><summary type="text">用DataGrid控件进行分页时，要么上一页，下一页，要么全是数字，做出后自己都看不过眼，更别提普通浏览者了。可是怎么改变一下呢？？其实也不是很难，先看看DataGrid显示的是什么东东，这样可能会有点眉目。&amp;#162;在DataGrid中，分页导航栏是用一行(TableRow)来表现出来，在这个行(TableRow)中，只有一个列(TableCell)，我们所看到的所有的数字超链接按钮(Link...</summary><published>2004-03-21T11:35:00Z</published><updated>2004-03-21T11:35:00Z</updated><author><name>王答</name><uri>http://www.cnblogs.com/gccr/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gccr/archive/2004/03/21/3816.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gccr/archive/2004/03/21/3816.html"/></entry><entry><id>http://www.cnblogs.com/gccr/archive/2004/01/21/411.html</id><title type="text">总想Blog一把，今天上网，遇到注册一个了。</title><summary type="text">学好.net，好找工作。</summary><published>2004-01-21T07:52:00Z</published><updated>2004-01-21T07:52:00Z</updated><author><name>王答</name><uri>http://www.cnblogs.com/gccr/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gccr/archive/2004/01/21/411.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gccr/archive/2004/01/21/411.html"/></entry></feed>
