一、前言git add命令主要用于把我们要提交的文件的信息添加到索引库中。当我们使用git commit时,git将依据索引库中的内容来进行文件的提交。二、基本git add表示 add to index only files created or modified and not those de...
分类:
其他好文 时间:
2014-07-03 10:22:49
阅读次数:
218
问题: 当我们在安装CAD过程中,任何系统(Windows7、Windows2003、WindowsXP均适用)有时候会出现“CAD 出现致命错误 UNABLE TO LOAD ACDB RESOURCR FILE”和“无法启动此程序,因为计算机中丢失ac1st16.dll、acdb16.dll、....
分类:
其他好文 时间:
2014-07-03 00:05:20
阅读次数:
369
:g/^$/d:g will execute a command on lines which match a regex. The regex is 'blank line' and the command is :d (delete)g 会执行一个正则表达式的命令,能删除文本里面的空行。
分类:
其他好文 时间:
2014-07-02 14:30:51
阅读次数:
282
很奇怪百度搜索都搜不到一个好的uboot下载的说明,仅此标记
HOME
http://www.denx.de/wiki/U-Boot/SourceCode
sourcecode
http://www.denx.de/wiki/U-Boot/SourceCode
git
http://git.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=s...
分类:
其他好文 时间:
2014-07-02 08:07:48
阅读次数:
479
在使用qemu创建虚拟机的过程中是无法指定IP地址的,可是在实际应用中,我们是需要虚拟机拥有IP地址的,并且不是人为去虚拟机操作系统上配置。在qemu虚拟机技术文档(http://qemu.weilnetz.de/qemu-doc.html#pcsys_005fmonitor)里捣鼓了好久,发现在给虚拟机创建虚拟网卡时可以指定MAC地址,顿时眼前大亮:如果可以给一个虚拟机网卡唯一指定一个MAC地址...
分类:
其他好文 时间:
2014-07-02 07:27:14
阅读次数:
1429
题目
Given a linked list, return the node where the cycle begins. If there is no cycle, return null.
Follow up:
Can you solve it without using extra space?
方法
public ListNode de...
分类:
其他好文 时间:
2014-07-01 11:30:58
阅读次数:
200
在调试开发WP软件的时候,又出现了这样的错误。错误的原因是因为需要在 SDK 中注册你的手机。下面是3个必须条件:1首先必须确定你已经安装了WP SDK7.1或是 8.02 你必须有MS Live ID3 手机最好连接 WIFI 或是 具有通畅的网络连接。然后 搜索:Windows Phone De...
分类:
其他好文 时间:
2014-07-01 10:26:54
阅读次数:
210
SDK和ADT为22.6.2版本
工程为4.4.2
新建了一个工程 ,代码编写好后并没有报错,在安装支持后报出如下错误:
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.silence.jsonutil/com.silence.jsonutil.MainActivity}: ...
分类:
编程语言 时间:
2014-07-01 08:05:46
阅读次数:
294
1、错误描述
java.sql.SQLException: ORA-0064:error occurred at recursive SQL level 1.
ORA-06153:unable to extend table SYS.AUD$ by 8192 in tablespace SYSTEM.
ORA-02002:error while writing to audit trail.
O...
分类:
数据库 时间:
2014-07-01 08:01:47
阅读次数:
463
Note: It may need root user permissions to execute following commands.
(1) Install needed packages
yum install mod_dav_svn subversionIn my PC, packages that were installed are
Note: if you are goi...
分类:
其他好文 时间:
2014-07-01 06:38:19
阅读次数:
397