您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. C# 蜘蛛Spider 网页抓取器 Crawler

  2. C# 蜘蛛Spider 网页抓取器 void ParseUri(MyUri uri, ref MyWebRequest request) { string strStatus = ""; // check if connection is kept alive from previous connections or not if(request != null && request.response.KeepAlive) strStatus += "Connection live to: "
  3. 所属分类:Web开发

    • 发布日期:2009-12-30
    • 文件大小:56kb
    • 提供者:Dobit
  1. C#简单排序——Sort(2005)

  2. C#简单排序——Sort(2005),array.sort(),listviewitem.sort(),和Icompare的接口使用.
  3. 所属分类:C#

    • 发布日期:2010-03-05
    • 文件大小:36kb
    • 提供者:xuehaiboisfish
  1. CheckListView

  2. android下针对ListView项里嵌入CheckBox的自定义类,可以轻松实现选中Checkbox的ListViewItem的删除。
  3. 所属分类:Android

    • 发布日期:2010-04-14
    • 文件大小:2kb
    • 提供者:hanhannina
  1. 非常好用的 C# winform 操作EXCEL文件源代码

  2. private void button1_Click(object sender, System.EventArgs e) {//保存为EXCEL文件 if(this.listView1.Items.Count0) { MyRange =MyWorkSheet.get_Range("A2",Missing.Value); object [,] MyData = new Object[this.listView1.Items.Count,3]; foreach(ListViewItem lvi
  3. 所属分类:C

    • 发布日期:2010-05-12
    • 文件大小:627kb
    • 提供者:jxf16888
  1. C# 通讯录管理系统 新增,修改,查询···

  2. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; using System.Configuration; namespace PhoneBook { publi
  3. 所属分类:其它

    • 发布日期:2010-12-13
    • 文件大小:1mb
    • 提供者:wuuting
  1. 汽车租赁系统(北大青鸟)

  2. listview.Items.Clear(); foreach (Vehicle it in vehicle.Values) { ListViewItem item = new ListViewItem(it.LicenseNo); if (it is Car) { item.SubItems.AddRange(new string[]{it.Name ,it.Color,it.DailyRent.ToString (),it.RentDate.ToString (),"无"}); } if
  3. 所属分类:C#

  1. C#做的QQ程序源代码

  2. this.IP地址 = new System.Windows.Forms.ColumnHeader(); this.端口 = new System.Windows.Forms.ColumnHeader(); this.状态 = new System.Windows.Forms.ColumnHeader(); this.部门 = new System.Windows.Forms.ColumnHeader(); this.姓名 = new System.Windows.Forms.ColumnHe
  3. 所属分类:C#

    • 发布日期:2011-05-01
    • 文件大小:6mb
    • 提供者:yangyangli123
  1. WPF ListView栏目拖拽r

  2. WPF listview 栏目拖拽 百分之百的编译通过
  3. 所属分类:C#

    • 发布日期:2011-05-08
    • 文件大小:256kb
    • 提供者:yjc2010
  1. C#程序设计《学生信息显示》

  2. C#学生信息显示 namespace xuexi6._ { public partial class Form1 : Form { public Form1() { InitializeComponent(); } public student[] sts = new student[10]; private void initializestudent() { student st0 = new student(); st0.Name = "赵阳"; st0.Sex = "男"; st0.J
  3. 所属分类:专业指导

    • 发布日期:2011-05-28
    • 文件大小:152kb
    • 提供者:woaizhubaoqiao
  1. ListView使用案例

  2. ListView控件使用案例 GridLines:显示网格线 FullRowSelect:整行选择[一次选择一行] 清空listView控件中的数据: this.listView1.Items.Clear(); 查询时: ListViewItem lvi = new ListViewItem(); //构造一新项 lvi.SubItems[0].Text=this.textBox1.Text.Trim(); lvi.SubItems.AddRange(new string[]{ this.te
  3. 所属分类:C#

    • 发布日期:2011-06-16
    • 文件大小:667byte
    • 提供者:butterfly_shh
  1. C#中的ListView控件实例

  2. C#中的ListView控件实例文档 ListView可以通过四种不同的方式显示条目。 1.只能给ListView控件添加基于ListViewItem类的对象; 2.ListViewItems属性:设置用于显示的属性; 3.SubItems()方法:包含详细视图中显示的文本; 4.View属性:设置以下四种显示方式
  3. 所属分类:C#

    • 发布日期:2011-08-12
    • 文件大小:85kb
    • 提供者:huangquansheng
  1. 图书管理系统附数据库

  2. private void button3_Click(object sender, EventArgs e) { string number = textBox2.Text; string bookname = textBox3.Text; string press = textBox4.Text; string name = textBox6.Text; string price = textBox5.Text; DateTime dt= dateTimePicker1.Value; str
  3. 所属分类:C#

    • 发布日期:2011-08-20
    • 文件大小:77kb
    • 提供者:yangrui6200824
  1. C#写gps中心服务处理程序

  2. 要改协议,,高手帮下忙。。在线等。using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;using System.Messaging;using System.Net.Sockets;using System.Text;using System.Runtime.InteropServic
  3. 所属分类:Web开发

    • 发布日期:2008-05-23
    • 文件大小:71kb
    • 提供者:OP4321
  1. Android CheckListView

  2. Android 开发下针对ListView项里嵌入 CheckBox的 自定义类 ,可以轻松实现选中Checkbox的 ListViewItem的 删除。!~
  3. 所属分类:Android

    • 发布日期:2012-01-03
    • 文件大小:2kb
    • 提供者:topbasemaster
  1. txt读取.rar

  2. /创建StreamReader用于读取txt文件 StreamReader sr = new StreamReader(@"L:\txt读取\txtWenJianDuQu\txtWenJianDuQu\bin\Debug\MP3.txt",Encoding.Default); string s; while ((s=sr.ReadLine())!=null) { ListViewItem item = new ListViewItem(s,0); item.SubItems.Add(s);//
  3. 所属分类:C#

    • 发布日期:2012-10-14
    • 文件大小:73kb
    • 提供者:dengmengxin
  1. android list下拉刷新demo

  2. 大家可以看看 private class GetDataTask extends AsyncTask { @Override protected String[] doInBackground(Void... params) { // Simulates a background job. try { Thread.sleep(2000); } catch (InterruptedException e) { ; } return mStrings; } @Override protected
  3. 所属分类:Android

    • 发布日期:2013-04-19
    • 文件大小:86kb
    • 提供者:yuaner321
  1. 播放器设计

  2. 播放器设计 设计步骤: 1. 添加命名空间 在创建的项目“DLLGetFile”中打开类“Class1”,因为此类涉及读取文件和窗体类,所以添加命名空间: using System.Windows.Forms; using System.IO; 2. 添加读取单个文件的方法 根据指定的路径读取文件名和文件路径并保存在ListViewItem实例中,返回此实例。代码如下: public ListViewItem searchFile(string strFilePath) { FileInfo
  3. 所属分类:C/C++

    • 发布日期:2013-06-12
    • 文件大小:2mb
    • 提供者:u010898906
  1. C#工资考勤系统源代码.ra

  2. namespace HumanManage { public partial class FrmMain : Form { public static bool CheckFrom = true; public static XmlDocument MydocRoleInfo = new XmlDocument(); public static XmlDocument MydocEmpInfo = new XmlDocument(); private static XmlDocument Em
  3. 所属分类:C#

    • 发布日期:2013-06-17
    • 文件大小:1mb
    • 提供者:u011097063
  1. 解析空中三角测量

  2. 解析空中三角测量C#代码 private void 导入像点坐标数据ToolStripMenuItem_Click(object sender, EventArgs e) { OpenFileDialog FILE = new OpenFileDialog(); FILE.Filter = "文本文件(*.txt)|*.txt| 所有文件(*.*)|*.*"; FILE.FilterIndex = 1; if (FILE.ShowDialog() == DialogResult.OK) { S
  3. 所属分类:C#

    • 发布日期:2013-09-04
    • 文件大小:167kb
    • 提供者:u011960584
  1. 模仿支付宝手机客户端长按ListView的Item弹出操作按钮效果

  2. ListViewItem模仿——支付宝手机客户端长按ListView的Item弹出操作按钮效果 地址:http://blog.csdn.net/ttdevs/article/details/17263801
  3. 所属分类:Android

    • 发布日期:2013-12-11
    • 文件大小:300kb
    • 提供者:ttdevs
« 12 3 »