Johnhe
BlogJava
首頁
新隨筆
新文章
聯(lián)系
聚合
管理
posts - 20,comments - 6,trackbacks - 0
<
2009年7月
>
日
一
二
三
四
五
六
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
常用鏈接
我的隨筆
我的評論
我的參與
最新評論
留言簿
給我留言
查看公開留言
查看私人留言
隨筆分類
Hibernate
J2SE(7)
javascript(4)
Jdbc(1)
Jsp(3)
Oracle(2)
struts1.x+struts2
我和哥哥...我們的愛情.
隨筆檔案
2010年2月 (1)
2009年7月 (2)
2009年6月 (1)
2009年5月 (4)
2009年4月 (1)
2009年3月 (11)
搜索
最新評論
1.?re: 關(guān)于request.getParameterValues("String")的空指針異常
一定可以
--5
2.?re: 關(guān)于request.getParameterValues("String")的空指針異常
@xli
哪里不行。你問題發(fā)上來呢。我?guī)湍憧窗 ?
大家一起解決問題。
反正我是可以了哦。
--曉江小子
3.?re: 關(guān)于request.getParameterValues("String")的空指針異常
還是不行啊。郁悶
--xli
4.?re: 關(guān)于java.lang.String的split方法???
評論內(nèi)容較長,點(diǎn)擊標(biāo)題查看
--林韻
5.?re: 關(guān)于java.lang.String的split方法???[未登錄]
@mumu
哦,明白了。謝謝你。
沒有仔細(xì)看。額。謝謝。
--曉江小子
閱讀排行榜
1.?Oracle取得時(shí)間的時(shí)分秒(4914)
2.?關(guān)于request.getParameterValues("String")的空指針異常(3289)
3.?[轉(zhuǎn)]JSP開發(fā)時(shí), 在頁面中格式化和解析日期始終是個(gè)頭疼的事情. 可以用JSTL和JavaScript搞定.(2463)
4.?關(guān)于Hibernate的一對多保存的問題?(2089)
5.?關(guān)于java.lang.String的split方法???(1385)
評論排行榜
1.?關(guān)于request.getParameterValues("String")的空指針異常(3)
2.?關(guān)于java.lang.String的split方法???(3)
3.?復(fù)選框問題---自己碰到的。(0)
4.?拼串(0)
5.?關(guān)于刪除的方法!(0)
記錄自己要用的東西而已。。。。很簡單 不用看了
<
table align
=
"
center
"
width
=
"
640
"
>
<
tr
>
<
td
>
對應(yīng)網(wǎng)點(diǎn):
&
nbsp;
&
nbsp;
&
nbsp;
&
nbsp;
<
select name
=
"
wangdian
"
id
=
"
wangdian
"
style
=
"
width:80pt;
"
onchange="window.location='/safety-wxy/ent/wangdian_extend_update.jsp?dwdm=<%=dwdm%>&wxyid=<%=wxyid%>&uuid='+this.value;">
<
option value
=
"
0
"
></
option
>
<%
String oid
=
""
;
String wdname
=
""
;
Connection connection;
try
{
connection
=
DataFactory.getConnection(
"
wxyinfor
"
);
}
catch
(Exception e)
{
throw
new
SQLException(e.toString());
}
Statement statement
=
null
;
ResultSet resultset
=
null
;
//
System.out.println("--------"+uuid);
String sql
=
"
select oid,wdname,wdaddress,wdfzr,wdlxdh from T_xzwdext where dwdm = '
"
+
dwdm
+
"
' and wxyid = '
"
+
wxyid
+
"
'
"
;
System.out.println(
"
----test sql ---
"
+
sql);
try
{
statement
=
connection.createStatement();
//
resultset = statement.executeUpdate(sql);
resultset
=
statement.executeQuery(sql);
while
(resultset.next())
{
//
oid = resultset.getString("oid");
%>
<
option value
=
"
<%=resultset.getString(
"
oid
"
) %>
"
><%=
resultset.getString(
"
wdname
"
)
%></
option
>
<%
//
wdname = resultset.getString("wdname");
}
}
catch
(Exception e)
{
System.out.println(e.getMessage());
}
finally
{
try
{
if
(
null
!=
resultset)
{
resultset.close();
resultset
=
null
;
}
}
catch
(SQLException e1)
{}
try
{
if
(
null
!=
statement)
{
statement.close();
statement
=
null
;
}
}
catch
(SQLException e2)
{}
try
{
if
(
null
!=
connection)
{
connection.close();
connection
=
null
;
}
}
catch
(SQLException e3)
{}
}
%>
<%
System.out.println(usertype);
if
(usertype
!=
null
&
!
"
adm
"
.equals(usertype))
{
%>
<
input name
=
"
wadd
"
type
=
"
button
"
id
=
"
wadd
"
value
=
"
添加網(wǎng)點(diǎn)
"
onclick="window.location='/safety-wxy/ent/wangdian_extend.jsp?dwdm=<%=dwdm%>&wxyid=<%=wxyid%>'"
>
<%
}
%>
</
td
>
</
tr
>
</
table
>
posted on 2009-07-02 15:07
Johnhe
閱讀(165)
評論(0)
編輯
收藏
所屬分類:
javascript
新用戶注冊
刷新評論列表
只有注冊用戶
登錄
后才能發(fā)表評論。
網(wǎng)站導(dǎo)航:
博客園
IT新聞
Chat2DB
C++博客
博問
管理
相關(guān)文章:
簡單的。。。
記錄自己要用的東西而已。。。。很簡單 不用看了
[轉(zhuǎn)]JSP開發(fā)時(shí), 在頁面中格式化和解析日期始終是個(gè)頭疼的事情. 可以用JSTL和JavaScript搞定.
javascirpt的全選,修改刪除判斷小例子
Copyright ©2025 Johnhe Powered By
博客園
模板提供:
滬江博客
主站蜘蛛池模板:
国产亚洲成av片在线观看
|
小说专区亚洲春色校园
|
免费人成年激情视频在线观看
|
中文字幕天天躁日日躁狠狠躁免费
|
污视频网站免费观看
|
亚洲首页国产精品丝袜
|
亚洲国产精品一区
|
亚洲综合区小说区激情区
|
日韩免费无码一区二区视频
|
猫咪免费人成网站在线观看
|
中出五十路免费视频
|
四虎永久在线精品免费一区二区
|
亚洲高清一区二区三区电影
|
亚洲av永久无码嘿嘿嘿
|
亚洲国产成人久久精品动漫
|
久久精品国产96精品亚洲
|
亚洲国产精品无码久久九九
|
亚洲国产一区在线
|
亚洲日本韩国在线
|
拔擦拔擦8x华人免费久久
|
成人性生活免费视频
|
野花高清在线观看免费3中文
|
午夜免费1000部
|
120秒男女动态视频免费
|
最近免费中文字幕mv电影
|
一级毛片在线观看免费
|
日韩精品极品视频在线观看免费
|
国产亚洲人成A在线V网站
|
亚洲AV中文无码乱人伦在线视色
|
国产jizzjizz免费看jizz
|
四虎免费大片aⅴ入口
|
国内免费高清在线观看
|
波多野结衣在线免费观看
|
精品国产sm捆绑最大网免费站
|
色se01短视频永久免费
|
麻豆视频免费播放
|
免费看美女裸露无档网站
|
aa级一级天堂片免费观看
|
日韩精品成人无码专区免费
|
免费看www视频
|
亚洲AV蜜桃永久无码精品
|