1 ; *** Inno Setup version 5.5.0+ Chinese messages
*** 2 ; 3 ; To download user-contributed translations of this file, go to: 4 ;
http://www.jrso...
分类:
其他好文 时间:
2014-05-10 18:55:59
阅读次数:
614
datetime dtsetnull(dt)dwo.object.date[1]=dt
分类:
其他好文 时间:
2014-05-10 10:51:48
阅读次数:
202
#include
#include
#include
using namespace std;
#ifdef ONLINE_JUDGE
#define FINPUT(file) 0
#define FOUTPUT(file) 0
#else ...
分类:
其他好文 时间:
2014-05-10 08:58:45
阅读次数:
281
关
组件:"Adodb.Stream"
有下列方法:
Cancel 方法
使用方法如下
Object.Cancel
说明:取消执行挂起的异步 Execute 或 Open 方法的调用。
Close 方法
使用方法如下
Object.Close
:关闭对像
CopyTo 方法
使用方法如下
Object.CopyTo(destStream,[Char...
分类:
数据库 时间:
2014-05-10 04:49:52
阅读次数:
370
package com.xeon.mis.utils;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java....
分类:
编程语言 时间:
2014-05-10 04:24:29
阅读次数:
331
asp.net上传图片并同时生成缩略图
Sub UploadFile(sender As Object, e As EventArgs)
If FileUp.PostedFile.ContentLength = 0 Then
FileInfo.Visible = False
Exit Sub
Else
FileInfo.Visible = True
FDisplay1...
分类:
Web程序 时间:
2014-05-10 04:19:36
阅读次数:
372
系统配置的yum源是163的镜像站,本来想用lsb_release命令查看一下系统的版本等信息,结果显示没有此命令,那就安装其相关软件包吧,用yum-yinstallredhat-lsb相依属性列出了40个软件包,本来没想安装这么多,愣了个神还没有按y键呢系统自己就莫名其妙又继续了,继续就继续吧,..
分类:
其他好文 时间:
2014-05-10 04:01:38
阅读次数:
649
//////////////////////////////////////////////////////////////////////////////////////
//
file_server.c 文件传输顺序服务器示例
//////////////////////////////////////////////////////////////////////...
分类:
系统相关 时间:
2014-05-10 03:51:59
阅读次数:
358
#include
#ifdef ONLINE_JUDGE
#define FINPUT(file) 0
#define FOUTPUT(file) 0
#else
#define FINPUT(file) freopen(fi...
分类:
其他好文 时间:
2014-05-10 03:38:02
阅读次数:
270
">
cs文件:
protected void Page_Load(object sender, EventArgs e)
...
分类:
其他好文 时间:
2014-05-10 03:30:25
阅读次数:
211