jinfeng_wang

G-G-S,D-D-U!

BlogJava 首页 新随笔 联系 聚合 管理
  400 Posts :: 0 Stories :: 296 Comments :: 0 Trackbacks

我的评论

re: ER图 jinfeng_wang 2009-05-16 23:25  
不同开发阶段,对“系统”的不同表现。

顺序可以大致可以是2->3->1
不过2和3 比较像,但是画的好像也不是很规范。
re: 区分Action, Service 和 Dao功能 jinfeng_wang 2009-05-16 23:22  
to 楼上:
是不是“脱了裤子放屁”,得取决于你的肠道的功能好不好,不小心有一天,你就会以为是放屁,其实是拉稀。

顺手牵羊式的“脱裤子放屁”,绝对是减少“莫名其妙”问题出现可能性的一个绝佳机会。 在系统演变的越来越复杂的时候,是没有心思和时间再去演变你的原有代码结构的。

如果你的公司,允许你随意改动“既成的可运行”的代码,麻烦你说一下,你公司名字。

re: Web项目兼容性问题调试与分析之道 jinfeng_wang 2009-05-16 23:18  
原来NTKO Office Activex控件在提交数据时,是通过scoket模拟Http进行文件和页面元素的提供,如提交的页URL完整路径中包含了"_"等字符时,将导致无法识别,从而导致兼容性的产生。

====
why? 你是说这个Activex的bug?
re: 一次 Refactoring to Fuctionality 的实践 jinfeng_wang 2009-05-16 23:14  
java composite模式
http://blog.csdn.net/DL88250/archive/2007/09/22/1796151.aspx

这个可能更适合
楼上的,你说的身份证是实现。
实话实说,你所说的“身份证”的概念,我第一次听说。可能的话,给我介绍一下。

问题的关键不在于实现,而是在于问题的发现。
“员工只能查询自己的工资”,这在绝大部分的公司都是这样的要求,
但是为何一个在实际中已经推广了几年的产品,还存在着这样的问题?

安全认证、安全控制的手段有很多, 如何利用这些手段只是一个技术问题,
我所提及的更多的是侧重于“问题的发现”。

How do I install the mysql/mysqli extensions for PHP?
Installing the extensions is easy. You have to verify two settings in your php.ini configuration file and copy the extensions to the php extension directory.

Step by step:

Unpack the download archive
Copy the php_*.dll files to your PHP extension directory
You can look up and confiugure the PHP extension directory in your php.ini file. A typical location for the php.ini file is C:\php\php.ini. The PHP extension directory is configured using the extension_dir setting, for example:

extension_dir = C:\php\extensions
Copy the php_*.dll files contained in the download to your PHP extension directory, for example to: C:\php\extensions

Enable the PHP extensions that you want to use in the php.ini file
Uncomment or add the following lines to your php.ini file:

// MySQL extension
extension=php_mysql.dll
// MySQLi extension
extension=php_mysqli.dll

Copy the libmysql.dll to the PHP installation directory
A typical location for your PHP installation directory is C:\php . Exchange the libmysql.dll file that is in the directory and overwrite it with the file from the download archive.



===================
配置完成后,需要重启机器!
re: Checked Exception VS UnChecked Excetion (续2) jinfeng_wang 2006-06-08 23:11  
"SqlException 很多人catch了后只是log了一下, 根本就没有做任何的处理"

你只是假设了某些用户的习惯,但是对于某一部分的用户,他想做一些特殊的处理操作,那么单纯的SqlException能够满足要求么?
其次,如果用户的习惯都改过来了,那么SqlClient如何应对这样的要求?SqlClient重新实现??
再次,我们现在谈的不局限于SqlException,我们讨论的是方法学,程序设计的方法学。
这个讨论我会继续下去的。
请记住一点,现在很多人已经用“Exception”做为程序流程的控制依据,因为CheckedException是要求客户端捕捉的,而用返回值是不能达到控制用户程序的,所以很多时候CheckedException用来做“程序流程控制”也是合理的。

re: UP & XP之争,意义何在? jinfeng_wang 2006-04-26 16:32  
德国人做汤倾向于UP;中国人做汤倾向于XP。

//你确认中国人倾向于XP??
也许中国人的性格上喜欢XP,但是如果中国人用XP,以中国人的性格,产品的质量能保证么?
re: 成功窃取一个小网站 :) jinfeng_wang 2006-02-27 13:04  
to 楼上的,我没有说错哦。
你也没说错,但是你的DB只是管理。
当别人听的时候 则不是通过DB了,对么?
别人听的时候,则会下载你的Mp3到客户端,对么?那么就在internet临时目录了。
re: [导入]Aspect-Oriented Development jinfeng_wang 2006-01-26 12:00  
我的随笔,欢迎讨论!:)

AOSD (Aspect-Oriented Software Development with Use Cases) 随想
http://www.blogjava.net/jinfeng_wang/archive/2006/01/25/29182.html
re: 成功窃取一个小网站 :) jinfeng_wang 2006-01-03 13:16  
这么多人对这个感兴趣啊!
用不着监听啥的了.

只要你让用户听,那音乐文件就已经下载到internet临时目录了, 自己去临时目录找就行了.

监听http是一种方法.唉.

to 左岸:
那一点点的内容,你放到文件里面就行了,干吗要数据库呢?再说,放数据库也不会有问题的.

后来我就没再去你网站下过音乐哦,嘿嘿.
re: 成功窃取一个小网站 :) jinfeng_wang 2005-04-13 18:54  
靠,来得真快,没关系,你是不是从服务器的访问上看到负载在飙升?

那也不对啊,因为你未必能找到我的blog.

mp3在我机器上了,可惜64kbps的。


快乐在于如何的“窃取”,而不在于其他。 呵呵。
re: Open Source Profilers for Java jinfeng_wang 2005-03-11 08:47  
There is something trouble in the edition system,it's not what you see is what you like edition status. sorry, but you can copy it in the notebook or ultraedit and read it ,yeah?
re: maven的tutorial jinfeng_wang 2005-03-10 14:57  
Case-sensitive issue问题解决,更新下载maven-ear-plugin-1.6.1.jar到maven\plugin目录中,并删除maven\cache,重新在maven目录运行maven命令。
the book can be downloaded from the ITPUT, 3.09M :-) now i have readed the the Part 2 chapter 5. i think it's a very very good book ,much better than the Spring Reference and the Sprint Live. In my humble opinions, the content of Spring Live has not been constructed as the learning step and The Spring In action is more suitable for the Spring Layman.
To be frank, i am interested in joining the translation for this book, and i have send my the applying to the publication. what i more care about is that "Bring the Spring to The Chinese Java Programmer", for that "IOC is indeed a breakthrough for the original system architecture, and Spring is a wonderful IOC Container".

by the way, would u be be pleased to tell me how to configure the blog?
还有一个,hibernate in action的中文翻译的相关内容在哪儿? 可以给点线索么?
真是巧的不行了,这两天我就在看这本书,你可以看我的blog。

这本书语言比较简单,翻译起来还算容易哦~~ email:jinfeng_wang@msn.com blog:http://www.blogjava.net/jinfeng_wang
re: hibernatesynch的安装与使用 jinfeng_wang 2005-02-23 11:08  
此外,有关hibernatesynch的配置可以看其网站的document,
不过好像没啥需要动的,那配置的内容也就是“生成各项java文件所需要使用的各个模板”。
re: hibernatesynch的安装与使用 jinfeng_wang 2005-02-23 11:04  
补充一个例程:


public static void main(String[] args) {
try {
// load the configuration file
_RootDAO.initialize();
UserInfoDAO dao = new UserInfoDAO();
UserInfo userInfo= new UserInfo(new Integer(1),"wjf","wjf");


dao.save(userInfo);


java.util.List people = dao.findAll();
// find a single person
Integer id = new Integer(1);
UserInfo person = dao.load(id);
// update the person
person.setName("Joe");
dao.update(person);
// delete the person
dao.delete(id);


} catch (HibernateException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}

re: 可怜的Eclipse jinfeng_wang 2005-02-20 15:20  
JbossIDE插件自带了一个java文件编辑器,并替换了原默认的java编辑器,真该死,可以在preference ->workbench->associate里面修改!!!!!!
re: 可怜的Eclipse jinfeng_wang 2005-02-20 15:03  
唉~~~~

Jboss IDE 自带了一个AOP编辑器, 替换了默认的编辑器,重新选择一下就可以了,真TMD。。。。。。。。。。。。。。
re: 我想要的机器配置 jinfeng_wang 2005-02-20 15:00  
这总价格大概在多少啊? 好久没有出去看硬件了。