下面是备份系统的方法:然后打开终端,输入以下命令:1、成为根用户: sudo su2、转到根目录: cd /然後,下面就是我用来备份我的系统的完整的命令:tar -cvpzf /media/sda7/backup.tgz --exclude=/proc --exclude=/lost+found -...
分类:
其他好文 时间:
2014-07-16 22:51:00
阅读次数:
186
stackoverflow用户对添加libxml2库表现出了极大的抱怨 ,原因在要把它好好地添加进去实在是太复杂了。我就是因为出现了'libxml/tree.h file not found’错误,才发现的这篇贴子,照着做,错误就消除了,备注如下:原始地址:http://stackoverflow....
分类:
其他好文 时间:
2014-07-16 22:50:33
阅读次数:
218
问题:No JVM installation found. Please install a 64-bit JDK. If you already have a JDK installed, define a JAVA_HOME variable in Computer > System Prope...
分类:
移动开发 时间:
2014-07-16 21:39:23
阅读次数:
261
1.递归删除指定目录下的 .git、.svn 文件find . -name .git | xargs rm -frfind . -name .svn | xargs rm -rf第一条倒还不常用,因为用 git 做版本管理的时候,只在根目录下生成一个 .git 目录,删掉这一个就行了~因此,删除 ....
分类:
其他好文 时间:
2014-07-16 19:55:02
阅读次数:
182
定义和用法encodeURI() 函数可把字符串作为 URI 进行编码。[通用资源标识符(Uniform Resource Identifier, 简称"URI")]语法encodeURI(URIstring)参数描述URIstring必需。一个字符串,含有 URI 或其他要编码的文本。返回值URI...
分类:
其他好文 时间:
2014-07-11 18:27:37
阅读次数:
190
解决以下错误:*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'unable to dequeue a cell with identifier Cell - must...
分类:
其他好文 时间:
2014-07-11 18:09:09
阅读次数:
206
Search Insert PositionGiven a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if ...
分类:
其他好文 时间:
2014-07-11 09:09:33
阅读次数:
211
真机调试过程中弹出这个问题,网上找到的解决办法,记录一下。
。。。。
弄完这些步骤之后,上面多出一个 IOS disturbution。所以出现这个问题的原因应该是设置的证书没有刷新到本地所致。...
分类:
其他好文 时间:
2014-07-10 23:30:07
阅读次数:
245
directory not found for option...
分类:
其他好文 时间:
2014-07-10 21:51:35
阅读次数:
196
先在Mac OS的终端查询下本机是否已安装LuaLast login: Thu Jul 10 07:54:48 on ttys000keshans-Mac-mini:~ keshan$ lua-bash: lua: command not found 2. 如果没有(如上)的话去Lua的官方网站下....
分类:
其他好文 时间:
2014-07-10 15:50:08
阅读次数:
173