<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_C#之痛</title><subtitle type="text">爱上编程，并尽自己的能力，将它发挥得淋漓尽致！</subtitle><id>http://feed.cnblogs.com/blog/u/13720/rss</id><updated>2007-12-08T08:17:25Z</updated><author><name>流浪的猫</name><uri>http://www.cnblogs.com/TZ-1983/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TZ-1983/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/13720/rss"/><entry><id>http://www.cnblogs.com/TZ-1983/archive/2007/12/08/987787.html</id><title type="text">javascript事件列表解说(转载)   </title><summary type="text">javascript事件列表解说事件浏览器支持解说一般事件onclickIE3、N2 鼠标点击时触发此事件ondblclickIE4、N4 鼠标双击时触发此事件onmousedownIE4、N4 按下鼠标时触发此事件onmouseupIE4、N4 鼠标按下后松开鼠标时触发此事件onmouseoverIE3、N2 当鼠标移动到某对象范围的上方时触发此事件onmousemoveIE4、N4 鼠标移动时...</summary><published>2007-12-08T08:17:00Z</published><updated>2007-12-08T08:17:00Z</updated><author><name>流浪的猫</name><uri>http://www.cnblogs.com/TZ-1983/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TZ-1983/archive/2007/12/08/987787.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TZ-1983/archive/2007/12/08/987787.html"/></entry><entry><id>http://www.cnblogs.com/TZ-1983/archive/2007/12/08/987781.html</id><title type="text">添加一个JScript用户手册</title><summary type="text">网站做的差不多了，搜集了一些资料，留在文章栏里一些，还有个用户手册，留在这了，喜欢的朋友就去看看吧http://doc.51windows.net/jscript5/?url=/jscript5/dir.htm</summary><published>2007-12-08T08:10:00Z</published><updated>2007-12-08T08:10:00Z</updated><author><name>流浪的猫</name><uri>http://www.cnblogs.com/TZ-1983/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TZ-1983/archive/2007/12/08/987781.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TZ-1983/archive/2007/12/08/987781.html"/></entry><entry><id>http://www.cnblogs.com/TZ-1983/archive/2006/05/21/405856.html</id><title type="text">关于工作</title><summary type="text">已经快一年了，从当初的学生，现在好歹也是个程序员了，可是，还是觉得不在状态。工作的被动就不说了，连程程也说我总闲着。之前的项目终于作完了，改来改去的，饭也烦死了，不知道用户需求的状态作项目就是郁闷，不懂得也没地方问问。程程的意思是这些问题要自己解决才是正道，看来要请教的事情还太多了，最近的voip，计划越做越乱，不知道还有没有脸交上去给程程看，唉，也许真的是我太笨了，啥也做不好，真是郁闷。 c说我...</summary><published>2006-05-21T13:45:00Z</published><updated>2006-05-21T13:45:00Z</updated><author><name>流浪的猫</name><uri>http://www.cnblogs.com/TZ-1983/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TZ-1983/archive/2006/05/21/405856.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TZ-1983/archive/2006/05/21/405856.html"/></entry><entry><id>http://www.cnblogs.com/TZ-1983/archive/2006/01/05/311296.html</id><title type="text">C/S 与 B/S 区别： </title><summary type="text">Client/Server是建立在局域网的基础上的.Browser/Server是建立在广域网的基础上的. １．硬件环境不同: 　　C/S 一般建立在专用的网络上, 小范围里的网络环境, 局域网之间再通过专门服务器提供连接和数据交换服务.　　B/S 建立在广域网之上的, 不必是专门的网络硬件环境,例与电话上网, 租用设备. 信息自己管理. 有比C/S更强的适应范围, 一般只要有操作系统和浏览器就行...</summary><published>2006-01-05T02:02:00Z</published><updated>2006-01-05T02:02:00Z</updated><author><name>流浪的猫</name><uri>http://www.cnblogs.com/TZ-1983/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TZ-1983/archive/2006/01/05/311296.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TZ-1983/archive/2006/01/05/311296.html"/></entry><entry><id>http://www.cnblogs.com/TZ-1983/archive/2006/01/05/311291.html</id><title type="text">CS结构与BS结构技术特点比较</title><summary type="text">C/S C/S结构，即Client/Server(客户机/服务器)结构，是大家熟知的软件系统体系结构，通过将任务合理分配到Client端和Server端，降低了系统的通讯开销，可以充分利用两端硬件环境的优势。早期的软件系统多以此作为首选设计标准。服务器通常采用高性能的PC、工作站或小型机，并采用大型数据库系统，如Oracle、Sybase、Informix或 SQL Server。客户端需要安装专...</summary><published>2006-01-05T02:00:00Z</published><updated>2006-01-05T02:00:00Z</updated><author><name>流浪的猫</name><uri>http://www.cnblogs.com/TZ-1983/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TZ-1983/archive/2006/01/05/311291.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TZ-1983/archive/2006/01/05/311291.html"/></entry><entry><id>http://www.cnblogs.com/TZ-1983/archive/2005/11/18/279430.html</id><title type="text">成为软件高手的几个忌讳（转贴） </title><summary type="text">1） 不会英语：CS源于美国，重量级的文档都是英文的。不会英语，那么你只能忍受拙劣的翻译和大延迟的文档（翻译出来的文档几乎都是很久以前出版的东西）。2） 急于求成：什么都没学习就开始编程是最大的机会。写C++程序语法都能错，数据结构连线性表都不知道，数据库不知道关系模型，TCP编程不知道socket，还是先坐下来学习几年再说（如果说工作急需，我只能说：早干嘛去了）3） 过于好问：勤学好问是一种很好...</summary><published>2005-11-18T04:04:00Z</published><updated>2005-11-18T04:04:00Z</updated><author><name>流浪的猫</name><uri>http://www.cnblogs.com/TZ-1983/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TZ-1983/archive/2005/11/18/279430.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TZ-1983/archive/2005/11/18/279430.html"/></entry><entry><id>http://www.cnblogs.com/TZ-1983/archive/2005/11/08/271704.html</id><title type="text">new</title><summary type="text">唉，今天头问起我的程序，竟然说关门时间在明天去现场之前！其实我现在已经做完了阿！感觉头对我的能力还是不很信任的样子，我怎么可能因为一段三千多行的程序就干了好几个月呢？一点也不像我的风格！不过算啦，头是很忙的！每天有处理不完的事情，怎么会注意这些七七八八的事情呢？做好自己的再说吧！闲来无事，把代码贴上来，白白，帮我看看阿！usingSystem;usingSystem.Drawing;usingSy...</summary><published>2005-11-08T10:31:00Z</published><updated>2005-11-08T10:31:00Z</updated><author><name>流浪的猫</name><uri>http://www.cnblogs.com/TZ-1983/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TZ-1983/archive/2005/11/08/271704.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TZ-1983/archive/2005/11/08/271704.html"/></entry><entry><id>http://www.cnblogs.com/TZ-1983/archive/2005/10/11/252358.html</id><title type="text">无题</title><summary type="text">好久没来写点什么了，这两天受的打击不小，自己的程序第一次被说成了是漏洞百出的，惊讶之余更多的是伤心，当然，在别人眼里我还是一样的--没心没肺。只是，心里疼痛到想叫喊！朋友介绍了一本书给我，主要讲的是C/C++德编程思想和格式，贴在文章栏里面了，感兴趣的朋友们就自己去看看吧！</summary><published>2005-10-11T05:40:00Z</published><updated>2005-10-11T05:40:00Z</updated><author><name>流浪的猫</name><uri>http://www.cnblogs.com/TZ-1983/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TZ-1983/archive/2005/10/11/252358.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TZ-1983/archive/2005/10/11/252358.html"/></entry><entry><id>http://www.cnblogs.com/TZ-1983/archive/2005/09/27/245237.html</id><title type="text">混乱</title><summary type="text">不知道为什么，这几天我的思路总是在混乱之中，知道该做什么，该怎么做，但就是不知道该怎么继续下去，确切地说，是我总是觉得实现起来需要的复杂度太大了，但是，又找不到其他的方法代替，就这样荒废了两天，我并不想用一种通过消耗代码的代价来换取程序的实现，但是这该死的东西又实在让我想不出更简洁的办法！问题停顿在了最关键的地方，看得到对岸，看得到可以通过的木船，却找不到我所想要的渡轮。已经半个月了，谁也没有像我...</summary><published>2005-09-27T08:06:00Z</published><updated>2005-09-27T08:06:00Z</updated><author><name>流浪的猫</name><uri>http://www.cnblogs.com/TZ-1983/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TZ-1983/archive/2005/09/27/245237.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TZ-1983/archive/2005/09/27/245237.html"/></entry><entry><id>http://www.cnblogs.com/TZ-1983/archive/2005/09/21/240882.html</id><title type="text">教训（1）</title><summary type="text">鉴于以后还会有很多类似的事件发生，所以暂且把这片命名为1。完成了我的第二个项目，急急得交了上去，感觉这次代码方面应该不会出现类似于上次那样粗心大意的问题，当然，事实上也是这样。但是，却忽略了更重要的问题，我做的所谓的查询，实现方式却只有一种，确切地说，我只是实现了通过实践进行查找。分析起来，出问题的原因如下：刚开始任务交待下来的时候，现提出的是数据翻译的问题，这也是之后造成我的项目偏离主题的原因吧...</summary><published>2005-09-21T00:41:00Z</published><updated>2005-09-21T00:41:00Z</updated><author><name>流浪的猫</name><uri>http://www.cnblogs.com/TZ-1983/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TZ-1983/archive/2005/09/21/240882.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TZ-1983/archive/2005/09/21/240882.html"/></entry></feed>
