码迷,mamicode.com
首页 >  
搜索关键字:awk cannot open etcn    ( 33858个结果
NPOI技术,
using(FileStream stream=new FileStream("C:\Users\XXXXXX\Desktop\1.xls",FileMode.Open)) { HSSFWorkbook workbook=new HSSF...
分类:其他好文   时间:2014-05-01 12:43:07    阅读次数:366
xdg-open 打开“irc:*”链接
用于打开chrome浏览器中的"irc://*"#cp /usr/share/applications/xchat.desktop /home/zsj/.local/share/applications/irc.desktop#xdg-mime default irc.desktop x-schem...
分类:其他好文   时间:2014-05-01 11:16:02    阅读次数:617
ORA-15025: could not open disk 处理
刚才下班回家的路上,接到客户的电话:"回家了吗?我们这边的一套RAC库有个节点有问题哦,一直刷异常,一下子就把磁盘弄满了,我现在停掉了那个节点了。从日志上看好像跟权限有关,现在还有个实例跑着,暂时不影响业务。一会你帮看看?“ 回到家以后,通过QQ客户传来日志过来,一直刷的异常如下: ...
分类:其他好文   时间:2014-05-01 09:30:43    阅读次数:487
ACM-BFS之Open the Lock——hdu1195
ACM BFS Open the Lock hdu1195 暴力广度优先搜索...
分类:其他好文   时间:2014-04-29 13:48:20    阅读次数:360
ACM-BFS之Open the Lock——hdu1195(双向BFS)
ACM BFS Open the Lock hdu1195 双向BFS...
分类:其他好文   时间:2014-04-29 13:35:21    阅读次数:359
VM启动报错Cannot open the disk,Failed to lock the file
在windows下运行VMware创建的虚拟机时出错,无法运行。 错误提示大概为: Failed to lock the file Cannot open the disk 'D:\Windows Server 2008 R2 x64.vmdk' or one of the snapshot disks it depends on. 解决方法:        把虚拟机文件夹里【.lck】...
分类:其他好文   时间:2014-04-29 13:28:21    阅读次数:366
paip.utf-8,unicode编码的本质输出unicode文件原理 python
paip.utf-8,unicode编码的本质输出unicode文件原理 python      #别的语言,java php都是unicode,走十python不一样.    #enddef  #todo write to unicode encode fileHandle = open ( r"c:\fmtSmpEnRst.txt", 'w',encoding="UTF-16"...
分类:编程语言   时间:2014-04-28 10:28:42    阅读次数:374
checking for SSL headers... configure: error: Cannot find ssl headers
" checking for SSL headers... configure: error: Cannot find ssl headers"        原因是缺少openssl-devel,安装这个库就可以解决问题。 yum -y install openssl-devel...
分类:其他好文   时间:2014-04-27 21:32:05    阅读次数:283
[2012山东ACM省赛] Fruit Ninja II (三重积分,椭球体积)
解题思路: 高数上的三重积分。注意:PI的精度要大些,一开始用的3.1415926通不过,精度太小,后来百度3.1415926535898。还有浮点数的除法记得*1.0。 题目中的oc = ob这条信息特别关键。 代码: #include #include #include #include using namespace std; #define pi 3.1415...
分类:其他好文   时间:2014-04-27 21:18:00    阅读次数:387
java Annotation原理
Annotations are one of the fundamental language changes introduced in Java SE5. They provide information that you need to fully describe your program, but that cannot be expressed in Java. Thus, anno...
分类:编程语言   时间:2014-04-27 21:14:59    阅读次数:431
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!