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

搜索资源列表

  1. C#禁用任务管理器热键

  2. 本方法只得用于正当的系统,若用于搞破坏,请自觉承担法律责任,具体的使用方法: public Form1() { InitializeComponent(); } [DllImport(@"native.dll", EntryPoint = "FuckSysKey")] private extern static bool FuckSysKey(bool enAble); pr ivate void button1_Click(object sender, EventArgs e) { Fuck
  3. 所属分类:C#

    • 发布日期:2009-05-15
    • 文件大小:73728
    • 提供者:Harvey_He
  1. Office 2003 组件owc11

  2. Retrieving the COM class factory for component with CLSID {0002E55D-0000-0000-C000-000000000046} failed due to the following error: 80040154. 收藏 Descr iption: An unhandled exception occurred during the execution of the current web request. Please re
  3. 所属分类:Web开发

    • 发布日期:2009-05-15
    • 文件大小:17825792
    • 提供者:chengxin800
  1. c#做的俄罗斯方块,不下后悔

  2. 提供一个核心类,接口仅几个,方便外围开发,你可以在此基础上做一些扩展,如使其界面更美观,方块更美观等 class DyPanel :Panel { #region 类属性 private Timer t_slow,t_fast; private XY current_p, start_p; private XY []cur_square; private XY []afterChange_squar; private int wi dth, height; private SolidBrush
  3. 所属分类:C#

    • 发布日期:2009-05-18
    • 文件大小:247808
    • 提供者:zhou1zhou8
  1. WINFORM 窗体间的传回值

  2. 在下面的代码漏掉了。 下面所说的“发送者”是指一个对象。 如果要理解“Observe Pattern”,那就好好理解什么是对象,对象的生成消亡(释放回收)。 --------------------------------------------------------- 关于winform窗体间传值的解决方法已经有很多了,但我个人还是觉得通过中间对象的方法来实现好一些: 首先来定义一个中间对象Sender
  3. 所属分类:Java

    • 发布日期:2009-05-18
    • 文件大小:2048
    • 提供者:chenxinzhan
  1. 打印机总是打到75张就停,我这里有个软件可以解决这个问题

  2. 源码:public partial class Form1 : Form { public Form1() { InitializeComponent(); this.cboPageMax.Text = GetRegistData(); this.lblMessage.Text = "你当前电脑打印最高页数为" + GetRegistData()+"页"; } private void button1_Click(object sender, EventArgs e) { this.lblMe
  3. 所属分类:网管软件

    • 发布日期:2009-05-20
    • 文件大小:49152
    • 提供者:secretpp
  1. 用C#编写的凸包算法

  2. 用C#编写的图形界面演示凸包。 private void Form1_MouseClick(object sender, MouseEventArgs e) { g.FillEllipse(bPoint, e.X, e.Y, 5, 5); list.Add(e.Location); } /// /// 凸包算法 /// /// /// private List BruteForceTu(List _list) { //记录极点对 List role = new List(); //遍历
  3. 所属分类:C

    • 发布日期:2009-05-22
    • 文件大小:34816
    • 提供者:kabi2007
  1. 页面清空缓存的具体方法

  2. 页面清空缓存的方法。来源互联网 protected void Page_Load(object sender, EventArgs e) { Response.Cache.SetNoStore(); if (!Page.IsPostBack) { InitPage(); } }
  3. 所属分类:Java

    • 发布日期:2009-05-22
    • 文件大小:475
    • 提供者:NorthWolf888
  1. 自己写的DES加密解密 ASP.NET(C#)

  2. 自己写的简单DES加密加密 public partial class _Default : System.Web.UI.Page { private static byte[] Key64 = { 42, 16, 93, 156, 78, 4, 218, 32 }; private static byte[] IV64 = { 55, 103, 246, 79, 36, 99, 167, 3 }; protected void Page_Load(object sender, EventArg
  3. 所属分类:C#

    • 发布日期:2009-05-22
    • 文件大小:2048
    • 提供者:bearwcn
  1. 我自己写的自定义Web的上传控件

  2. using system; using system.web.ui; using system.web.ui.webcontrols; using system.componentmodel; using system.web.ui.htmlcontrols; using system.io; using system.drawing; using system.drawing.design; namespace yingnet.common { /// /// fileupload 的摘要
  3. 所属分类:Web开发

    • 发布日期:2009-05-25
    • 文件大小:5120
    • 提供者:whj7451321
  1. 缓冲区溢出教程(含ppt和全部源代码)

  2. 缓冲区溢出教程(基于JMP ESP)里面有示例代码(5个工程,Server,shellcode sender... ..),含有一个演示的ppt(Readonly)运行后,在机器上创建账户H,无害,有密码。环境 XP,VC6。
  3. 所属分类:C++

    • 发布日期:2007-08-27
    • 文件大小:269312
    • 提供者:healer_kx
  1. IHTTPModel接口实现文件上传

  2. void context_BeginRequest(object sender, EventArgs e) { #region 初始化,决定是否要求处理 HttpApplication m_application = sender as HttpApplication; IServiceProvider m_provider = HttpContext.Current; HttpWorkerRequest m_workRequest = (Http WorkerRequest)m_provid
  3. 所属分类:其它

    • 发布日期:2009-06-06
    • 文件大小:55296
    • 提供者:fraing
  1. VB.NET VB

  2. 可以用此做VB的实训 Public Class Form8 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim f5 As New Form5 Module1.db() conn.Open() ds.Clear() cmd.CommandText = " select sno,password from stu" da.Se
  3. 所属分类:VB

    • 发布日期:2009-06-13
    • 文件大小:68608
    • 提供者:wanpi618
  1. gridview 简单代码

  2. public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { getData(); } } //得到数据 public void getData() { this.GridView1.DataS ource = BLL.mesManager.getGridData(); this.GridView1.Da
  3. 所属分类:C#

    • 发布日期:2009-06-19
    • 文件大小:3072
    • 提供者:dayou123123
  1. 寝室值日安排(c++)

  2. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; namespace 寝室值日安排 { class Tray { Form1 form = null; NotifyIcon TrayIcon = null; Label label = null; public Tray(Form1 form,NotifyIcon Tr
  3. 所属分类:C++

    • 发布日期:2009-06-19
    • 文件大小:83968
    • 提供者:a514546561
  1. C#的简单的学生管理系统

  2. private void toolStripMenuItem1_Click(object sender, EventArgs e) { string num = dataGridView1["ID", dataGridView1.SelectedRows[0].Index].Value.ToString().Trim(); if (MessageBox.Show("是否确定删除?", "确认删除" , MessageBoxButtons.YesNo, MessageBoxIcon.Questi
  3. 所属分类:C#

    • 发布日期:2009-06-23
    • 文件大小:228352
    • 提供者:lijun12
  1. ajaxpro将js是合并后(仅12.3k)再压缩的文件及使用方法,现正在正常使用。

  2. 把AjaxPro.2.dll 7.7.31.1放到bin文件夹 把regjs.cs放到App_Code文件夹, ajax.js放到js文件夹。此js是合并后再压缩,现正在正常使用中的。 用:regjs.RegAjax(Header, typeof(Default)); 代替:protected void Page_Load(object sender, EventArgs e)中的: AjaxPro.Utility.RegisterTypeForAjax(typeof(Default)); D
  3. 所属分类:Web开发

    • 发布日期:2009-06-25
    • 文件大小:52224
    • 提供者:cneee
  1. sony srp-x351 232控制程序

  2. sony 351的控制程序 procedure TForm1.btnExeClick(Sender: TObject); begin SwitchInput(cmbInput.Text[1]); end; procedure TForm1.btnSoundUpClick(Sender: TObject); begin IncSound(); end; procedure TForm1.btnSoundDownClick(Sender: TObject); begin DecSound(); e
  3. 所属分类:C

    • 发布日期:2009-06-25
    • 文件大小:230400
    • 提供者:romijn
  1. 数据库课程设计---删除

  2. 删除学号: private void btnDelete_Click(object sender, EventArgs e) { strNumber = this.tbNumber.Text.Trim(); SetControlsEnable(true); sqlText = "delete from students where Sno='" + strNumber + &qu ot;'"; bool tag = ExecuteSQL(sqlText); if (!tag) { Messag
  3. 所属分类:其它

    • 发布日期:2009-06-26
    • 文件大小:841
    • 提供者:shi440
  1. PHP飞信源码(中国移动)

  2. PHP飞信源码 Open Fetion is an sms sender through fetion protocol ( China Mobile ). It is written using php, to work as os independence. The current version is developed on Fetion 2008 and only implements http way.
  3. 所属分类:PHP

    • 发布日期:2009-07-01
    • 文件大小:14336
    • 提供者:kecaijie
  1. delphi中如何读取有逗号分割符数据

  2. function GetDelimiteredStringN(Astring:String;Dlmter:Char;nPos:integer):string; var sList:TStringList; begin Result:=''; sList:=TStringList.Create; sList.Text:=StringReplace(Astring,Dlmter,#13#10,[rfReplaceAll]); if (nPos>0) and (sList.Count>=
  3. 所属分类:Delphi

    • 发布日期:2009-07-01
    • 文件大小:171008
    • 提供者:lxh7777
« 1 2 3 4 5 67 8 9 10 11 ... 50 »