How to use DBDesinger4 to connect MySQL5

DBDesigner is a great open source Database modeling tools especially for MySQL.But the whole develop team have worked for MySQL to develop MySQL workbench.So the product was stop upgrating.We must modify MySQL5's password storage type by SET PASSWORD = OLD_PASSWORD('myPass') on user table of MySQL5 to connect MySQL again.
Now,we can use it again:)
DBDesigner


(3) 评论    (87) 引用   

prototype Samples

AJAXI have uploaded prototype samples.It includes prototype's basic API demo.Enjoy it...Prototype is really wonderful Javascript Framework.
Prototype.rar

(6) 评论    (157) 引用   

Prototype class hierarchy

Prototype1.5 class hierarchy
 查看全文

(0) 评论    (90) 引用   

AJAX贴贴脸之示例1-1

AJAX为AJAX贴贴脸系列文章。第一篇为AJAX贴贴脸之入门篇。本示例部分操作利用了prototype类库,相关知识请查阅
示例为我们以前经常遇到过的动态列表问题,当选择一个下拉框的时候,另外一个的数据将动态产生。
result.jpg
这是个极其简单的应用。不过我们讲由简入繁,最后的示例会展现Google Suggest类型的自动提示。而且我们会不停的对整个示例重构,标题的1-1也表明有1-2等。
1-1是完全自己处理AJAX的各种问题,1-2预计引入其他类库来操作XML,1-3预计用buffalo完成此示例。之后每个示例如果有必要都会有此类对比。由于代码很简单并且有注释,所以文章以代码即可展现应用。 查看全文

(0) 评论    (145) 引用   

AJAX Data Transfer

AJAX与服务器端通讯,虽然XHR对象的介入使得我们可以异步处理用户请求,但是另外一个细节也暴露给我,我们如何与服务器统一通信的契约? 查看全文

(0) 评论    (190) 引用   

Hibernate mapping summarize

总结了Hibernate中实体对象与数据的映射方式��图文并茂,配置实例代码,为david吃饱了撑着之大作。 查看全文

(0) 评论    (192) 引用   

Congratulations!

If you can read this post, it means that the registration process was successful and that you can start blogging 查看全文

(1) 评论    (98) 引用