摘要: 原文:http://phrogz.net/js/classes/OOPinJS.html译文:http://groups.google.com/group/shawlqiu/web/javascript?hl=en我的理解:建设中...原文中的代码:function Person(n,race){ this.constructor.population++; // ************************************************************************ // PRIVATE VARIABLES AND FUNCTIONS // ONLY 阅读全文
posted @ 2011-08-02 23:02 acjialiren 阅读(207) 评论(0) 推荐(0) 编辑
摘要: declare @tablename sysnamedeclare @strsql nchar(500)declare tableNameCursor cursor forselect b.name from sysobjects b where xtype='U' and b.name not in (select object_name(a.parent_obj) from sysobjects a where xtype='PK' )open tableNameCursor fetch next from tableNameCursor into @tab 阅读全文
posted @ 2011-08-02 11:39 acjialiren 阅读(540) 评论(0) 推荐(0) 编辑
摘要: 这个例子使我更加明白呈现数据是前端工作滴一部分如何使table中的数值变为清晰地条状图呢?听我细细道来效果图如下:http://jialiren.sinaapp.com/jdt/Html代码如下:<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>进度条列</title> <script type="text 阅读全文
posted @ 2011-08-02 09:04 acjialiren 阅读(2343) 评论(0) 推荐(0) 编辑