1.想要DropDownList自动提交必须设置AutoPostBack="true"属性,下面是代码:2.在服务端处理的时候,尤其是初始化DropDownList的时候,没注意结果写错了,下面是错误代码:protected
void Page_Load(object sender, EventAr...
分类:
其他好文 时间:
2014-06-29 07:40:17
阅读次数:
233
Reserved space (invalid address) is protected against abnormal access. Reads from invalid address return garbage; writes to invalid address are blocked. Access to reserved space can generate exception...
分类:
其他好文 时间:
2014-06-20 11:58:31
阅读次数:
260
前台datagrid数据绑定#region 导出到excel中 /// /// 2014-6-6
/// /// /// protected void lnkbtnExcel_Click(object sender, EventArgs
e)//导出Excel按钮点击事件 { DataSet ...
分类:
其他好文 时间:
2014-06-11 11:22:33
阅读次数:
195
/// /// 将字符串数组转换成整形数组 /// /// /// protected static
int[] ToIntArray(string[] Content) { int[] c = new int[Content.Length...
分类:
其他好文 时间:
2014-06-11 11:13:15
阅读次数:
179
成员变量buf是存储数据的缓冲区 count是缓冲区中的有效字节数。 /** * The
buffer where data is stored. */ protected byte buf[]; /** * The number of valid
byte...
分类:
编程语言 时间:
2014-06-11 11:03:44
阅读次数:
269
成员变量 //由该流的创建者提供的 byte 数组。 protected byte
buf[]; //要从输入流缓冲区中读取的下一个字符的索引。 protected int pos; //流中当前的标记位置。 protected int
mark = 0; ...
分类:
编程语言 时间:
2014-06-11 10:44:54
阅读次数:
366
直接上代码:
写一个Bean,封装数据
package com.mbl.wbsconn;
import java.util.List;
import java.util.Map;
public class BaseBean {
protected String usid;
protected String pwd;
protected String error;
p...
分类:
移动开发 时间:
2014-06-07 15:17:20
阅读次数:
405
直接上代码:NeHeWidget.h#include class
NeHeWidget:public QGLWidget{Q_OBJECTpublic: NeHeWidget( QWidget* parent=0 );
~NeHeWidget(); protected: vo...
分类:
其他好文 时间:
2014-06-06 14:07:31
阅读次数:
188
微信菜单更新,可以支持多个服务号更新C#。效果Demo页面 /// /// 更新菜单 ///
/// /// protected void Button4_Click(object sender, EventArgs e)...
分类:
微信 时间:
2014-06-05 20:10:46
阅读次数:
535
1.检查系统是否安装iSCSIinitiator[root@justin~]#rpm-qa|grepiscsi
[root@justin~]#
[root@justin~]#mount/dev/cdrom/mnt/
mount:blockdevice/dev/sr0iswrite-protected,mountingread-only
[root@justin~]#cd/mnt/
[root@justinPackages]#find.-name*iscsi*
./iscsi-initiator..
分类:
系统相关 时间:
2014-06-04 12:56:26
阅读次数:
731