上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
摘要: protected void Btn_Up_Click(object sender, EventArgs e) { // Specify the path on the server to // save the uploaded file to. // String savePath = @... 阅读全文
posted @ 2015-08-05 16:55 追逐苦痛 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 一、断网二、打开软件、打开注册机三、 四、 五、 六、 七、 八、 阅读全文
posted @ 2015-08-05 10:57 追逐苦痛 阅读(571) 评论(0) 推荐(0) 编辑
摘要: 1.最常用的页面跳转(原窗口被替代):Response.Redirect("XXX.aspx");2.利用url地址打开本地网页或互联网:Respose.Write("");3.原窗口保留再新打开另一个页面(浏览器可能阻止,需要解除):Response.Write("");4.效果同1中的另一种写法... 阅读全文
posted @ 2015-07-27 16:20 追逐苦痛 阅读(1467) 评论(0) 推荐(1) 编辑
摘要: DataSet ds = new DataSet(); SqlConnection conn = new SqlConnection(ConnectionStr); SqlCommand cmd = new SqlCommand(); cmd.CommandTimeout = 180;SqlPar... 阅读全文
posted @ 2015-07-27 14:44 追逐苦痛 阅读(513) 评论(0) 推荐(0) 编辑
摘要: select * from database..sysobjects order by nameEXEC Sp_HelpText 'Proc_Export268'; 阅读全文
posted @ 2015-07-23 17:01 追逐苦痛 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 参考地址: http://blog.csdn.net/zzzzzzzert/article/details/8486143 protected void Button1_Click(object sender, EventArgs e) { //使用querystring传值 //Respon... 阅读全文
posted @ 2015-07-21 15:47 追逐苦痛 阅读(1099) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using Syste... 阅读全文
posted @ 2015-07-21 09:04 追逐苦痛 阅读(148) 评论(0) 推荐(0) 编辑
摘要: Fr_06_view_s6 --> activity_f6_insert --> activity_f7__delete************************************************************************package com.exampl... 阅读全文
posted @ 2015-07-01 09:28 追逐苦痛 阅读(138) 评论(0) 推荐(0) 编辑
摘要: android listview 参考地址: http://www.cnblogs.com/zhengbeibei/archive/2013/05/14/3078805.html http://xys289187120.blog.51cto.com/3361352/657171/ http://j... 阅读全文
posted @ 2015-06-28 08:43 追逐苦痛 阅读(210) 评论(0) 推荐(0) 编辑
摘要: private String[] t1 = { "姓名", "性别", "年龄", "居住地","邮箱"}; private String[] t2 = { "般若", "男", "25", "北京", "bangruo@gmail.com" }; private String[] mListT... 阅读全文
posted @ 2015-06-26 09:40 追逐苦痛 阅读(459) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页