自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(12)
  • 收藏
  • 关注

原创 js功课

下周可能会有一个JavaScript的笔试,这两天做些功课吧! 1. 过滤数组中重复元素, 并降序排列   Array.prototype.xx = function (x) {        if (x != undefined) {            var p = [];            for (var i = x + 1; i                 if

2010-05-22 19:59:00 334

原创 深圳招调工考试报名地址

http://61.144.253.85/GKBWebOut/e-business/labor2005.jsp 

2007-06-12 17:32:00 1003

原创 VB 数据排序

Public Sub SortArray(pArray, Optional Col As Integer = -1)    Dim i As Integer, j As Integer    Dim temp    Dim m As Integer        If Col         For i = LBound(pArray) To UBound(pArray) - 1         

2007-02-08 18:18:00 1509

转载 一个关于委托的例子(排序)

Public Class frmDelegate    Inherits System.Windows.Forms.Form#Region " Windows Form Designer generated code "    Public Sub New()        MyBase.New()        This call is required by the Window

2005-11-29 18:20:00 856

转载 一个关于委托事件的例子(计时器)

Public Class Form1    Inherits System.Windows.Forms.Form#Region " Windows 窗体设计器生成的代码 "    Public Sub New()        MyBase.New()        该调用是 Windows 窗体设计器所必需的。        InitializeComponent()     

2005-11-29 00:15:00 864

原创 VB与API

VB 与 Windows API 讲座(四)VB 无解问题与 API 的解决方案  王国荣上一期介绍 Windows 的讯息系统, 对有些读者来说可能比较艰涩(或者说比较无趣),这是笔者想极力避免却又无法避免的事情, 毕竟讯息的观念在 Windows API 的程式设计中是不可或缺的,以本期所提出的 15 则问题, 就有 2 则的解决方案与讯息有关系。除了讯息的应用之外,由於本期预定刊载於 Run

2005-04-08 10:37:00 1352

原创 Deploying a Windows Application

This walkthrough demonstrates the process of creating an installer for a Windows application that launches Notepad. In this walkthrough, you will create the Windows application, then create an install

2005-03-30 11:42:00 978

原创 XPATH中一些有用的函数

string concat(string, string, string*)  联接两个字符串  boolean starts-with(string, string)  判断某字符串是否以另一字符串开头  boolean contains(string, string)  判断某字符串是否包含另一字符串  string substring(string, number, number)  取子字

2005-03-17 09:41:00 744

原创 自定义控件

Public Class UserControlMultiListBox    Inherits System.Windows.Forms.UserControl#Region " Windows Form Designer generated code "    Public Sub New()        MyBase.New()        This call is required

2005-03-16 18:56:00 651

原创 常用小技巧

-- 改变地址栏中的图标

2005-03-16 18:38:00 533

转载 在Visual Basic编程中运用数据结构

 在Visual Basic编程中运用数据结构章新苏  (江苏省水利科学研究所材料结构室)摘要:本文讨论了在VB编程中利用数组和自定义数据类型构造链表、栈和队列等数据结构的方法。关键词:Visual Basic,数据结构1.引言     Basic语言拥有较高的普及率,同时在Windows操作系统中Visual Basic以功能强、代码量小,容易上手和所见即所得的可视化

2005-02-21 17:11:00 1411

转载 关于三层结构的描述

第一篇:转贴:终于试验成功了!我在原本只有win2000 professional 的机器上又安装了一个win2000 server,并将其配置成主域控制器,然后在另一台win98机器上用Administrator登录,启动VB,写个小程序试了一下,OK!为避免大家继续在黑暗中摸索,我现将试验用的具体例子及步骤详述如下(一个最简单的例子):1、在win2000 server机器上用VB(+

2005-02-21 17:07:00 903

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除