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
直接上代码:
写一个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
Controller类中与RedirectToRoute相关的方法有两个:RedirectToAction()和RedirectToRoute()。
1、RedirectToAction() ? 转到同一个Controller的另外一个Actionprotected internal Red...
分类:
Web程序 时间:
2014-06-06 17:38:45
阅读次数:
280
2014-06-03
BaoXinjian一、摘要采购模组中关于内部请购的相关流程,开立内部请购单,经过处理后转入销售订单模组中1. 业务分析(1). 内部请购单流程(2).
业务在模组中的关系 2. 具体步骤(1). 建立Internal Requisition(2). 调用Request (Cr...
分类:
其他好文 时间:
2014-06-06 16:33:23
阅读次数:
287
直接上代码: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
要实现默认的验证,需完成如下三步骤:1.在Web.config里启用客户端验证,在Mvc自带的模版中是默认存在的:两个属性必须都为true时才能启用客户端验证,还有一种替代方法:protected
void Application_Start(){ AreaRegistration.Register...
分类:
其他好文 时间:
2014-06-02 06:35:15
阅读次数:
231
今天建库的时候忽然报错ORA-00600:internalerrorcode,arguments:[keltnfy-ldmInit],[46],[1],[],[],[],[],[]梗是让我无语,没办法只好检查参数配置,按照文档一步步检查,最后检查了下profile文件的配置
[root@servU_01db_1]#more/home/oracle/.bash_profile
#.bash_profile
#..
分类:
其他好文 时间:
2014-06-02 04:12:51
阅读次数:
320