<?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/19535/rss</id><updated>2010-11-22T15:57:59Z</updated><author><name>大陆响尾蛇</name><uri>http://www.cnblogs.com/luanwey/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luanwey/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/19535/rss"/><entry><id>http://www.cnblogs.com/luanwey/archive/2009/08/17/1548452.html</id><title type="text">asp.net mvc DropDownList 不从数据库取数据显示</title><summary type="text">action： public ActionResult Register(){ var items = new List&amp;lt;SelectListItem&amp;gt;() { (new SelectListItem() {Text = "保密", Value = "0", Selected = true}), (new SelectListItem() {Text = "男", Value = "1...</summary><published>2009-08-17T14:08:00Z</published><updated>2009-08-17T14:08:00Z</updated><author><name>大陆响尾蛇</name><uri>http://www.cnblogs.com/luanwey/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luanwey/archive/2009/08/17/1548452.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luanwey/archive/2009/08/17/1548452.html"/></entry><entry><id>http://www.cnblogs.com/luanwey/archive/2009/08/12/1544444.html</id><title type="text">ASP.NET MVC 实现二级域名</title><summary type="text">自从微软发布 ASP.NET MVC and routing engine (System.Web.Routing)以来，就设法让我们明白你完全能控制URL和routing，只要与你的application path相结合进行扩展，任何问题都迎刃而解。如果你需要在所处的域或者子域处理数据标记的话，强制使用Default。遗憾的是，ASP.NET MVC是基于虚拟目录的，在实际项目却有各种各样的需求方案。</summary><published>2009-08-12T06:32:00Z</published><updated>2009-08-12T06:32:00Z</updated><author><name>大陆响尾蛇</name><uri>http://www.cnblogs.com/luanwey/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luanwey/archive/2009/08/12/1544444.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luanwey/archive/2009/08/12/1544444.html"/></entry><entry><id>http://www.cnblogs.com/luanwey/archive/2009/07/31/1536198.html</id><title type="text">error40；无法打开到SQL Server的连接,设置了Tcp/IP等也不能连接的问题</title><summary type="text">SQL Server2005失败：error40；无法打开到SQL Server的连接,设置了Tcp/IP等也不能连接的问题. TCP/IP设置为允许了. 用户名和密码也正确. SqlServer2005自带的管理工具可以连接. 连接字符串的服务器地址: . (local) localhost 127.0.0.1 ip地址  都写了没用. 后来打开  配置工具-&amp;gt;SQL Server Con...</summary><published>2009-07-31T12:22:00Z</published><updated>2009-07-31T12:22:00Z</updated><author><name>大陆响尾蛇</name><uri>http://www.cnblogs.com/luanwey/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luanwey/archive/2009/07/31/1536198.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luanwey/archive/2009/07/31/1536198.html"/></entry><entry><id>http://www.cnblogs.com/luanwey/archive/2007/04/19/719146.html</id><title type="text">SQL Server类型与dotnet类型的对应关系</title><summary type="text">SQL Server类型与dotnet类型的对应关系</summary><published>2007-04-19T01:12:00Z</published><updated>2007-04-19T01:12:00Z</updated><author><name>大陆响尾蛇</name><uri>http://www.cnblogs.com/luanwey/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luanwey/archive/2007/04/19/719146.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luanwey/archive/2007/04/19/719146.html"/></entry><entry><id>http://www.cnblogs.com/luanwey/archive/2006/12/11/588740.html</id><title type="text">获得MSSQL字段的注释</title><summary type="text">selecta.smallID,a.value,c.name,a.idfromSysPropertiesainnerjoinsyscolumnscona.id=c.idanda.smallid=c.colidinnerjoinsysobjectsoona.id=o.idwhereo.name='表名'andc.name='字段名'如果只是获得注释的值的话，只要a.value 字段就可以 了。Sys...</summary><published>2006-12-11T04:46:00Z</published><updated>2006-12-11T04:46:00Z</updated><author><name>大陆响尾蛇</name><uri>http://www.cnblogs.com/luanwey/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luanwey/archive/2006/12/11/588740.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luanwey/archive/2006/12/11/588740.html"/></entry><entry><id>http://www.cnblogs.com/luanwey/archive/2006/11/24/571071.html</id><title type="text">把txt作为数据源绑定到GridView中</title><summary type="text">先在APP_Data文件夹下新建一个txt文件：（输入一些内容先，用逗号隔开）id,nameee,test1,01,ddd2,xian,ff3,陆,tffest在页面拉一个GridView控件，Page_Load里写：protectedvoidPage_Load(objectsender,EventArgse){stringConnectionString;stringSQLString;Conn...</summary><published>2006-11-24T07:36:00Z</published><updated>2006-11-24T07:36:00Z</updated><author><name>大陆响尾蛇</name><uri>http://www.cnblogs.com/luanwey/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luanwey/archive/2006/11/24/571071.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luanwey/archive/2006/11/24/571071.html"/></entry><entry><id>http://www.cnblogs.com/luanwey/archive/2006/10/24/538355.html</id><title type="text">【转】日常电脑操作应该注意的十几个小动作以及维</title><summary type="text">一、大力敲击回车键&#xD;二、在键盘上面吃零食，喝饮料&#xD;三、光碟总是放在光驱里(还有看vcd时,暂停后出玩或吃饭)&#xD;四、开机箱盖运行&#xD;五、用手摸屏幕&#xD;六、一直使用同一张墙纸或具有静止画面的屏保&#xD;七、拿电脑主机来垫脚&#xD;八、给你的计算机抽二手烟 &#xD;九、装很多测试版的或者共享版的软件&#xD;十、在系统运行中进行非正常重启&#xD;十一、不扫描和整理硬盘&#xD;十二、虚拟内存不指定范围&#xD;十三、不用卸载，而是直接删除文件夹&#xD;十四、加载或者安装太多同样功能的软件&#xD;十五、电脑清理&#xD;。。。。。。</summary><published>2006-10-24T05:49:00Z</published><updated>2006-10-24T05:49:00Z</updated><author><name>大陆响尾蛇</name><uri>http://www.cnblogs.com/luanwey/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luanwey/archive/2006/10/24/538355.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luanwey/archive/2006/10/24/538355.html"/></entry><entry><id>http://www.cnblogs.com/luanwey/archive/2006/10/24/538352.html</id><title type="text">【转】程序员健康人生</title><summary type="text">清晨最不该吃的三种食物&#xD;1.忌喝大量冰凉的饮料：温度相差太大会强烈刺激胃肠道，导致突发性挛缩。&#xD; &#xD;2.忌空腹吃香蕉：香蕉中除了含有助眠的钾，还含有大量的镁元素，若空腹&#xD;食用，会使血液中的含镁量骤然升高，而镁是影响心脏功能的敏感元素之一。 &#xD; &#xD;3.忌空腹吃菠萝：菠萝里含有强酵素，空腹吃会伤胃，其营养成分必须在吃完&#xD;饭后才能更好地被吸收。&#xD; &#xD;知道了清晨饮食的禁忌，就该立刻行动起来，寻找一款适合自己的养胃方案，&#xD; 这里推荐几款，供大家选择：&#xD;</summary><published>2006-10-24T05:47:00Z</published><updated>2006-10-24T05:47:00Z</updated><author><name>大陆响尾蛇</name><uri>http://www.cnblogs.com/luanwey/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luanwey/archive/2006/10/24/538352.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luanwey/archive/2006/10/24/538352.html"/></entry><entry><id>http://www.cnblogs.com/luanwey/archive/2006/10/24/538351.html</id><title type="text">【转】程序员健康建议</title><summary type="text">一.运动1.每天必须运动30分钟以后,温和的有氧运动,活动全身2.每隔1个半小时,起身活动腰部,颈部,肩部3.经常活动手指,由于手指长期握鼠标,会造成末梢神经炎4.经常眨眼睛,可以缓解眼部肌肉的紧张,而且促进眼部血液流通,是眼睛表面更加湿润,减少干涩,有效的保护眼睛5.点缓解眼疲劳的眼药水时,请认真看说明书,按剂量使用，切忌不可超剂量使用，对眼睛有危害,最好通过眨眼和做眼保健操,缓解眼部疲劳6.为...</summary><published>2006-10-24T05:44:00Z</published><updated>2006-10-24T05:44:00Z</updated><author><name>大陆响尾蛇</name><uri>http://www.cnblogs.com/luanwey/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luanwey/archive/2006/10/24/538351.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luanwey/archive/2006/10/24/538351.html"/></entry><entry><id>http://www.cnblogs.com/luanwey/archive/2006/10/20/534642.html</id><title type="text">互联网协会：博客推行实名制已成定局</title><summary type="text">真想不明白为什么要这样做。源地址：http://tech.qq.com/a/20061020/000215.htm昨日，中国互联网协会行业自律工作委员会秘书长杨君佐确认了中国互联网协会在推进博客实名制的消息。在网络上沸沸扬扬的博客实名制已成定局。 据悉，中国互联网协会受信息产业部委托开展&amp;#8220;博客实名制&amp;#8221;的研究，研究成果将提交信产部供决策参考。 博客实名制，意味着博客用户必须进...</summary><published>2006-10-20T05:01:00Z</published><updated>2006-10-20T05:01:00Z</updated><author><name>大陆响尾蛇</name><uri>http://www.cnblogs.com/luanwey/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luanwey/archive/2006/10/20/534642.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luanwey/archive/2006/10/20/534642.html"/></entry></feed>
