<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>纯月部落</title><link>http://blog.csdn.net/danny_xcz/</link><description>Reloaded</description><dc:language>zh-CN</dc:language><lastUpdateTime>Tue, 23 Sep 2008 07:48:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>纯月</dc:creator><title>Oralce 9i 安装OID目录服务器说明</title><link>http://blog.csdn.net/danny_xcz/archive/2007/12/06/1919977.aspx</link><pubDate>Thu, 06 Dec 2007 08:16:00 GMT</pubDate><guid>http://blog.csdn.net/danny_xcz/archive/2007/12/06/1919977.aspx</guid><wfw:comment>http://blog.csdn.net/danny_xcz/comments/1919977.aspx</wfw:comment><comments>http://blog.csdn.net/danny_xcz/archive/2007/12/06/1919977.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/danny_xcz/comments/commentRss/1919977.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1919977</trackback:ping><description>OID是Oracle 9i以后带的一个目录服务器，Oracle用它来管理TNS的命名以及一些其它的服务，例如统一认证什么的。对于嫌OpenLDAP性能不够好，又没钱买其他目录服务器的人来说，不妨试试OID。&lt;img src ="http://blog.csdn.net/danny_xcz/aggbug/1919977.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>纯月</dc:creator><title>关于系统复杂性的一句箴言</title><link>http://blog.csdn.net/danny_xcz/archive/2007/10/30/1855656.aspx</link><pubDate>Tue, 30 Oct 2007 08:27:00 GMT</pubDate><guid>http://blog.csdn.net/danny_xcz/archive/2007/10/30/1855656.aspx</guid><wfw:comment>http://blog.csdn.net/danny_xcz/comments/1855656.aspx</wfw:comment><comments>http://blog.csdn.net/danny_xcz/archive/2007/10/30/1855656.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/danny_xcz/comments/commentRss/1855656.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1855656</trackback:ping><description>    对系统设计者而言，必须对复杂系统有一个客观的哲学认识，下面是引自系统复杂性的一个定义。我觉得说得非常好，记下来和大家一起勉励一下。......        我们发现正运行的复杂系统总是由以前运行的简单系统演化而来……任何胡乱凑合设计出来的复杂系统都不可能正常运转，也不可能被修补好。我们必须由运行中的简单系统开始。......&lt;img src ="http://blog.csdn.net/danny_xcz/aggbug/1855656.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>纯月</dc:creator><title>《麦肯锡卓越工作方法》</title><link>http://blog.csdn.net/danny_xcz/archive/2007/10/15/1825085.aspx</link><pubDate>Mon, 15 Oct 2007 09:29:00 GMT</pubDate><guid>http://blog.csdn.net/danny_xcz/archive/2007/10/15/1825085.aspx</guid><wfw:comment>http://blog.csdn.net/danny_xcz/comments/1825085.aspx</wfw:comment><comments>http://blog.csdn.net/danny_xcz/archive/2007/10/15/1825085.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/danny_xcz/comments/commentRss/1825085.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1825085</trackback:ping><description>《麦肯锡卓越工作方法》&lt;img src ="http://blog.csdn.net/danny_xcz/aggbug/1825085.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>纯月</dc:creator><title>一个真正符合中国国情的工作流设计参考（包括PHP实现）</title><link>http://blog.csdn.net/danny_xcz/archive/2007/10/15/1824947.aspx</link><pubDate>Mon, 15 Oct 2007 08:00:00 GMT</pubDate><guid>http://blog.csdn.net/danny_xcz/archive/2007/10/15/1824947.aspx</guid><wfw:comment>http://blog.csdn.net/danny_xcz/comments/1824947.aspx</wfw:comment><comments>http://blog.csdn.net/danny_xcz/archive/2007/10/15/1824947.aspx#Feedback</comments><slash:comments>7</slash:comments><wfw:commentRss>http://blog.csdn.net/danny_xcz/comments/commentRss/1824947.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1824947</trackback:ping><description>开源的工作流很少有让人满意的，即便是国内用的比较多的jbpm，用起来也会觉得很便扭。再加上PHP中没有什么好用的工作流，于是干脆自己设计一个，设计的原则如下：1 根据80/20原则，只使用wfmc模型中最符合自身应用的20％功能2 充分吸收国内使用jbpm开发BOSS中遇到的问题，工作流引擎只负责参数的收集和流程的流转，具体和业务的控制，交给每个流程定制的控制类去实现。3 表单采用简单的html+控制标签的方法实现4 权限和模板引擎，以及其它辅助函数直接使用办公系统自带的框架5 充分利用PHP语言的特点，流程设计是基于数据库的，程序上使用OO设计，但采用重对象的方法6 不把可视化设计流程的工作交给最终客户，而且由设计时完成，因此不考虑流程版本更新的问题&lt;img src ="http://blog.csdn.net/danny_xcz/aggbug/1824947.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>纯月</dc:creator><title>你的公司建立了企业文化了么？没有就看看这个</title><link>http://blog.csdn.net/danny_xcz/archive/2007/10/10/1817720.aspx</link><pubDate>Wed, 10 Oct 2007 08:20:00 GMT</pubDate><guid>http://blog.csdn.net/danny_xcz/archive/2007/10/10/1817720.aspx</guid><wfw:comment>http://blog.csdn.net/danny_xcz/comments/1817720.aspx</wfw:comment><comments>http://blog.csdn.net/danny_xcz/archive/2007/10/10/1817720.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/danny_xcz/comments/commentRss/1817720.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1817720</trackback:ping><description>你的公司建立了企业文化了么？没有就看看这个&lt;img src ="http://blog.csdn.net/danny_xcz/aggbug/1817720.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>纯月</dc:creator><title> 为什么大多数大型网站不是用Java写的</title><link>http://blog.csdn.net/danny_xcz/archive/2007/10/08/1814706.aspx</link><pubDate>Mon, 08 Oct 2007 09:33:00 GMT</pubDate><guid>http://blog.csdn.net/danny_xcz/archive/2007/10/08/1814706.aspx</guid><wfw:comment>http://blog.csdn.net/danny_xcz/comments/1814706.aspx</wfw:comment><comments>http://blog.csdn.net/danny_xcz/archive/2007/10/08/1814706.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/danny_xcz/comments/commentRss/1814706.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1814706</trackback:ping><description>国庆长假，老外在热烈的讨论这个话题，我摘录部分观点如下：Most of these sites are using LAMP as the core runtime stackSome develop their own file system (Google, GFS)Some are using caching to solve the database bottleneck (memcached and the like)--introducing similar solutions for addressing the scalability challenges: 在解决伸缩性方面的尝试：On the Data Tier we see the following: 1. Adding a caching layer to take advantage of memory resources availability and reduce I/O overhead 2. Moving from a da&lt;img src ="http://blog.csdn.net/danny_xcz/aggbug/1814706.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>纯月</dc:creator><title>使用了两年Rails之后，让我重新用回PHP的7个原因</title><link>http://blog.csdn.net/danny_xcz/archive/2007/09/26/1801505.aspx</link><pubDate>Wed, 26 Sep 2007 13:31:00 GMT</pubDate><guid>http://blog.csdn.net/danny_xcz/archive/2007/09/26/1801505.aspx</guid><wfw:comment>http://blog.csdn.net/danny_xcz/comments/1801505.aspx</wfw:comment><comments>http://blog.csdn.net/danny_xcz/archive/2007/09/26/1801505.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/danny_xcz/comments/commentRss/1801505.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1801505</trackback:ping><description>原文地址：http://www.oreillynet.com/ruby/blog/2007/09/7_reasons_i_switched_back_to_p_1.html&lt;img src ="http://blog.csdn.net/danny_xcz/aggbug/1801505.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>纯月</dc:creator><title>Web Service难道又是一个美丽的童话？</title><link>http://blog.csdn.net/danny_xcz/archive/2007/09/25/1799303.aspx</link><pubDate>Tue, 25 Sep 2007 08:29:00 GMT</pubDate><guid>http://blog.csdn.net/danny_xcz/archive/2007/09/25/1799303.aspx</guid><wfw:comment>http://blog.csdn.net/danny_xcz/comments/1799303.aspx</wfw:comment><comments>http://blog.csdn.net/danny_xcz/archive/2007/09/25/1799303.aspx#Feedback</comments><slash:comments>13</slash:comments><wfw:commentRss>http://blog.csdn.net/danny_xcz/comments/commentRss/1799303.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1799303</trackback:ping><description> Web Service用了这么多年了，相信没有人会怀疑其跨平台性。无论是MS的WS还是J2EE的WS，自己和自己平台的交互一般都不会有什么配置问题。可是，当我们想要用一种平台去访问另一种平台的WS的时候，一个矛盾出现了，就是对WSML的解释存在差异性。&lt;img src ="http://blog.csdn.net/danny_xcz/aggbug/1799303.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>纯月</dc:creator><title>又有免费Java电子书下了</title><link>http://blog.csdn.net/danny_xcz/archive/2007/09/21/1793919.aspx</link><pubDate>Fri, 21 Sep 2007 07:58:00 GMT</pubDate><guid>http://blog.csdn.net/danny_xcz/archive/2007/09/21/1793919.aspx</guid><wfw:comment>http://blog.csdn.net/danny_xcz/comments/1793919.aspx</wfw:comment><comments>http://blog.csdn.net/danny_xcz/archive/2007/09/21/1793919.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/danny_xcz/comments/commentRss/1793919.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1793919</trackback:ping><description>又有免费Java电子书下了&lt;img src ="http://blog.csdn.net/danny_xcz/aggbug/1793919.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>纯月</dc:creator><title>SSO单点登陆方案整理</title><link>http://blog.csdn.net/danny_xcz/archive/2007/09/17/1788453.aspx</link><pubDate>Mon, 17 Sep 2007 16:49:00 GMT</pubDate><guid>http://blog.csdn.net/danny_xcz/archive/2007/09/17/1788453.aspx</guid><wfw:comment>http://blog.csdn.net/danny_xcz/comments/1788453.aspx</wfw:comment><comments>http://blog.csdn.net/danny_xcz/archive/2007/09/17/1788453.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/danny_xcz/comments/commentRss/1788453.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1788453</trackback:ping><description>整理一下：


1 对于纯web得sso,如果有独立得SSO登陆服务器，所有的验证都跳转到这个服务器的界面，登陆的状态保留在sso server上

2 如果要桌面和web共同认证，还是必须有独立得SSO，
&lt;img src ="http://blog.csdn.net/danny_xcz/aggbug/1788453.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>纯月</dc:creator><title>PHP+MySQL安全方案整理</title><link>http://blog.csdn.net/danny_xcz/archive/2007/09/14/1784617.aspx</link><pubDate>Fri, 14 Sep 2007 09:14:00 GMT</pubDate><guid>http://blog.csdn.net/danny_xcz/archive/2007/09/14/1784617.aspx</guid><wfw:comment>http://blog.csdn.net/danny_xcz/comments/1784617.aspx</wfw:comment><comments>http://blog.csdn.net/danny_xcz/archive/2007/09/14/1784617.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/danny_xcz/comments/commentRss/1784617.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1784617</trackback:ping><description>看之前牢记一句老话：一切用户输入的都是不安全的。&lt;img src ="http://blog.csdn.net/danny_xcz/aggbug/1784617.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>纯月</dc:creator><title>敏捷开发案例:用白板解决项目管理和团队沟通</title><link>http://blog.csdn.net/danny_xcz/archive/2007/08/29/1763113.aspx</link><pubDate>Wed, 29 Aug 2007 09:03:00 GMT</pubDate><guid>http://blog.csdn.net/danny_xcz/archive/2007/08/29/1763113.aspx</guid><wfw:comment>http://blog.csdn.net/danny_xcz/comments/1763113.aspx</wfw:comment><comments>http://blog.csdn.net/danny_xcz/archive/2007/08/29/1763113.aspx#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://blog.csdn.net/danny_xcz/comments/commentRss/1763113.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1763113</trackback:ping><description>原文地址:http://www.infoq.com/articles/agile-kanban-boards我把原文去粗取精了一下,保留了一些核心思想,去掉了小日本的广告.&lt;img src ="http://blog.csdn.net/danny_xcz/aggbug/1763113.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>纯月</dc:creator><title>如何成功的从VC处捞到钱－爆笑</title><link>http://blog.csdn.net/danny_xcz/archive/2007/07/15/1692014.aspx</link><pubDate>Sun, 15 Jul 2007 16:24:00 GMT</pubDate><guid>http://blog.csdn.net/danny_xcz/archive/2007/07/15/1692014.aspx</guid><wfw:comment>http://blog.csdn.net/danny_xcz/comments/1692014.aspx</wfw:comment><comments>http://blog.csdn.net/danny_xcz/archive/2007/07/15/1692014.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/danny_xcz/comments/commentRss/1692014.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1692014</trackback:ping><description>短片地址：

http://www.techcrunch.com/2007/07/14/how-to-raise-money-from-vcs/

一个以色列人谈如何从VC处捞到钱，非常的搞笑，笑死我了。
&lt;img src ="http://blog.csdn.net/danny_xcz/aggbug/1692014.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>纯月</dc:creator><title>一个不错的介绍企业应用集成和ESB的PPT</title><link>http://blog.csdn.net/danny_xcz/archive/2007/07/04/1677875.aspx</link><pubDate>Wed, 04 Jul 2007 08:07:00 GMT</pubDate><guid>http://blog.csdn.net/danny_xcz/archive/2007/07/04/1677875.aspx</guid><wfw:comment>http://blog.csdn.net/danny_xcz/comments/1677875.aspx</wfw:comment><comments>http://blog.csdn.net/danny_xcz/archive/2007/07/04/1677875.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/danny_xcz/comments/commentRss/1677875.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1677875</trackback:ping><description>文中通过一个实际的案例阐述了为什么要使用ESB，最后给出了基于Mule的ESB架构图。&lt;img src ="http://blog.csdn.net/danny_xcz/aggbug/1677875.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>纯月</dc:creator><title>想进国外大的软件公司的一种方法：躬耕于南阳</title><link>http://blog.csdn.net/danny_xcz/archive/2007/07/03/1676603.aspx</link><pubDate>Tue, 03 Jul 2007 12:48:00 GMT</pubDate><guid>http://blog.csdn.net/danny_xcz/archive/2007/07/03/1676603.aspx</guid><wfw:comment>http://blog.csdn.net/danny_xcz/comments/1676603.aspx</wfw:comment><comments>http://blog.csdn.net/danny_xcz/archive/2007/07/03/1676603.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/danny_xcz/comments/commentRss/1676603.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1676603</trackback:ping><description>最近我朋友在的一家单位的咨询部的很多人被挖走了，据说年薪都在20W左右。该企业是国内同行业的老大，挖走的原因是他们能够熟练的为SAP系统提供咨询，部署和实施。 

如果他们当年一毕业去SAP应聘，进去的几率就小一点。由此可见计算机专业毕业的，不一定要找一家好的，大的，跨国的软件公司。可以先到一些国内比较强的企业的咨询部打拼几年。这样的好处显而易见：

1 这些大企业对IT人才趋之若鹜。一般都会收。并且进去的后的待遇一般都不会很差。
2 由于这些大企业对信息化的投资不会很小气。在经历过第一波的ERP疯狂和失败后，在信息系统上的投资都很理性，一般会选择微软，IBM,Oracle,BEA,SAP等国际大品牌的产品和理念。而不会再选择国内的游击队式的小公司
3 在这些企业里面工作，可以直接接触一线生产，切实了解企业的需求。开发过程中遇到的任何困难，实施方，例如SAP的参与人员会毫无保留的进行指点。这可以让你迅速积累系统部署的经验。
4 干个几年后，你就可以很快的成为该产品咨询实施的专家，就等着被挖走吧。

从这点上看，还可以得到一点经验，对于还没毕业的学生。想走被大公司挖走的&lt;img src ="http://blog.csdn.net/danny_xcz/aggbug/1676603.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>