<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_mikeye</title><subtitle type="text">不经历风雨怎么见彩虹</subtitle><id>http://feed.cnblogs.com/blog/u/9485/rss</id><updated>2007-10-31T03:26:40Z</updated><author><name>mikeye</name><uri>http://www.cnblogs.com/mikeye/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mikeye/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/9485/rss"/><entry><id>http://www.cnblogs.com/mikeye/archive/2007/10/31/943914.html</id><title type="text">在2种jdk环境下配置2个版本的项目</title><summary type="text">接手公司要离职的同事的遗留项目，很是头痛：那是2个在2种jdk环境下开发的项目，现在却要在一起维护！一个是在jdk1.4下，用eclipse3.1（＋myeclipse4.1）开发，用tomcat4.0来运行程序（叫A吧）；另一个是在jdk1.5下，用eclipse3.2（＋myeclipse5.1）开发，用tomcat5.0来运行程序（叫B吧）。我的那位同事是用了两个操作系统来运行那2个程序的，...</summary><published>2007-10-31T01:54:00Z</published><updated>2007-10-31T01:54:00Z</updated><author><name>mikeye</name><uri>http://www.cnblogs.com/mikeye/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mikeye/archive/2007/10/31/943914.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mikeye/archive/2007/10/31/943914.html"/><content type="text">接手公司要离职的同事的遗留项目，很是头痛：那是2个在2种jdk环境下开发的项目，现在却要在一起维护！一个是在jdk1.4下，用eclipse3.1（＋myeclipse4.1）开发，用tomcat4.0来运行程序（叫A吧）；另一个是在jdk1.5下，用eclipse3.2（＋myeclipse5.1）开发，用tomcat5.0来运行程序（叫B吧）。我的那位同事是用了两个操作系统来运行那2个程序的，...</content></entry><entry><id>http://www.cnblogs.com/mikeye/archive/2007/06/21/791602.html</id><title type="text">动态显示没有数据时让GridView也能显示表头信息</title><summary type="text">在.NET2.0中GridView的功能已经十分的强大，可是，在和数据库中的数据关联后，在显示方面也有不够完美的地方：那就是如果没有数据时，连表头信息也不能显示。如果要显示表头信息该怎么办？这让我思量了好久,最终找到了解决的方案。首先，在选中GridView控件点击右键，选择“编辑模板”－&gt;“EmptyDataTemplate”,在&amp;#8220...</summary><published>2007-06-21T03:23:00Z</published><updated>2007-06-21T03:23:00Z</updated><author><name>mikeye</name><uri>http://www.cnblogs.com/mikeye/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mikeye/archive/2007/06/21/791602.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mikeye/archive/2007/06/21/791602.html"/><content type="text">在.NET2.0中GridView的功能已经十分的强大，可是，在和数据库中的数据关联后，在显示方面也有不够完美的地方：那就是如果没有数据时，连表头信息也不能显示。如果要显示表头信息该怎么办？这让我思量了好久,最终找到了解决的方案。首先，在选中GridView控件点击右键，选择“编辑模板”－&gt;“EmptyDataTemplate”,在&amp;#8220...</content></entry><entry><id>http://www.cnblogs.com/mikeye/archive/2007/04/13/711878.html</id><title type="text">关于在java中连接MS SQL Server 2005 JDBC的问题及解决办法 </title><summary type="text">用eclipse来进行Microsoft SQL Server 2005数据库方面的开发，先把MS SQL Server 2005 JDBC Driver的驱动下载后加入工程文件的类库中；然后写URL字符串。根据以往的写法写入：url = "jdbc:microsoft:sqlserver://"及Class.forName("com.microsoft.jdbc.sqlserver.SQLSer...</summary><published>2007-04-13T04:37:00Z</published><updated>2007-04-13T04:37:00Z</updated><author><name>mikeye</name><uri>http://www.cnblogs.com/mikeye/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mikeye/archive/2007/04/13/711878.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mikeye/archive/2007/04/13/711878.html"/><content type="text">用eclipse来进行Microsoft SQL Server 2005数据库方面的开发，先把MS SQL Server 2005 JDBC Driver的驱动下载后加入工程文件的类库中；然后写URL字符串。根据以往的写法写入：url = "jdbc:microsoft:sqlserver://"及Class.forName("com.microsoft.jdbc.sqlserver.SQLSer...</content></entry><entry><id>http://www.cnblogs.com/mikeye/archive/2007/03/16/677451.html</id><title type="text">把表从Access导出到Sql Server</title><summary type="text">1. 前提条件:必须在本地的ODBC中设置DSN名，ODBC必须测试通过！可使用的几种设置ODBC方式：（1） 单机版: 在创建ODBC的新的DSN时,选择的数据源用SQL Server;（2） 网络版: [1] 在创建ODBC的新的DSN时,选择的数据源用SQL Server;[2] 在创建ODBC的新的DSN时,选择的数据源用SQL Native Client(需装SQL Server 200...</summary><published>2007-03-16T08:39:00Z</published><updated>2007-03-16T08:39:00Z</updated><author><name>mikeye</name><uri>http://www.cnblogs.com/mikeye/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mikeye/archive/2007/03/16/677451.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mikeye/archive/2007/03/16/677451.html"/><content type="text">1. 前提条件:必须在本地的ODBC中设置DSN名，ODBC必须测试通过！可使用的几种设置ODBC方式：（1） 单机版: 在创建ODBC的新的DSN时,选择的数据源用SQL Server;（2） 网络版: [1] 在创建ODBC的新的DSN时,选择的数据源用SQL Server;[2] 在创建ODBC的新的DSN时,选择的数据源用SQL Native Client(需装SQL Server 200...</content></entry><entry><id>http://www.cnblogs.com/mikeye/archive/2006/10/27/541952.html</id><title type="text">在VS2005怎样自动生成属性</title><summary type="text">如果想输入如下所示的属性： private int myVar; public int MyProperty { get { return myVar; } set { myVar = value; } }在VS2003下添加属性时，很方便地在类视图窗口中选择类后，右键，添加属性就可实现。然而当我在VS2005下想添加属性时，却怎么也找不到……最终花了我很长时间才弄出来，虽...</summary><published>2006-10-27T07:54:00Z</published><updated>2006-10-27T07:54:00Z</updated><author><name>mikeye</name><uri>http://www.cnblogs.com/mikeye/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mikeye/archive/2006/10/27/541952.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mikeye/archive/2006/10/27/541952.html"/><content type="text">如果想输入如下所示的属性： private int myVar; public int MyProperty { get { return myVar; } set { myVar = value; } }在VS2003下添加属性时，很方便地在类视图窗口中选择类后，右键，添加属性就可实现。然而当我在VS2005下想添加属性时，却怎么也找不到……最终花了我很长时间才弄出来，虽...</content></entry><entry><id>http://www.cnblogs.com/mikeye/archive/2006/09/15/504947.html</id><title type="text">此spoolsv.exe（木马程序）非彼spoolsv.exe（系统进程）</title><summary type="text">在网上查资料时，不知何时中招了，而且是悄无声息的，直到有很多广告之类的东西跳出来之后，我才感觉到问题的严重。于是赶紧用杀毒工具来杀，但就是杀不掉，杀了又来，而且计算机CPU使用率居高不下。这是啥东西，这么厉害？于是冒着风险，在网上查spoolsv.exe，居然是一种延缓打印木马程序！更可气的是，和系统进程spoolsv.exe同名（用于将Windows打印机任务发送给本地打印机）！！这样一来，就多...</summary><published>2006-09-15T02:50:00Z</published><updated>2006-09-15T02:50:00Z</updated><author><name>mikeye</name><uri>http://www.cnblogs.com/mikeye/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mikeye/archive/2006/09/15/504947.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mikeye/archive/2006/09/15/504947.html"/><content type="text">在网上查资料时，不知何时中招了，而且是悄无声息的，直到有很多广告之类的东西跳出来之后，我才感觉到问题的严重。于是赶紧用杀毒工具来杀，但就是杀不掉，杀了又来，而且计算机CPU使用率居高不下。这是啥东西，这么厉害？于是冒着风险，在网上查spoolsv.exe，居然是一种延缓打印木马程序！更可气的是，和系统进程spoolsv.exe同名（用于将Windows打印机任务发送给本地打印机）！！这样一来，就多...</content></entry><entry><id>http://www.cnblogs.com/mikeye/archive/2006/08/07/470043.html</id><title type="text">用Split（）方法提取字符</title><summary type="text">前几天做一个项目（C#）,其中有个情况是：从数据库表中取出某一字段的值，然后再次分配。该字段内容以空格为分隔符（至少3个空格），第1个空格前的内容分给A，第2个空格前的内容分给B， 其余空格前的内容分给C。比如字段为E = “AA BB CC DD EE FF GG ”：那么A = “AA”， B = “BB”，C = &amp;#8...</summary><published>2006-08-07T08:18:00Z</published><updated>2006-08-07T08:18:00Z</updated><author><name>mikeye</name><uri>http://www.cnblogs.com/mikeye/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mikeye/archive/2006/08/07/470043.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mikeye/archive/2006/08/07/470043.html"/><content type="text">前几天做一个项目（C#）,其中有个情况是：从数据库表中取出某一字段的值，然后再次分配。该字段内容以空格为分隔符（至少3个空格），第1个空格前的内容分给A，第2个空格前的内容分给B， 其余空格前的内容分给C。比如字段为E = “AA BB CC DD EE FF GG ”：那么A = “AA”， B = “BB”，C = &amp;#8...</content></entry><entry><id>http://www.cnblogs.com/mikeye/archive/2005/03/25/125779.html</id><title type="text">优盘小故障</title><summary type="text">  昨天，友人借我的优盘，今天给我，也没在意，准备拷东西时，才发现有问题。 优盘里的文件不能拷下来，电脑里的文件也不能拷进去，晕。。。  想格式化算了，可是按右键点属性却没有此项；可是我要拷东西，咋办？急。。。。。  赶紧问一个懂硬件的牛人，回答的解决方法却让我大跌眼镜-----用优盘...</summary><published>2005-03-25T10:11:00Z</published><updated>2005-03-25T10:11:00Z</updated><author><name>mikeye</name><uri>http://www.cnblogs.com/mikeye/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mikeye/archive/2005/03/25/125779.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mikeye/archive/2005/03/25/125779.html"/><content type="text">  昨天，友人借我的优盘，今天给我，也没在意，准备拷东西时，才发现有问题。 优盘里的文件不能拷下来，电脑里的文件也不能拷进去，晕。。。  想格式化算了，可是按右键点属性却没有此项；可是我要拷东西，咋办？急。。。。。  赶紧问一个懂硬件的牛人，回答的解决方法却让我大跌眼镜-----用优盘...</content></entry><entry><id>http://www.cnblogs.com/mikeye/archive/2005/03/22/123307.html</id><title type="text">需要Gmail的留个Email:)</title><summary type="text"> Gmail里面的Invite增加了些  有需要的朋友请留下:   first name   last name   email(用来接受邀请邮件) 抢购中......</summary><published>2005-03-22T02:14:00Z</published><updated>2005-03-22T02:14:00Z</updated><author><name>mikeye</name><uri>http://www.cnblogs.com/mikeye/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mikeye/archive/2005/03/22/123307.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mikeye/archive/2005/03/22/123307.html"/><content type="text"> Gmail里面的Invite增加了些  有需要的朋友请留下:   first name   last name   email(用来接受邀请邮件) 抢购中......</content></entry><entry><id>http://www.cnblogs.com/mikeye/archive/2005/03/21/123006.html</id><title type="text">关于Mono的技术</title><summary type="text">  在博客园上经常有人提到Mono，我刚开始还认为仅仅是个开发工具而已，通过搜索，发现并不简单。其实Mono是一个集体的, 自发的开发项目, 旨在开发一个开放源代码的Linux版的Microsfot.NET 开发平台。 作为一个有机的.NET整体, 它包括一个C#编译器, 一个公用语言运行时环境, 以及相关的一整套类库。Mono项目将使开发者开发的.NET应用程序...</summary><published>2005-03-21T09:49:00Z</published><updated>2005-03-21T09:49:00Z</updated><author><name>mikeye</name><uri>http://www.cnblogs.com/mikeye/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mikeye/archive/2005/03/21/123006.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mikeye/archive/2005/03/21/123006.html"/><content type="text">  在博客园上经常有人提到Mono，我刚开始还认为仅仅是个开发工具而已，通过搜索，发现并不简单。其实Mono是一个集体的, 自发的开发项目, 旨在开发一个开放源代码的Linux版的Microsfot.NET 开发平台。 作为一个有机的.NET整体, 它包括一个C#编译器, 一个公用语言运行时环境, 以及相关的一整套类库。Mono项目将使开发者开发的.NET应用程序...</content></entry></feed>
