<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_沉默的港湾</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/24171/rss</id><updated>2008-10-14T09:58:37Z</updated><author><name>juhnpen</name><uri>http://www.cnblogs.com/juhnpen/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/juhnpen/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/24171/rss"/><entry><id>http://www.cnblogs.com/juhnpen/archive/2008/10/14/1311058.html</id><title type="text">SQL2005数据库转到SQL2000的步骤</title><summary type="text">估计有很多人为这个问题而头大，正好在网上看到了这篇文章，转贴过来。1. 生成for2000版本的数据库脚本 2005的manger studio -- 打开"对象资源管理器"(没有的话按F8), 连接到你的实例 -- 右键要转到2000的库 -- 任务 -- 生成脚本 -- 在"脚本向导"的"选择数据库"中, 确定选择的是要转到2000的库 -- 勾选"为所选数据库中的所有对象编写脚本" -- 在...</summary><published>2008-10-14T09:59:00Z</published><updated>2008-10-14T09:59:00Z</updated><author><name>juhnpen</name><uri>http://www.cnblogs.com/juhnpen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/juhnpen/archive/2008/10/14/1311058.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/juhnpen/archive/2008/10/14/1311058.html"/></entry><entry><id>http://www.cnblogs.com/juhnpen/archive/2008/10/13/1309637.html</id><title type="text">仿msn弹出窗口</title><summary type="text">msnMessage.js文件代码：[代码]调用代码：[代码]注意：如果是在asp.net中，js文件中包含的字符通过innerHTML输出后会显示乱码，作如下改动：1.Web.config中加入 &amp;lt;system.web&amp;gt; &amp;lt;globalization requestEncoding="utf-8" responseEncoding="utf-8" /&amp;gt; &amp;lt;/syst...</summary><published>2008-10-12T17:42:00Z</published><updated>2008-10-12T17:42:00Z</updated><author><name>juhnpen</name><uri>http://www.cnblogs.com/juhnpen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/juhnpen/archive/2008/10/13/1309637.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/juhnpen/archive/2008/10/13/1309637.html"/></entry><entry><id>http://www.cnblogs.com/juhnpen/archive/2008/08/29/1279563.html</id><title type="text">DropdownList自定义样式（二）</title><summary type="text">Combox.css文件代码如下：[代码]用到的两个图片：</summary><published>2008-08-29T08:15:00Z</published><updated>2008-08-29T08:15:00Z</updated><author><name>juhnpen</name><uri>http://www.cnblogs.com/juhnpen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/juhnpen/archive/2008/08/29/1279563.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/juhnpen/archive/2008/08/29/1279563.html"/></entry><entry><id>http://www.cnblogs.com/juhnpen/archive/2008/08/29/1279536.html</id><title type="text">DropDownList自定义样式（一）</title><summary type="text">效果图： 刚开始想实现这个效果，发现DropDownList控件自己没有这个功能。于是百度了一下，资料挺多的，就是没有我想要的。最后没办法，只好在某个大型的门户网站上扣了，终于扣下来了。在次跟大家共享一下。 一共需要另外的两个文件，一个Combox.js和一个Combox.css文件。其代码在下边，另外需要在aspx页面的&amp;lt;head&amp;gt;&amp;lt;/head&amp;gt;里加入&amp;lt;link h...</summary><published>2008-08-29T07:55:00Z</published><updated>2008-08-29T07:55:00Z</updated><author><name>juhnpen</name><uri>http://www.cnblogs.com/juhnpen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/juhnpen/archive/2008/08/29/1279536.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/juhnpen/archive/2008/08/29/1279536.html"/></entry><entry><id>http://www.cnblogs.com/juhnpen/archive/2008/07/28/1254225.html</id><title type="text">还未做好的一个企业网站首页界面，暂时放这了</title><summary type="text"/><published>2008-07-27T17:02:00Z</published><updated>2008-07-27T17:02:00Z</updated><author><name>juhnpen</name><uri>http://www.cnblogs.com/juhnpen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/juhnpen/archive/2008/07/28/1254225.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/juhnpen/archive/2008/07/28/1254225.html"/></entry><entry><id>http://www.cnblogs.com/juhnpen/archive/2008/07/17/1245566.html</id><title type="text">值类型和引用类型的区别</title><summary type="text">c#支持两种类型:值类型(Value Types)和引用类型(Reference Types)，值类型包括简单类型（如：char、int和float等等）、枚举类型（Enum Types）和结构类型（Struct Types）、引用类型包括类类型、接口类型、委托类型和数组类型。值类型与引用类型的不同点在于：值类型的变量直接包含它们的数据，而引用类型的变量则把引用存储到对象中。引用类型的两个变量可以...</summary><published>2008-07-17T15:40:00Z</published><updated>2008-07-17T15:40:00Z</updated><author><name>juhnpen</name><uri>http://www.cnblogs.com/juhnpen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/juhnpen/archive/2008/07/17/1245566.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/juhnpen/archive/2008/07/17/1245566.html"/></entry><entry><id>http://www.cnblogs.com/juhnpen/archive/2008/07/17/1245110.html</id><title type="text">C#代码与javaScript函数的相互调用</title><summary type="text">该文章从网上搜集而来，也不知道是哪位高人所整理的。由于有人问到这方面的问题，我就在网上搜了一下，正好搜到了这么一篇文章，放到这里，方便查阅。问：1.如何在JavaScript访问C#函数?2.如何在JavaScript访问C#变量?3.如何在C#中访问JavaScript的已有变量?4.如何在C#中访问JavaScript函数?问题1答案如下：javaScript函数中执行C#代码中的函数：方法一...</summary><published>2008-07-17T04:40:00Z</published><updated>2008-07-17T04:40:00Z</updated><author><name>juhnpen</name><uri>http://www.cnblogs.com/juhnpen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/juhnpen/archive/2008/07/17/1245110.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/juhnpen/archive/2008/07/17/1245110.html"/></entry><entry><id>http://www.cnblogs.com/juhnpen/archive/2008/06/29/1231948.html</id><title type="text">C#编码标准－－编码习惯</title><summary type="text">要想学好一门语言、一门技术。首先要打好基础，养成一个好的编码习惯也是必不可少的一部分。书写的代码规范了，不仅便于自己日后的修改和维护，而且更有利于跟别人更好的交流和学习。下边的这个规范是从网上搜集来的，也是大多数程序员通用的规范。自己整理了一下，发表于此，里边有不全的地方，望大家补充补充。1. 书写程序时的大小写规则: a) 类：PascalCase表示法。如 MyClass b) 枚举值：Pas...</summary><published>2008-06-29T03:10:00Z</published><updated>2008-06-29T03:10:00Z</updated><author><name>juhnpen</name><uri>http://www.cnblogs.com/juhnpen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/juhnpen/archive/2008/06/29/1231948.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/juhnpen/archive/2008/06/29/1231948.html"/></entry><entry><id>http://www.cnblogs.com/juhnpen/archive/2008/06/24/1229271.html</id><title type="text">数据阅读器（DataReader）</title><summary type="text">当执行返回结果集的命令时，需要一个方法从届国际中提取数据。处理结果集的方法有两个：第一，使用数据阅读器（DataReader）;第二，同时使用数据适配器（Data Adapter）和ADO.NET数据集（DataSet）。这里我主要介绍一下数据阅读器的有关知识。DataReader类在ADO.NET中由每个数据提供程序实现自己的DataReader。1.创建DataReader对象 在ADO.NE...</summary><published>2008-06-24T15:42:00Z</published><updated>2008-06-24T15:42:00Z</updated><author><name>juhnpen</name><uri>http://www.cnblogs.com/juhnpen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/juhnpen/archive/2008/06/24/1229271.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/juhnpen/archive/2008/06/24/1229271.html"/></entry><entry><id>http://www.cnblogs.com/juhnpen/archive/2008/04/24/1169900.html</id><title type="text">系统自动执行sql语句</title><summary type="text">首先写一个sql语句use ttNew //使用ttNew数据库Goinsert into Users(name) values("唐") //往表Users插入一条记录将该语句保存在文件user.sql里，放在d盘跟目录下。然后再新建一个记事本，里边写上语句osql -E -i d:\user.sql，保存为11.bat放在桌面上。然后呢在系统程序-&amp;gt;附件-&amp;gt;系统工具-&amp;gt;任务计...</summary><published>2008-04-24T12:18:00Z</published><updated>2008-04-24T12:18:00Z</updated><author><name>juhnpen</name><uri>http://www.cnblogs.com/juhnpen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/juhnpen/archive/2008/04/24/1169900.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/juhnpen/archive/2008/04/24/1169900.html"/></entry></feed>
