自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Fitzwilliam的专栏

Losers always whine about their best; Winners go home and fuck the prom queen.

  • 博客(9)
  • 资源 (5)
  • 收藏
  • 关注

转载 [转载]ASP 编程20个应用例子

1.如何用Asp判断你的网站的虚拟物理路径 答:使用Mappath方法 The Physical path to this virtual website is: 2.我如何知道使用者所用的浏览器? 答:使用the Request object方法 strBrowser=Request.ServerVariables("HTTP_USER_AGENT") If Instr(strBrow

2006-12-25 15:07:00 921

转载 [转载]ASP 中常用函数(备查)

1,登录验证函数 Function chk_regist(requestname,requestpwd,tablename,namefield,pwdfield,reurl) dim cn_name,cn_pwd cn_name=trim(request.form(""&requestname&"")) cn_pwd=trim(request.form(""&requestpwd&"")) if

2006-12-25 15:04:00 1228

原创 [Source Code]文件过滤

package com.mytest;import java.io.File;import java.io.FileFilter;import java.io.FilenameFilter; public class Test {    public static void main( String[] args ) {        File dir = new File(Syste

2006-12-25 11:50:00 885

原创 [读书笔记]about Stream

 The main reason for using a stream as the basis for input and output operations is to make your program code for these operations independent of the device involved. This has two advantages. First,

2006-12-21 15:25:00 788

原创 [读书笔记]about Exceptions

  Ø        Exceptions identify errors that arise in your program.Ø        Exceptions are objects of subclasses of the Throwable class.Ø        Java includes a set of standard exceptions that may

2006-12-20 14:05:00 747

原创 [ --> C Language<-- ] 随机数链表排序

// Test.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include #include #include #include struct node{ int key; node *next;};void printChain(node *head){ node *p

2006-12-18 13:36:00 1097

原创 [ --> C Language<-- ] employee信息添加,删除,列表的示例程序

// Test.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include #include #include typedef struct { int empno; char * empname; char * gender;}Data_t;struct Node_t{

2006-12-15 17:53:00 1099

原创 [ --> C Language<-- ] 不同的C编译器差别够大的

// Test.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include #include #include void main(){ char src[]="source"; char tar[3]; printf("sizeof(tar)=%d/n",sizeof(

2006-12-14 10:23:00 958

原创 [ --> C Language<-- ] 产生随机数矩阵并排序

TODO: 将一个5*5的矩阵中最大的元素放在中心,四个角分别放四个最小的元素(顺序从左到右,从上到下顺序依次从小到大存放),写一个函数实现之。用main函数调用。例如:原来矩阵:35  34  33  32  3130  29  28  27  2625  24  23  22  2120  19  18  17  1615  14

2006-12-13 09:38:00 1261

ext sample

example for extjs and instances for it os that

2011-08-22

Packt.Publishing.EJB.3.Developer.Guide.May.2008

Packt.Publishing.EJB.3.Developer.Guide.May.2008

2011-07-12

Manning.EJB.3.0.in.Action

Manning.EJB.3.0.in.Action.pdf

2011-07-12

Apress.Pro.EJB.3.Java.Persistence.API.May.2006

Apress.Pro.EJB.3.Java.Persistence.API.May.2006.pdf

2011-07-12

Apress.Beginning.EJB.3.Application.Development.Sep.2006

Apress.Beginning.EJB.3.Application.Development.Sep.2006

2011-07-12

空空如也

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

TA关注的人

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