码迷,mamicode.com
首页 >  
搜索关键字:lock file    ( 64335个结果
Hdu 4493
题目链接注意四舍五入,保留到小数点后两位(如果存在的话)。附上代码: 1 /************************************************************************* 2 > File Name: 4493.cpp 3 > Au...
分类:其他好文   时间:2014-05-23 09:13:12    阅读次数:207
Hdu 4496
题目链接并查集简单题,赛前复习 :.....附上代码: 1 /************************************************************************* 2 > File Name: 4496.cpp 3 > Author: S...
分类:其他好文   时间:2014-05-23 08:59:34    阅读次数:283
改变VC生成exe图标
默认 VC 生成的 EXE 文件的图标很大众,可以根据以下办法修改 exe 的图标。以 Visual C++ 6.0 为例:1. 创建项目,添加代码,并且保证项目可以正常编译。2. 为项目增加资源文件:点菜单:File -> New...,选择 Files 中的 Resource Script,并在...
分类:其他好文   时间:2014-05-23 08:55:35    阅读次数:271
eclipse code style template
/** * @return the ${bare_field_name} *//** * @param ${param} the ${bare_field_name} to set *//** * ${tags} *//** * 项目名称:${project_name} * 文件名称:${file_...
分类:系统相关   时间:2014-05-22 04:52:37    阅读次数:302
UTL_FILE 的用法
UTL_FILE 的用法UTL_FILE 是用来进行文件IO处理的专用包,使用这外包的注意事项如下:1. 生成的文件好象只能放置在DATABASE所在的服务器路径中.2. 生成的文件如何DOWNLOAD到本地来,还有待研究.Coding步骤:1. 注册文件输出路径 Create directory ...
分类:其他好文   时间:2014-05-22 04:41:00    阅读次数:206
Mail
1.set in /etc/Muttrc file these setings:set realname="Ashok Kumar"set from="Ashok.Kumar@unknown.domain"set use_from=yes2. use exportexport EMAIL=sende...
分类:其他好文   时间:2014-05-22 03:41:17    阅读次数:214
Python编辑器IDLE傻瓜入门
转自:http://bbs.csdn.net/topics/390451617下载python进行安装,默认自带此工具开始->程序->Python 2.*/3.*-> IDLE (Python GUI)如此就打开了Python Shell->File->New window(Ctrl+N)就出现了p...
分类:编程语言   时间:2014-05-22 03:05:37    阅读次数:291
Linux文件类型与扩展名
Linux文件类型和Linux文件的文件名所代表的意义是两个不同的概念。我们通过一般应用程序而创建的比如file.txt、file.tar.gz,这些文件虽然要用不同的程序来打开,但放在Linux文件类型中衡量的话,大多是常规文件(也被称为普通文件)。一.文件类型Linux文件类型常见的有:普通文件...
分类:系统相关   时间:2014-05-22 02:55:36    阅读次数:446
cpp_namespace
usingandusing namespacehave validity only in the same block in which they are stated or in the entire source code file if they are used directly in th...
分类:其他好文   时间:2014-05-22 02:08:48    阅读次数:268
User is not in the sudoers file. This incident will be reported
On using the sudo command if we see the errorThis means that the user as whom we have logged in and are trying to run the command "sudo" does not have...
分类:其他好文   时间:2014-05-22 00:57:35    阅读次数:272
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!