上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 25 下一页
摘要: 阅读全文
posted @ 2014-08-10 10:08 商商-77 阅读(164) 评论(0) 推荐(0)
摘要: MySQL命令行导出数据库:1,进入MySQL目录下的bin文件夹:cd MySQL中到bin文件夹的目录如我输入的命令行:cd D:\Program\MySQL\MySQL Server 5.0\bin(或者直接将windows的环境变量path中添加该目录)2,导出数据库:mysqldump -... 阅读全文
posted @ 2014-08-10 10:08 商商-77 阅读(258) 评论(0) 推荐(0)
摘要: NewDocument测试。650) this.width=650;" border="0" alt="" src="http://img1.51cto.com/attachment/201211/225651905.jpg" /> 650) this.width=650;" border="0" ... 阅读全文
posted @ 2014-08-10 10:07 商商-77 阅读(118) 评论(0) 推荐(0)
摘要: DIV水平居中+垂直居中#main_zone{ width:1190px; height:570px; background-color:#fff; margin:0 auto; /*左右居中*/ margin-top:-285px;/*垂直居中*/ margi... 阅读全文
posted @ 2014-08-10 10:07 商商-77 阅读(220) 评论(0) 推荐(0)
摘要: 截取字符串:Js代码 650) this.width=650;" alt="复制代码" src="http://www.iteye.com/images/icon_copy.gif" />650) this.width=650;" class="star" alt="收藏代码" src="http:... 阅读全文
posted @ 2014-08-10 10:07 商商-77 阅读(925) 评论(0) 推荐(0)
摘要: 一、基础1、说明:创建数据库CREATE DATABASE database-name 2、说明:删除数据库drop database dbname3、说明:备份sql server--- 创建 备份数据的 deviceUSE masterEXEC sp_addumpdevice 'disk', '... 阅读全文
posted @ 2014-08-10 10:07 商商-77 阅读(155) 评论(0) 推荐(0)
摘要: 1.修改sa账户密码在查询分析器中执行如下语句:sp_password Null,'teracypwd','sa' 把SA的密码设为“teracypwd”执行成功后有“Command(s) completed successfully.” OK!2.insert语句INSERTINTO 表名称 VA... 阅读全文
posted @ 2014-08-10 10:07 商商-77 阅读(157) 评论(0) 推荐(0)
摘要: 方法一:利用ResultSet的getRow方法来获得ResultSet的总行数Java代码ResultSetrs; rs.last();//移到最后一行 introwCount=rs.getRow();//得到当前行号,也就是记录数 rs.beforeFirst();//如果还要用结果集,就把指针... 阅读全文
posted @ 2014-08-10 10:07 商商-77 阅读(1620) 评论(0) 推荐(0)
摘要: public static int count(String txyl_table) {// 获取用户数量 int i = 0;// Store_Information Connection con = DB.getConnnection(); try { Statement stmt = con.createStatement(); ... 阅读全文
posted @ 2014-08-10 10:07 商商-77 阅读(1269) 评论(0) 推荐(0)
摘要: 1.url向action传值 url为 action中取值为 2.JSP 3..java 阅读全文
posted @ 2014-08-10 10:07 商商-77 阅读(113) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 25 下一页