<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_BearOcean</title><subtitle type="text">Say HelloWorld</subtitle><id>http://feed.cnblogs.com/blog/u/16113/rss</id><updated>2009-03-09T07:30:54Z</updated><author><name>BearOcean</name><uri>http://www.cnblogs.com/BearOcean/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/BearOcean/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/16113/rss"/><entry><id>http://www.cnblogs.com/BearOcean/archive/2009/03/09/1407041.html</id><title type="text">C++ 和 Java 中的变参</title><summary type="text">C++ 中变参方法实现的说明和与Java的简单比较。</summary><published>2009-03-09T07:31:00Z</published><updated>2009-03-09T07:31:00Z</updated><author><name>BearOcean</name><uri>http://www.cnblogs.com/BearOcean/</uri></author><link rel="alternate" href="http://www.cnblogs.com/BearOcean/archive/2009/03/09/1407041.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/BearOcean/archive/2009/03/09/1407041.html"/></entry><entry><id>http://www.cnblogs.com/BearOcean/archive/2008/06/04/1213505.html</id><title type="text">解决站点关键数据，状态数据，无须持久化数据的一些思路 </title><summary type="text">&#xD;站点系统中通常会出现一些改动不大的数据项。&#xD;这些数据不会经常改动的原因在于:&#xD;(1) 这类型数据本身在需求中不要求修改。&#xD;(2) 这类型数据大规模参与了系统逻辑，修改将导致系统中大规模重构，当要对这类型数据项进行修改时，会导致从页面(View) 到Controller 到逻辑层，最后到数据库中的过往数据，均要求rebuild。&#xD;</summary><published>2008-06-04T07:01:00Z</published><updated>2008-06-04T07:01:00Z</updated><author><name>BearOcean</name><uri>http://www.cnblogs.com/BearOcean/</uri></author><link rel="alternate" href="http://www.cnblogs.com/BearOcean/archive/2008/06/04/1213505.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/BearOcean/archive/2008/06/04/1213505.html"/></entry><entry><id>http://www.cnblogs.com/BearOcean/archive/2008/06/02/1212031.html</id><title type="text">BS程序代码与安全与基本攻击/防御模式</title><summary type="text">该文档主要阐述在BS程序中，安全性方面的注意事项。常见的主要攻击模式，以及为了防御这些不同的攻击手段，作为技术人员建议注意的编码事项。&#xD;该文档包含的内容主要是个人对于Internet 安全性问题的理解。以及对这些问题进行规避的方法整理，难免有误，也欢迎大家进行指正和补充。&#xD;</summary><published>2008-06-02T04:00:00Z</published><updated>2008-06-02T04:00:00Z</updated><author><name>BearOcean</name><uri>http://www.cnblogs.com/BearOcean/</uri></author><link rel="alternate" href="http://www.cnblogs.com/BearOcean/archive/2008/06/02/1212031.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/BearOcean/archive/2008/06/02/1212031.html"/></entry><entry><id>http://www.cnblogs.com/BearOcean/archive/2008/05/09/1190089.html</id><title type="text">Struts 实现的I18N</title><summary type="text">服务端维护多套对应的资源文件，对应于不同的语言(这些资源文件独立于代码存在)。&#xD;访问发送到服务器时，服务器自动识别客户端所使用的语言环境。&#xD;服务器根据客户的语言环境选择合适的资源，渲染入视图，然后返回给客户端。</summary><published>2008-05-09T07:34:00Z</published><updated>2008-05-09T07:34:00Z</updated><author><name>BearOcean</name><uri>http://www.cnblogs.com/BearOcean/</uri></author><link rel="alternate" href="http://www.cnblogs.com/BearOcean/archive/2008/05/09/1190089.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/BearOcean/archive/2008/05/09/1190089.html"/></entry><entry><id>http://www.cnblogs.com/BearOcean/archive/2008/05/09/1190084.html</id><title type="text">Ant 阅读笔记</title><summary type="text">Ant, 感觉上类似于原来的make文档。&#xD;主要的作用是方便项目的自动部署，现在有一个更新的Meaven可以作为Ant的替代品，不过Ant的应用目前仍然十分广泛。</summary><published>2008-05-09T07:33:00Z</published><updated>2008-05-09T07:33:00Z</updated><author><name>BearOcean</name><uri>http://www.cnblogs.com/BearOcean/</uri></author><link rel="alternate" href="http://www.cnblogs.com/BearOcean/archive/2008/05/09/1190084.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/BearOcean/archive/2008/05/09/1190084.html"/></entry><entry><id>http://www.cnblogs.com/BearOcean/archive/2008/01/30/1058959.html</id><title type="text">进度，效率，与个人事务管理 Personal Task 1.0</title><summary type="text">一个年轻的程序员问一个老程序员(一个比较牛逼的公司的CTO)&#xD;年轻程序员: 你为什么这么牛X.， 就好像没有你不会的。&#xD;老程序员: 积累的。&#xD;年轻程序员: 怎么才能积累到您的程度呢。我每天都在积累。但是似乎都没有感觉到进步。&#xD;老程序员: 我从20岁开始做到了一件事情,直到今天，而且尽可能地保证不间断。&#xD;年轻程序员: 到底是什么?&#xD;老程序员: 我每天保证自己有2个小时在学习新的东西。&#xD;。。。&#xD;这个故事我感触很深。&#xD;良好的计划 + 做事的效率 + 持之以恒&#xD;所以Personal Task 可以帮我做的事情就是让我明确我的计划。&#xD;我希望他对其他人也是有用的。而且我想说的实际上是，这个小软件是有一些思想和道理的。&#xD;</summary><published>2008-01-30T09:54:00Z</published><updated>2008-01-30T09:54:00Z</updated><author><name>BearOcean</name><uri>http://www.cnblogs.com/BearOcean/</uri></author><link rel="alternate" href="http://www.cnblogs.com/BearOcean/archive/2008/01/30/1058959.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/BearOcean/archive/2008/01/30/1058959.html"/></entry><entry><id>http://www.cnblogs.com/BearOcean/archive/2007/04/09/705751.html</id><title type="text">MySql与Java的时间类型</title><summary type="text">Java与MySql的时间类型&#xD;Time&#xD;Year&#xD;Date&#xD;TimeStamp&#xD;DateTime&#xD;的说明和注意事项.</summary><published>2007-04-09T07:32:00Z</published><updated>2007-04-09T07:32:00Z</updated><author><name>BearOcean</name><uri>http://www.cnblogs.com/BearOcean/</uri></author><link rel="alternate" href="http://www.cnblogs.com/BearOcean/archive/2007/04/09/705751.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/BearOcean/archive/2007/04/09/705751.html"/></entry><entry><id>http://www.cnblogs.com/BearOcean/archive/2006/07/04/442314.html</id><title type="text">数据挖掘概述</title><summary type="text">最近有机会接触到一些数据挖掘的东西.&#xD;个人感觉,这项技术一定会有较大的发展前景.&#xD;所以借助这篇文章,阐述一下自己对数据挖掘(Data Mining)的看法.&#xD;并一步一步地解释数据挖掘技术的概念.&#xD;</summary><published>2006-07-04T05:37:00Z</published><updated>2006-07-04T05:37:00Z</updated><author><name>BearOcean</name><uri>http://www.cnblogs.com/BearOcean/</uri></author><link rel="alternate" href="http://www.cnblogs.com/BearOcean/archive/2006/07/04/442314.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/BearOcean/archive/2006/07/04/442314.html"/></entry><entry><id>http://www.cnblogs.com/BearOcean/archive/2006/06/13/424561.html</id><title type="text">解决Thread 的关闭问题和参数传递时想到的办法.</title><summary type="text">在运用多线程的时候,往往会涉及到线程的关闭,很多人指出可以使用Thread.Abort方法来关闭线程.&#xD;在这里提出一些自己的想法:&#xD;&#xD;参考一下牛津字典对单词Abort的解释:&#xD;&#xD;vi.&#xD;异常中断, 中途失败, 夭折, 流产, 发育不全&#xD;n.&#xD;中止计划[任务]异常中断, 中途失败, 夭折, 流产, 发育不全 &#xD;&#xD;有夭折的意思&#xD;</summary><published>2006-06-13T02:05:00Z</published><updated>2006-06-13T02:05:00Z</updated><author><name>BearOcean</name><uri>http://www.cnblogs.com/BearOcean/</uri></author><link rel="alternate" href="http://www.cnblogs.com/BearOcean/archive/2006/06/13/424561.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/BearOcean/archive/2006/06/13/424561.html"/></entry><entry><id>http://www.cnblogs.com/BearOcean/archive/2006/04/29/388690.html</id><title type="text">  Command 模式</title><summary type="text">设计模式.Command模式</summary><published>2006-04-29T07:01:00Z</published><updated>2006-04-29T07:01:00Z</updated><author><name>BearOcean</name><uri>http://www.cnblogs.com/BearOcean/</uri></author><link rel="alternate" href="http://www.cnblogs.com/BearOcean/archive/2006/04/29/388690.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/BearOcean/archive/2006/04/29/388690.html"/></entry></feed>
