码迷,mamicode.com
首页 >  
搜索关键字:create file    ( 79755个结果
SQL 数据插入、删除 大数据
--测试表CREATE TABLE [dbo].[Employee] ( [EmployeeNo] INT PRIMARY KEY, [EmployeeName] [nvarchar](50) NULL, [CreateUser] [nvarchar](50) NULL, [...
分类:数据库   时间:2014-05-10 19:23:09    阅读次数:451
<C#>Dropbox APIs
第一步,激活Drive API首先,申请Dropbox的帐号;其次,在Dropbox for Developers上获得开发所需的App Key和App Sercet。1、登录Dropbox for Developers网站;2、点击App Console选项,选择Create app;3、点击Se...
分类:Windows程序   时间:2014-05-10 19:16:25    阅读次数:544
INNO SETUP 5.5.0以上版本中文语言包
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
九度 1106
#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
九度 1108
#include #include #include using namespace std; #ifdef ONLINE_JUDGE #define FINPUT(file) 0 #define FOUTPUT(file) 0 #else...
分类:其他好文   时间:2014-05-10 04:48:25    阅读次数:287
java zip压缩和解压(支持中文)
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
将IP表存入SQL里的程序
将IP表存入SQL里的程序 写得比较粗糙,还有一点错误,不过能达到效果,请大家测试  create.asp  -----------------------------------------------------------------------  'Option Explicit  Server.Scripttimeout = 1000  On Error Resume N...
分类:数据库   时间:2014-05-10 04:22:32    阅读次数:563
系统启动时出现 An error occurred during the file system check.
系统配置的yum源是163的镜像站,本来想用lsb_release命令查看一下系统的版本等信息,结果显示没有此命令,那就安装其相关软件包吧,用yum-yinstallredhat-lsb相依属性列出了40个软件包,本来没想安装这么多,愣了个神还没有按y键呢系统自己就莫名其妙又继续了,继续就继续吧,..
分类:其他好文   时间:2014-05-10 04:01:38    阅读次数:649
Linux C实现文件传输
//////////////////////////////////////////////////////////////////////////////////////  // file_server.c  文件传输顺序服务器示例  //////////////////////////////////////////////////////////////////////...
分类:系统相关   时间:2014-05-10 03:51:59    阅读次数:358
九度 1101
#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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!