码迷,mamicode.com
首页 >  
搜索关键字:file path    ( 77533个结果
cobbler常见问题
http://@@http_server@@/cblr/links/CentOS-6.4-x86_64cobbler cblr/svc四、配置文件 cobbler有许多的配置文件,但是只有少部分基本功能需要修改。 Settings File Modules Configuration Cobbl.....
分类:其他好文   时间:2014-05-07 17:15:11    阅读次数:326
HttpWebRequest / HttpWebResponse 远程获取文件信息
HttpWebRequest myReq = (HttpWebRequest)WebRequest.Create(path+filename); //创建一个请求(获得需要的文件信息) HttpWebResponse myRes = (HttpWebResponse)myReq.GetRe...
分类:Web程序   时间:2014-05-07 17:00:11    阅读次数:270
MySQL架构组成之物理文件组成
一、日志文件 1、错误日志:Error Log   内容:MyQL Server 运行过程中所有较为严重的警告和错误信息,以及MySQL Server 每次启动和关闭的详细信息。   路径:默认存放位置在数据目录下   名称:默认文件名以hostname.err 命名   修改:“--log-error[=file_name]”,修改其存放目录和文件名   扩展:FLUSH LOGS...
分类:数据库   时间:2014-05-07 15:06:24    阅读次数:509
SVN :This XML file does not appear to have any style information associated with it.
SVN :This XML file does not appear to have any style information associated with it. The document tree is shown below.地址输入错误。尼玛。。。
分类:移动开发   时间:2014-05-07 15:01:54    阅读次数:1113
截取运行模块地址
std::string GetFilePath() { char exepath[MAX_PATH];std::string strdir,tmpdir;memset(exepath,0,MAX_PATH); GetModuleFileName(NULL,exepath,MAX_PATH); tmp...
分类:其他好文   时间:2014-05-07 14:59:14    阅读次数:240
linux stat函数详解
linux stat函数详解 表头文件: #include #include 定义函数: int stat(const char *file_name, struct stat *buf);函数说明: 通过文件名filename获取文件信息,并保存在bu...
分类:系统相关   时间:2014-05-07 14:17:12    阅读次数:541
oracle的exp、imp命令
1、EXP 1 a>完全模式 full=y 2 3 EXP USER/PASSWORD@DB (AS ROLE) BUFFER=64000 FILE=C:\FULL.DMP FULL=Y 4 5 b>用户模式 owner=user 6 7 EXP USER/PASSWO...
分类:数据库   时间:2014-05-07 13:53:41    阅读次数:392
eclipse生成uml
安装eclipse插件在help->Install new software里面add有本地和网络两种1.ModelGoon该插件需要在file中newModelGoon Diagrams新建文件,然后把要生成的文件拖进去,还不支持文件夹拖放,不太方便;同时他只能生成类成员,如果是静态的就无法显示了...
分类:系统相关   时间:2014-05-07 13:22:13    阅读次数:435
POJ2288:Islands and Bridges(状态压缩)
Description Given a map of islands and bridges that connect these islands, a Hamilton path, as we all know, is a path along the bridges such that it visits each island exactly once. On our map, there...
分类:其他好文   时间:2014-05-07 13:04:35    阅读次数:402
《linux 内核完全剖析》sched.c sched.h 代码分析笔记
首先上header file #ifndef _SCHED_H #define _SCHED_H #define HZ 100 #define NR_TASKS 64 #define TASK_SIZE 0x04000000 #define LIBRARY_SIZE 0x00400000 #if (TASK_SIZE & 0x3fffff) #error "TASK_...
分类:系统相关   时间:2014-05-07 11:56:55    阅读次数:662
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!