<?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/11667/rss</id><updated>2007-11-27T04:00:00Z</updated><author><name>坯子</name><uri>http://www.cnblogs.com/emir123456/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/emir123456/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/11667/rss"/><entry><id>http://www.cnblogs.com/emir123456/archive/2007/11/27/973414.html</id><title type="text">作为开发者，在站队和选择中什么才是我们的根本？</title><summary type="text">[一篇文章激起这么多人的讨论，有赞成的也有反对的亦有看笑话冷嘲热讽的，不过很多事情其实不重要，做好自己才重要。每个人都有自己的看法，林子大了总要各种鸟的存在，也需要有各种鸟的存在。]从产生高级语言以后，我们就不断地需要站队选择，从选择高级语言，到选择IDE平台，从选择Java还是.Net，到选择何种中间件平台。现在又出现了RIA和SOA的队列，无穷无尽。。。。。正因为有了这些才会有语言之争、使用不...</summary><published>2007-11-26T17:41:00Z</published><updated>2007-11-26T17:41:00Z</updated><author><name>坯子</name><uri>http://www.cnblogs.com/emir123456/</uri></author><link rel="alternate" href="http://www.cnblogs.com/emir123456/archive/2007/11/27/973414.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/emir123456/archive/2007/11/27/973414.html"/></entry><entry><id>http://www.cnblogs.com/emir123456/archive/2006/12/31/609056.html</id><title type="text">祝大家新年快乐 [Web页快照项目]发布一个新版本</title><summary type="text">根据 Kai.Ma1.0版本和 萧寒发布的版本 修改整合了若干代码该版本实现了AJAX半透明效果 并对输入数据存入了数据库同时加入了ErrorInfo日志函数演示地址：http://webpic.marlin.com.cn下载地址：http://webpic.marlin.com.cn/Webpro.rar提示：如遇到调用com 返回失败或错误 请重新启动iis即可 最后祝大家新年快乐！07年好运...</summary><published>2006-12-31T08:29:00Z</published><updated>2006-12-31T08:29:00Z</updated><author><name>坯子</name><uri>http://www.cnblogs.com/emir123456/</uri></author><link rel="alternate" href="http://www.cnblogs.com/emir123456/archive/2006/12/31/609056.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/emir123456/archive/2006/12/31/609056.html"/></entry><entry><id>http://www.cnblogs.com/emir123456/archive/2006/12/31/608902.html</id><title type="text">在web上　如何解决　对 COM 组件的调用返回了错误</title><summary type="text">System.Runtime.InteropServices.COMException (0x80004005): 对 COM 组件的调用返回了错误 HRESULT E_FAIL 捆饶我１０几小时的问题终于解决了，因为使用了ＳＴＡ模式，我在各个函数写入日志函数来替代跟踪调试．2002-1-6 13:51:12正在中止线程。InitComobject()2002-1-6 13:51:52StaRun...</summary><published>2006-12-31T06:04:00Z</published><updated>2006-12-31T06:04:00Z</updated><author><name>坯子</name><uri>http://www.cnblogs.com/emir123456/</uri></author><link rel="alternate" href="http://www.cnblogs.com/emir123456/archive/2006/12/31/608902.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/emir123456/archive/2006/12/31/608902.html"/></entry><entry><id>http://www.cnblogs.com/emir123456/archive/2006/10/03/520618.html</id><title type="text">实现以空格分割 的tag模式的文章插入以及存储过程</title><summary type="text">因为中国使用方块字，所以对于tag，中国人也喜欢用空格来间隔来表示不是同一个tag&#xD;&#xD;我的解决的方案是这样的 在这里和大家分享，如有好的思路希望可以大家一起讨论.&#xD;&#xD;比如 这里 给用户 一个题目输入框 内容输入框  一个tag输入框 支持tag以空格分割&#xD;&#xD;这里我们重点说明的是程序如何辨别tag空格的 以及插入做操的存储过程。&#xD;&#xD;我是利用正则，获取到字符串中的空格 然后替换成"，" 这样我们就可以传入数据库由存储过程来处理了&#xD;&#xD;比如你输入的tag形式如下：voosay  blog  pizi 那么使用正则以后变成 voosay,blog,pizi  这样我们就可以直接交给存储过程来处理了。存储过程代码在最下面。&#xD;&#xD;程序里正则地使用很简单 两行：&#xD;&#xD;string p = @"\s+";&#xD;  string result = Regex.Replace("voosay  blog  pizi ",p,",");&#xD;&#xD;以下是存储过程，我加了足够的注释，大家应该可</summary><published>2006-10-03T08:55:00Z</published><updated>2006-10-03T08:55:00Z</updated><author><name>坯子</name><uri>http://www.cnblogs.com/emir123456/</uri></author><link rel="alternate" href="http://www.cnblogs.com/emir123456/archive/2006/10/03/520618.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/emir123456/archive/2006/10/03/520618.html"/></entry><entry><id>http://www.cnblogs.com/emir123456/archive/2006/08/23/484369.html</id><title type="text">我们为什么要做VooSay </title><summary type="text">VooSay目前暂时停止了开发，因为我们发现现在做的已经不是当初我们想要的，变的太过于复杂，没有心意，如果几个月后VooSay变成了一个豆瓣或者其他别的模仿者，那么我们将对不起我们的付出，整个事情也变得毫无意义和无趣。所以在这个时候让VooSay暂时停下来不是一件坏事。 5个月前我来到中搜，工作之余我想做一个关于博客搜索的系统，当时博客是非常火爆的，我也意识到博客文章的质量相比很多信息来说是很高的...</summary><published>2006-08-23T06:38:00Z</published><updated>2006-08-23T06:38:00Z</updated><author><name>坯子</name><uri>http://www.cnblogs.com/emir123456/</uri></author><link rel="alternate" href="http://www.cnblogs.com/emir123456/archive/2006/08/23/484369.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/emir123456/archive/2006/08/23/484369.html"/></entry><entry><id>http://www.cnblogs.com/emir123456/archive/2005/10/03/248384.html</id><title type="text">关于求知</title><summary type="text">以前的BLOG不可以用了 so 就搬家到这里那是在2000年我只身来到了新乡 一个陌生的城市里 一个陌生的大学,背负着太多太多的希望的我坐在明亮宽敞的大学教室里,眼睛湿润了.自己的父母和亲人现在是否仍在太阳的暴晒下的土地上为了给我挣下一年天文数字的学费忙碌着呢?学习是一种享受，当时和现在都是这样认为的，学习计算机一个艰难而享受的过程，从我看的第一本《JAVA编程指南》开始，我就认为在这是一个充满着...</summary><published>2005-10-03T08:39:00Z</published><updated>2005-10-03T08:39:00Z</updated><author><name>坯子</name><uri>http://www.cnblogs.com/emir123456/</uri></author><link rel="alternate" href="http://www.cnblogs.com/emir123456/archive/2005/10/03/248384.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/emir123456/archive/2005/10/03/248384.html"/></entry><entry><id>http://www.cnblogs.com/emir123456/archive/2005/10/01/247938.html</id><title type="text">我反思 故我在(写给XMLOL所有成员的一封公开信)</title><summary type="text">在2005年6月我还未毕业的时，maxazure和superbug就极热情的呼唤到郑州一起创业，通过网络交流给我讲述了现在团队的现状：他们已经从以前的IT公司脱离出来，真正以XMLOL为技术团队开始创业了，有了自己的办公室，并在同乐租了一套居民房，vivi也加入进来，招聘了2个DEPHI程序员，项目非常多 根本忙不过来。一切都显的如此美好（当时给我的印象是如此），作为一个还未真正踏入社会的大学生在...</summary><published>2005-10-01T13:38:00Z</published><updated>2005-10-01T13:38:00Z</updated><author><name>坯子</name><uri>http://www.cnblogs.com/emir123456/</uri></author><link rel="alternate" href="http://www.cnblogs.com/emir123456/archive/2005/10/01/247938.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/emir123456/archive/2005/10/01/247938.html"/></entry><entry><id>http://www.cnblogs.com/emir123456/archive/2005/05/25/162381.html</id><title type="text">编码标准和代码检查</title><summary type="text">全面的编码标准包含代码结构的所有方面。虽然开发人员在实现标准时应慎重，但只要应用了就应该坚持。完成的源代码应该反映出一致的样式，就像一个开发人员在一个会话中编写代码一样。在开始软件项目时，建立编码标准以确保项目的所有开发人员协同工作。当软件项目并入现有的源代码时，或者在现有软件系统上执行维护时，编码标准应说明如何处理现有的基本代码。源代码的可读性对于开发人员对软件系统的理解程度有直接影响。代码的可...</summary><published>2005-05-25T12:22:00Z</published><updated>2005-05-25T12:22:00Z</updated><author><name>坯子</name><uri>http://www.cnblogs.com/emir123456/</uri></author><link rel="alternate" href="http://www.cnblogs.com/emir123456/archive/2005/05/25/162381.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/emir123456/archive/2005/05/25/162381.html"/></entry></feed>
