摘要: ';echo '';// 显示字段名称echo "";for($i = 0; $i ' . mysql_field_name ( $result, $i ); echo "";}echo "";// 定位到第一条记录mysql_data_seek ( $result, 0 );// 循环取出记录wh... 阅读全文
posted @ 2015-02-06 16:53 隔壁邻居小王 阅读(462) 评论(0) 推荐(0) 编辑
摘要: 文件的读取:public static void duqu(String path) throws IOException { File file=new File(path); FileInputStream fis=new FileInputStream(file); InputStre... 阅读全文
posted @ 2015-02-06 16:41 隔壁邻居小王 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 元素选择器$(document).ready(function(){ $("button").click(function(){ $("h2").hide(); })})id选择器,class选择器,所有选择器,当前对象this,子类选择器 首个元素 超链接隐藏,按钮$("#click1").h... 阅读全文
posted @ 2015-02-06 14:06 隔壁邻居小王 阅读(262) 评论(0) 推荐(0) 编辑