码迷,mamicode.com
首页 >  
搜索关键字:no such file or dire    ( 51119个结果
[Android_Bug]处理PhoneGap Application Error: "The connection to the server was unsuccessful.(file:///android_asset/www/index.html)"的错误
android 在log中提示TimeOut Error后,应用程序弹出application errorthe connection to the server was unsuccessful 的错误的处理方法:第一步找到项目中res/xml目录下的config.xml,把你的外网的域名地址添加...
分类:移动开发   时间:2014-06-02 22:24:37    阅读次数:361
Jindent——让intellij idea 像eclipse一样生成模版化的javadoc注释
插件地址http://plugins.jetbrains.com/plugin/2170?pr=idea安装方法参考http://www.cnblogs.com/nova-/p/3535636.html安装完成后File>Settings>Jindent-Source Code Formatter这...
分类:编程语言   时间:2014-06-02 20:52:22    阅读次数:312
Linux_shell脚本_遍历文件夹下所有文件
参考:lunar1983的专栏 实现:从给定目录树中grep出含制定字符串的行,并给出所在路径 代码如下所示: #!/bin/sh -if [ $# -ne 2 ] then echo "usage traverse " exitfi{function ergodic(){for file in `...
分类:系统相关   时间:2014-06-02 17:31:29    阅读次数:395
How to change drive in cygwin
In DOS you may have been used to D: to change to the D drive. Cygwin provides a mapping of DOS/Windows drives to the unix file system by mapping or mo...
分类:Windows程序   时间:2014-06-02 17:18:02    阅读次数:408
ORA-09925 Linux-x86_64 Error: 2: No such file or directory
ORA-09925Linux-x86_64Error:2:Nosuchfileordirectory [javascript]viewplaincopy DBCA***数据库所有实例后,本想用RMANduplicate方式克隆DB,因此在$ORACLE_BASE目录下创建了相关的目录admin/dupl/adump,admin/dupl/dpump 在使用sqlplus正常连接空闲实例,手贱却执行了start..
分类:系统相关   时间:2014-06-02 14:51:48    阅读次数:410
Learning, step by step
Maveninstallartifactmvninstall:install-file-DgroupId=gemfire-DartifactId=gemfire-Dversion=6.0.1-Dpackaging=jar-Dfile=F:\gemfire-6.0.1.jarDefineaEnumtypepublicenumUserInfoCacheTypeE{ ACTIVE("ACTIVE"),NOT_ACTIVE("NOTACTIVE"); privateStringdescription; User..
分类:其他好文   时间:2014-06-01 16:43:28    阅读次数:228
ffprobe使用详解
目录 1. 语法 2. 描述 3. 选项 3.1 流指示符 3.2 通用选项 3.3 音视频选项 3.4 主选项 4. 写入器 4.1 默认值 4.2 compact, csv 4.3 flat 4.4 ini 4.5 json 4.6 xml 5. Timecode 1. 语法   ffprobe [options] [‘input_file’] 2....
分类:其他好文   时间:2014-06-01 15:28:22    阅读次数:672
怎样把文件放在图片中
原文:http://www.pixelstech.net/article/1347582974-Hide-a-file-in-a-picture亲自试了一下,果然如果文章说的一样,所以翻译了一下。    有时候如果你想要隐藏您的计算机中的某些重要文件,不希望其他人看到,你是怎么做到的?找一个专业的工具吗?对于一些文件夹设置密码吗?更改文件属性为隐藏吗?他们是可能的但可能不太方便或如此安全。在这里我...
分类:其他好文   时间:2014-06-01 14:53:32    阅读次数:223
如何将文件隐藏在图片中
原文来自:http://www.pixelstech.net/article/1347582974-Hide-a-file-in-a-picture 本文来自:http://blog.csdn.net/svitter 有时你想在电脑中隐藏一些重要的不想让别人看见的文件,那么你应该怎么做? 去寻找一个专业的工具?为文件夹设立密码?将文件属性设置为“隐藏”? 以上方法都是可行的,但是他们不够方...
分类:其他好文   时间:2014-06-01 14:48:05    阅读次数:220
多线程下载,以及断点的实现
import java.io.File; import java.io.InputStream; import java.io.RandomAccessFile; import java.net.HttpURLConnection; import java.net.URL; import javax.imageio.stream.FileImageInputStream; /** * 多线程...
分类:编程语言   时间:2014-06-01 09:54:13    阅读次数:346
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!