09 2013 档案
摘要:import java.io.*; public class c { private static final String LL = "Decompiling this copyrighted software is a violation of both your license agreement and the Digital Millenium Copyright Act of 1998 (http://www.loc.gov/copyright/legislation/dmca.pdf). Under section 1204 of the DMCA, penalti..
阅读全文
摘要:string agent = request.getheader("user-agent");stringtokenizer st = new stringtokenizer(agent,";");st.nexttoken();//得到用户的浏览器名string userbrowser = st.nexttoken();//得到用户的操作系统名string useros = st.nexttoken();取得本机的信息也可以这样:操作系统信息system.getproperty("os.name"); //win2003竟然是win
阅读全文
摘要:出自:http://www.candoudou.com/archives/161jquery1.6中新加了一个方法prop(),一直没用过它,官方解释只有一句话:获取在匹配的元素集中的第一个元素的属性值。官方例举的例子感觉和attr()差不多,也不知道有什么区别,既然有了prop()这个新方法,不可能没用吧,那什么时候该用attr(),什么时候该用prop()呢?大家都知道有的浏览器只要写disabled,checked就可以了,而有的要写成disabled = "disabled",checked="checked",比如用attr("che
阅读全文
摘要:【cmd里javac运行不成功】解决:环境变量的上面设置一下path,指定到jdk的bin包。【安装新版本的jdk,但是开发环境还是老版本】解决:window-java-Installed JRES-右侧,勾选上新安装jdk,然后点ok【db2删除字段】alter table 表名 drop column 字段名【如何让winform的combobox只能选不能输入】 DropDownStyle 属性确定用户能否在文本部分中输入新值以及列表部分是否总显示。 值: DropDown --- 文本部分可编辑。用户必须单击箭头按钮来显示列表部分。 DropDownList --- 用户...
阅读全文
浙公网安备 33010602011771号