<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_泊客-韩植</title><subtitle type="text">谦谦君子，仁心仁术</subtitle><id>http://feed.cnblogs.com/blog/u/11490/rss</id><updated>2005-12-07T09:37:15Z</updated><author><name>hz</name><uri>http://www.cnblogs.com/hanzhi09/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hanzhi09/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/11490/rss"/><entry><id>http://www.cnblogs.com/hanzhi09/archive/2005/12/07/292640.html</id><title type="text">头一回真正意义上读英文书</title><summary type="text">今天算是头一回真正的看英文的技术书籍，以前，虽然也明白看原版的要好很多，但如有中文的，还是中文直接些嘛。这次没办法了，.net与XML相关的在网上找了找还没看到中文的，没只法，只好看英文的了，英文的倒有，出来好几年的书了</summary><published>2005-12-07T09:37:00Z</published><updated>2005-12-07T09:37:00Z</updated><author><name>hz</name><uri>http://www.cnblogs.com/hanzhi09/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hanzhi09/archive/2005/12/07/292640.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hanzhi09/archive/2005/12/07/292640.html"/></entry><entry><id>http://www.cnblogs.com/hanzhi09/archive/2005/10/15/255388.html</id><title type="text">把以前个人主页上的几篇文章转了过来</title><summary type="text">今天周六，放假的，把以前放在个人主页上的几篇转载过来的，个人认为还比较好的文章转了到这边来。如何选择ERP实施方(转) c#.net常用的小函数和方法集 关于思维科学--钱学深音乐：Forever其实还有些的，但这个编辑器似乎我还不怎么会用，搞来搞去都编辑不好，就放弃了，看以后吧。不过在这里还可以看到：音乐：Forever诗歌：年关于思维科学我国医院信息系统面临七大挑战c#.net常用的小函数和方...</summary><published>2005-10-15T06:24:00Z</published><updated>2005-10-15T06:24:00Z</updated><author><name>hz</name><uri>http://www.cnblogs.com/hanzhi09/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hanzhi09/archive/2005/10/15/255388.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hanzhi09/archive/2005/10/15/255388.html"/></entry><entry><id>http://www.cnblogs.com/hanzhi09/archive/2005/10/10/251397.html</id><title type="text">把平时工作中的一些记录放上来</title><summary type="text">平时工作时就有这样一个习惯，将遇到的问题，所得的解决办法，技术方面的一点心得都写到电脑里面。但写到电脑上还只是在自己的硬盘上，技术这方面还是要多交流的好，虽然我还很菜。所以选了些放到这个上面来，以后可能还是这样：写还是写在自己的电脑上，毕竟方便些，隔那么久就放到BLOG上面来。免得建了个BLOG在这里，却空空如也！</summary><published>2005-10-10T02:22:00Z</published><updated>2005-10-10T02:22:00Z</updated><author><name>hz</name><uri>http://www.cnblogs.com/hanzhi09/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hanzhi09/archive/2005/10/10/251397.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hanzhi09/archive/2005/10/10/251397.html"/></entry><entry><id>http://www.cnblogs.com/hanzhi09/archive/2005/10/10/251383.html</id><title type="text">.net 有个反汇编工具ildasm（2005-9-29 (星期四)）</title><summary type="text">可对所选集合的名字空间，类型及类型成员有一个大概了解，它还能查阅中间语言指令和元数据</summary><published>2005-10-10T02:15:00Z</published><updated>2005-10-10T02:15:00Z</updated><author><name>hz</name><uri>http://www.cnblogs.com/hanzhi09/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hanzhi09/archive/2005/10/10/251383.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hanzhi09/archive/2005/10/10/251383.html"/></entry><entry><id>http://www.cnblogs.com/hanzhi09/archive/2005/10/10/251362.html</id><title type="text">SQL临时表初使用</title><summary type="text">昨晚同事说他想做一个二次查询，他说那是子查询，我想不是的，子查询是只能放在条件语句里的，而他想放在FROM 后面。我想这应可以用临时表解决，以前也没有做过临时表，只是在书上了解到了这个概念，只好上百度搜了咯。开始查到了一个用WITH 写的语句，试了试，没通过，估计是行不通了。又找了找，才找到了可以用select [字段1,字段2,...,] into #tempTable from table的形...</summary><published>2005-10-10T02:02:00Z</published><updated>2005-10-10T02:02:00Z</updated><author><name>hz</name><uri>http://www.cnblogs.com/hanzhi09/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hanzhi09/archive/2005/10/10/251362.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hanzhi09/archive/2005/10/10/251362.html"/></entry><entry><id>http://www.cnblogs.com/hanzhi09/archive/2005/09/27/245401.html</id><title type="text">表单验证的一个小问题</title><summary type="text">今天在做表单验证的应用时发现这么一个问题：大部份页面是要通赤验证才能访问，否则转到登陆页；但还有一小部份是不用验证便可以访问的，如注册页面，忘记密码找密码的页是不需通过验证的。一种做法是将不需验证的那部分另放一个目录，但可不可以放在同一个目录，而在web.config文件配置使之可以不通过验证访问呢？ 寻找答案中.......</summary><published>2005-09-27T12:36:00Z</published><updated>2005-09-27T12:36:00Z</updated><author><name>hz</name><uri>http://www.cnblogs.com/hanzhi09/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hanzhi09/archive/2005/09/27/245401.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hanzhi09/archive/2005/09/27/245401.html"/></entry><entry><id>http://www.cnblogs.com/hanzhi09/archive/2005/08/18/217475.html</id><title type="text">微软的文本搜索功能</title><summary type="text">网上一直在说微软没有Google 桌面搜索那样的东西，或都说比他的出得慢。本人今天在VS.NET 2003中就发现一个这样的东西。编辑-&amp;gt;查找与搜索。功能还很强大，能搜到非文档类的文件，速度也快。我不说微软的东西如何如何好，但只是不明白为什么会有人如上面那样说。</summary><published>2005-08-18T02:53:00Z</published><updated>2005-08-18T02:53:00Z</updated><author><name>hz</name><uri>http://www.cnblogs.com/hanzhi09/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hanzhi09/archive/2005/08/18/217475.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hanzhi09/archive/2005/08/18/217475.html"/></entry><entry><id>http://www.cnblogs.com/hanzhi09/archive/2005/08/10/211343.html</id><title type="text">笔记-CSS在ASP.NET中使用</title><summary type="text">原以为在ASP.NET中使用CSS会很麻烦，真正做起来了却很简单，现把使用过程简要记录如下：使用CSS大体有两种情况，一是静态的添加，另一是动态变换一、静态添加：首先在aspx中加入（加入head标记中）：&amp;lt;link rel="stylesheet" href="pagecss.css" type="text/css"&amp;gt;定义Pagecss.css文件：p{font-size:9pt}a...</summary><published>2005-08-10T03:09:00Z</published><updated>2005-08-10T03:09:00Z</updated><author><name>hz</name><uri>http://www.cnblogs.com/hanzhi09/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hanzhi09/archive/2005/08/10/211343.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hanzhi09/archive/2005/08/10/211343.html"/></entry><entry><id>http://www.cnblogs.com/hanzhi09/archive/2005/07/14/192691.html</id><title type="text">在C#中，string 类型可与SQL SERVER中的int 类型作比较，是怎么回事？</title><summary type="text">今天作了一个修改SQL SERVER中记录的功能，发现在查找记录时，我在C#中定义的string变量也可以与SQL SERVER 2000中的int字段作比较，能检索出相关记录来。不理解，也没看到过这方面的资料，盼高人指点！相关语句如下：SqlCommand scom = new SqlCommand("update news set title = '" + tbTitle.Text + "',...</summary><published>2005-07-14T03:52:00Z</published><updated>2005-07-14T03:52:00Z</updated><author><name>hz</name><uri>http://www.cnblogs.com/hanzhi09/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hanzhi09/archive/2005/07/14/192691.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hanzhi09/archive/2005/07/14/192691.html"/></entry><entry><id>http://www.cnblogs.com/hanzhi09/archive/2005/07/13/192303.html</id><title type="text">关于Page.isPostBack</title><summary type="text">今天解决了一个几天来一直没搞定的问题，原来是与Page的isPostBack属性有关。Page_load 里面读数据库到textBox，而后通过一按钮更新，由于以前没在Page_Load里判断isPostBack，所以老不能更新，加之，则可。再细一想，在点击按钮时定是更新了网页，且在执行SQL语句之前调用了Page_Load才会有这样的结果。查看浏览到的网页源代码发现，在其form里有一actio...</summary><published>2005-07-13T10:28:00Z</published><updated>2005-07-13T10:28:00Z</updated><author><name>hz</name><uri>http://www.cnblogs.com/hanzhi09/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hanzhi09/archive/2005/07/13/192303.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hanzhi09/archive/2005/07/13/192303.html"/></entry></feed>
