ruder

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2009年4月29日

摘要: private static List _needSaveAttributes = new List(new string[]{"int","int16","int32","int64", "single", "double","datetime","bool","boolean","string" }); private static List _attribu... 阅读全文
posted @ 2009-04-29 17:35 徐境 阅读(125) 评论(0) 推荐(0)

摘要: private static Dictionary _insertSql=new Dictionary(); public static string SQL_INSERT { get { if (!_insertSql.ContainsKey(CurrentType.Name)) ... 阅读全文
posted @ 2009-04-29 17:34 徐境 阅读(136) 评论(0) 推荐(0)

摘要: private static Dictionary _selectSql=new Dictionary(); public static string SQL_SELECT { get { if (!_selectSql.ContainsKey(CurrentType.N... 阅读全文
posted @ 2009-04-29 17:33 徐境 阅读(174) 评论(0) 推荐(0)

2009年4月14日

摘要: 1,使用Table的Width,Height的值为100% 2,设计Body的Style为"margin:0px;padding:0px;overflow:hidden;" 3,把那ASP.NET自带那该死的删除掉! 注:三种XHTML 1.0 DTD: A,过渡的(Transitional):要求非常宽松的DTD,它允许你继续使用HTML4.01的标识(但是要符合xhtml的写法)。完整代码如下... 阅读全文
posted @ 2009-04-14 21:44 徐境 阅读(261) 评论(0) 推荐(0)

2009年3月30日

摘要: function Draw( ) { } Draw.prototype.Draw=function(items,x,y) { for(var i=0;i<items.length;i++) { this.DrawByIndex(x,y,items[i],i); } } ... 阅读全文
posted @ 2009-03-30 17:23 徐境 阅读(143) 评论(0) 推荐(0)

摘要: Draw.prototype.DrawBy=function(x,y,item,circle,index) { var position=parseInt(index/circle); var m=index-position*circle; var h=item.h+10; var w=item.w+... 阅读全文
posted @ 2009-03-30 17:22 徐境 阅读(137) 评论(0) 推荐(0)

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->var SuperMath=new Object(); SuperMath["Qu2"]=function(a,b,c) { var x1=(0-b+Math.sqrt(b*b-4*a*c))/... 阅读全文
posted @ 2009-03-30 17:13 徐境 阅读(108) 评论(0) 推荐(0)

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> $(document).ready(function(){ var group=new Group(); ... 阅读全文
posted @ 2009-03-30 17:09 徐境 阅读(109) 评论(0) 推荐(0)

2009年3月23日

摘要: 阅读全文
posted @ 2009-03-23 12:12 徐境 阅读(0) 评论(0) 推荐(0)