首先在aspx界面中拖入三个DropDownList控件,分别右键属性前两个控件,把 AutoPostBack 改为 True ,Items点击添加在txt中输入请选择,并把Value的值改为0,再点击事件按钮把前两个控件添加SelectedIndexChanged事件。数据库的设计,列名有 id(...
分类:
其他好文 时间:
2015-03-15 16:32:09
阅读次数:
155
实现ZABBIXMAPSline上显示两台交换机中的带宽流量,见下图方法如下:一、使用GetIf获取相应的接口和OID参见使用zabbix监控交换机端口流量http://www.educity.cn/linux/1440421.html二、在ZABBIXHOSTS中新增Items。三、在MAPLINELABEL中输入
分类:
其他好文 时间:
2015-03-15 07:13:28
阅读次数:
255
// ================================================================ // 遍历某个文件夹及子文件夹下某种文件, // 使用说明 // _GetFileList(ListBox1.Items, 'c:\', '.doc'); // _...
分类:
其他好文 时间:
2015-03-14 16:40:19
阅读次数:
102
1、在Activity中使用menu//创建菜单项 public boolean onCreateOptionsMenu(Menu menu) { // Inflate the menu; this adds items to the action bar if it is pres...
分类:
其他好文 时间:
2015-03-14 09:35:23
阅读次数:
138
现在有一个ListView(lv1),有2列。ListViewItem lvi = new ListViewItem();lvi.Text = "语文";lvi.SubItems.Add("99");lvi.Items.Add(lvi);lvi = new ListViewItem();lvi.Te...
var Item1: TListViewItem;begin Item1 := ListView1.Items.Add; Item1.Purpose:=TListItemPurpose.Header;// Item1.Purpose:=TListItemPurpose.Footer; Item1.t...
分类:
移动开发 时间:
2015-03-13 18:34:25
阅读次数:
620
preFace:CI/CD practice part contains the following action items and fields of expertise:Gerrit installation and basic configuration? Jenkins installat...
分类:
其他好文 时间:
2015-03-12 14:51:56
阅读次数:
1013
一、了解listview控件的属性 view:设置为details columns:设置列 items:设置行 1.将listview的view设置为details 2.设置列属性 点击添加,添加一列 设置一列的Text属性,这就是列名 添加三列 3.编辑items属性,添加一行数据 编辑Text属...
分类:
数据库 时间:
2015-03-11 21:24:04
阅读次数:
19983
var items = rptList.Items;//获取Repeater控件的所有项 foreach (RepeaterItem item in items)//遍历每一项内容 { var tb = item.FindControl("tbLendi...
分类:
其他好文 时间:
2015-03-11 18:47:15
阅读次数:
112
self.items =
@[@"Original",
@"CIBlendWithAlphaMask",
@"CIColorClamp",
@"CIColorCrossPolynomial",
@"CIColorCubeWi...
分类:
其他好文 时间:
2015-03-11 10:53:56
阅读次数:
118