03 2008 档案

漫话学Java
摘要: 学Java应该学那些东西呢?从网上摘录以下这段你需要精通面向对象分析与设计(OOA/OOD)、涉及模式(GOF,J2EEDP)以及综合模式。你应该十分了解UML,尤其是class,object,interaction以及state diagrams.你需要学习JAVA语言的基础知识以及它的核心类库(collections,serialization,streams,networking,multi...阅读全文

posted @ 2008-03-24 18:44 Neo0820 阅读(66) | 评论 (0) 编辑

The Attributes property of a ListItem control only works within an HtmlSelect control
摘要: WebControls 中RadioButton or DropDownList control 的ListItem中的Attributes原来无法使用。li=newListItem(dt.Rows[i]["PName"].ToString()+"()",dt.Rows[i]["PName"].ToString()+"()");li.Attributes.Add("optType","selfFu...阅读全文

posted @ 2008-03-11 15:21 Neo0820 阅读(171) | 评论 (0) 编辑

获取html 中的select选中的文本
摘要: varval=document.all.Item.options[document.all.Item.selectedIndex].textvari=document.getElementById('ddlItemDataType').options[document.getElementById('ddlItemDataType').selectedIndex].value;阅读全文

posted @ 2008-03-11 14:27 Neo0820 阅读(1871) | 评论 (0) 编辑

javascript 数组[转]
摘要: new Array()
new Array(len)
new Array([item0,[item1,[item2,...]]]阅读全文

posted @ 2008-03-05 15:28 Neo0820 阅读(252) | 评论 (0) 编辑

SQL 中Having 的备忘

posted @ 2008-03-05 11:32 Neo0820 阅读(64) | 评论 (0) 编辑