<?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/12505/rss</id><updated>2009-10-19T04:54:10Z</updated><author><name>大傻</name><uri>http://www.cnblogs.com/Crash123/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Crash123/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/12505/rss"/><entry><id>http://www.cnblogs.com/Crash123/archive/2009/10/19/1585887.html</id><title type="text">罗技mx5000驱动安装，实现所有功能（不用罗技原装接收器）</title><summary type="text">最近对无线键鼠开始感兴趣，开始本想买普通的2.4G的，结果发现罗技mx5000，这么便宜，于是赶紧就定了一套。上个星期刚到货，结果本来一个简单的驱动安装，搞了我一天，才安好。留下帖子给将要入该套装的网友，不要重导我的错误。  首先说明一下我用的系统式windows 7.现在用罗技setpoint 4.8驱动。xp没有试过，应该也可以同样适用。这个套装网上介绍的很少，大部分都是要求使用原装驱动器才能...</summary><published>2009-10-19T04:54:00Z</published><updated>2009-10-19T04:54:00Z</updated><author><name>大傻</name><uri>http://www.cnblogs.com/Crash123/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Crash123/archive/2009/10/19/1585887.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Crash123/archive/2009/10/19/1585887.html"/></entry><entry><id>http://www.cnblogs.com/Crash123/archive/2008/04/14/1153157.html</id><title type="text">水晶报表出错"Memory full. Not enough memory for operation."或者干脆不打印</title><summary type="text">今天我修改了一下我的报表，发现老出错报"Memory full. Not enough memory for operation."或者干脆不打印．去掉图片后，打印一切正常，开始以为背景图片太大．便修图让它变小．但还是报错．最后折腾了２个小时后，我想把图片从report header移到page header中试一试．结果一切正常．可能head里不能放太大的图片吧．</summary><published>2008-04-14T10:14:00Z</published><updated>2008-04-14T10:14:00Z</updated><author><name>大傻</name><uri>http://www.cnblogs.com/Crash123/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Crash123/archive/2008/04/14/1153157.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Crash123/archive/2008/04/14/1153157.html"/></entry><entry><id>http://www.cnblogs.com/Crash123/archive/2008/02/22/1077400.html</id><title type="text">如何得到一段时间内的所有的日期(SQL Server)</title><summary type="text">最近在SQL Server的项目中需要做一个统计谁来了，谁没来的查询，所以需要得到一个某段时间内日期完整的列表再和数据库中已经有的时间进行左连接．思考如下：首先我需要一个循环，于是就需要一个循环控制，但什么表是每个数据库中都有的呢，这时我就想到系统表中sysobjects，于是拿它做了循环体，结构比较简单，也许有朋友会需要．代码如下：declare @StartDate nvarchar(10) ...</summary><published>2008-02-22T03:59:00Z</published><updated>2008-02-22T03:59:00Z</updated><author><name>大傻</name><uri>http://www.cnblogs.com/Crash123/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Crash123/archive/2008/02/22/1077400.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Crash123/archive/2008/02/22/1077400.html"/></entry><entry><id>http://www.cnblogs.com/Crash123/archive/2007/12/27/1016681.html</id><title type="text">我这5年的开发总结（2007）</title><summary type="text">最近发现很多人都在写总结，我也凑个热闹。&#xD; 不知不觉，就干了5年了，回头一想，好像也经历了很多，又好像没有什么。</summary><published>2007-12-27T04:05:00Z</published><updated>2007-12-27T04:05:00Z</updated><author><name>大傻</name><uri>http://www.cnblogs.com/Crash123/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Crash123/archive/2007/12/27/1016681.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Crash123/archive/2007/12/27/1016681.html"/></entry><entry><id>http://www.cnblogs.com/Crash123/archive/2007/09/18/896977.html</id><title type="text">关于ViewState和Session的区别</title><summary type="text">对于ViewSate只是一个一个隐藏域,加密存在页面上的一个区域.而Session则是存在服务器的内存中,能够跨页调用.所以对于在同一个页面上的变量调用,你可以用Viewstate.如果跨页调用,就用Session</summary><published>2007-09-18T04:18:00Z</published><updated>2007-09-18T04:18:00Z</updated><author><name>大傻</name><uri>http://www.cnblogs.com/Crash123/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Crash123/archive/2007/09/18/896977.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Crash123/archive/2007/09/18/896977.html"/></entry><entry><id>http://www.cnblogs.com/Crash123/archive/2007/09/18/896971.html</id><title type="text">关于Generating user instances in SQL Server is disabled. Use sp_configure 'user instances enabled' to generate user instances的错误</title><summary type="text">今天调试程序的时候出现&amp;#8220;Generating user instances in SQL Server is disabled. Use sp_configure 'user instances enabled' to generate user instances"这个错误.后来我发现你在sql Server中在该数据库中用这条exec sp_configure 'user inst...</summary><published>2007-09-18T04:11:00Z</published><updated>2007-09-18T04:11:00Z</updated><author><name>大傻</name><uri>http://www.cnblogs.com/Crash123/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Crash123/archive/2007/09/18/896971.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Crash123/archive/2007/09/18/896971.html"/></entry><entry><id>http://www.cnblogs.com/Crash123/archive/2007/08/30/875522.html</id><title type="text">如何通过日志文件恢复SQL Server</title><summary type="text">首先恢复时一个完整的备份,但在完整的备份里一定要选择with nonerecovery(企业管理器里选项中是第2项)sql 语句是restore database mydata from disk = 'c:\temp\movedb.bak' with norecovery这时数据库就会变成恢复模式,这样你就可以一条一条的把trn文件添加进行恢复了.语句是restore log Mydata fr...</summary><published>2007-08-30T03:18:00Z</published><updated>2007-08-30T03:18:00Z</updated><author><name>大傻</name><uri>http://www.cnblogs.com/Crash123/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Crash123/archive/2007/08/30/875522.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Crash123/archive/2007/08/30/875522.html"/></entry><entry><id>http://www.cnblogs.com/Crash123/archive/2007/05/10/742030.html</id><title type="text">如何避免关掉主窗体其他窗体都一起关掉</title><summary type="text">大家可能在做login窗体时，会发现要是其中一个是由另一个弹出的，关掉主窗体，另一个窗体也会关闭。比如说有2个窗体，一个名字叫Login,另一个叫MainForm，我们在Login里写上dim f as new mainformf.showme.close这样当你运行时，login关闭时，mainform也关闭了。解决方法很简单：就是在Login里写上dim f as new mainformf....</summary><published>2007-05-10T11:32:00Z</published><updated>2007-05-10T11:32:00Z</updated><author><name>大傻</name><uri>http://www.cnblogs.com/Crash123/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Crash123/archive/2007/05/10/742030.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Crash123/archive/2007/05/10/742030.html"/></entry><entry><id>http://www.cnblogs.com/Crash123/archive/2007/05/09/740620.html</id><title type="text">如何得到AD的信息从而控制自己程序的权限</title><summary type="text">最近作了一个项目要求与AD连接来进行权限控制。想法是Imports System.Security.PrincipalImports System.Security.Permissions代码是下面Private idWindows As WindowsIdentityPrivate prinWindows As WindowsPrincipalidWindows = WindowsIdentit...</summary><published>2007-05-09T12:11:00Z</published><updated>2007-05-09T12:11:00Z</updated><author><name>大傻</name><uri>http://www.cnblogs.com/Crash123/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Crash123/archive/2007/05/09/740620.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Crash123/archive/2007/05/09/740620.html"/></entry><entry><id>http://www.cnblogs.com/Crash123/archive/2007/05/07/737768.html</id><title type="text">asp.net 中textbox如何自动换行 </title><summary type="text">在textbox中自动加上style="overflow-y:hidden"或者写入代码：TextBoxID.Attributes.Add("style", "overflow-y:hidden")</summary><published>2007-05-07T03:56:00Z</published><updated>2007-05-07T03:56:00Z</updated><author><name>大傻</name><uri>http://www.cnblogs.com/Crash123/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Crash123/archive/2007/05/07/737768.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Crash123/archive/2007/05/07/737768.html"/></entry></feed>
