- 博客(15)
- 收藏
- 关注
原创 ssssssssssssssssssssss
fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
2010-12-10 14:25:11
460
原创 SSH整合很简单
1这里要注意Action配置用的是name 也就是配置文件中的path上面的那个名字 2type="org.springframework.web.struts.DelegatingActionProxy" /> action让spring 来管理 3加入插件 ...
2010-07-29 19:13:23
137
原创 bbbb
protected void Button1_Click(object sender, EventArgs e) { string strSql =""; strSql="select count(*) from test where name='"+TextBox2.Text+"'"; if (Convert.ToInt32(Uti...
2010-06-30 12:44:05
240
原创 e33
protected void Page_Load(object sender, EventArgs e) { if (!this.IsPostBack) { Bind(); } } protected void Bind() { string strSql = "s...
2010-06-30 12:43:35
168
原创 ajax
function verify() { // alert("按钮被点击了!!!"); // document.getElementById("userName"); dom方式 //Jquery的查找节点的方式,参数中#加上id属性值可以找到一个节点 //Jquery的方法返回的都是jquery的对象,可以继续在上面执行其他...
2010-06-24 20:36:12
120
原创 JDBC oracle 实现例子
import java.sql.*; 02. 03. 04.public class TestJDBC { 05. 06. public static void main(String[] args) { 07. Connection conn = null; 08. Statement stmt = null; 09. Str...
2010-05-18 23:49:10
159
原创 applicationContext 配置文件
org.hibernate.dialect.MySQLDialect thread true true com/juyuankai/domain/User.hbm.xml ...
2010-05-18 23:24:16
167
原创 spring+hibernate+struts2的web配置写法
contextConfigLocation classpath:applicationContext.xml org.springframework.web.context.ContextLoaderListener Struts2Filter org.apache.struts2.dispatcher.FilterDi...
2010-05-18 23:09:06
122
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅