A patch captures the changes of two different files (oldfile and newfile). Given the oldfile and the patch, one can use the patch program to create th...
分类:
其他好文 时间:
2014-09-03 03:52:15
阅读次数:
252
通常我们安装Oracle数据库软件,都是用OUI图形界面来完成的,但有些Unix/Linux系统中并未安装图形系统,也就无法使用图形界面来安装Oracle的产品了,对于这种场景,就只能采用静默方式来安装了,Oracle提供了这种silent方式,主要是通过配置响应文件rsp来完成的。
1.静默安装10.2.0.1数据库软件
--解压安装包
[oracle@prod u01]$...
分类:
数据库 时间:
2014-08-30 01:17:49
阅读次数:
322
常用设置:
1.Tab不用4个空格
Code Style->Java->Tabs and Indents->Use tab character
Code Style->General->Use tab character (例如:版本控制Diff界面按下Tab)
2.可视化Tab和空格
Settings->IDE Settings->Editor->A...
分类:
移动开发 时间:
2014-08-29 22:41:28
阅读次数:
374
http://wiki.openwrt.org/doc/devel/patchesWorking with patchesOpenWrt Buildroot integrates quilt for easy patch management. This document outlines some...
分类:
其他好文 时间:
2014-08-29 09:23:47
阅读次数:
308
1、Git详细介绍一.Git的诞生Linus虽然创建了Linux,但Linux的壮大是靠全世界热心的志愿者参与的,这么多人在世界各地为Linux编写代码,那Linux的代码是如何管理的呢?事实是,在2002年以前,世界各地的志愿者把源代码文件通过diff的方式发给Linus,然后由Linus本人通过...
安装qmail的补丁了#cd/var/src/netqmail-1.05/netqmail-1.05#bunzip2-c
../../tar/qmail-toaster-0.8.patch.bz2|patch-p0#makeclean#make出现如下错误:./compile
tls.ctls.c:12:error:conflicting
typesfor??strerror??/usr/include/string.h:256:error:previous
declarationof..
分类:
其他好文 时间:
2014-08-27 02:47:27
阅读次数:
214
我们先不谈AOP编程,先从duck punch编程谈起。如果你去wikipedia中查找duck punch,你查阅到的应该是monkey patch这个词条。根据解释,Monkey patch这个词来源于guerrilla patch,意为在运行中悄悄的改变代码,而guerrilla这个词与gor...
分类:
编程语言 时间:
2014-08-26 22:41:06
阅读次数:
381
ls1.作用ls命令用于显示目录内容,类似DOS下的dir命令,它的使用权限是所有用户。2.格式ls[options][filename]3.options主要参数-a,--all:不隐藏任何以“.”字符开始的项目。-A,--almost-all:列出除了“.”及“..”以外的任何项目。--author:印出每个文件著作者。..
分类:
系统相关 时间:
2014-08-25 17:16:05
阅读次数:
295
I found an issue in WIX extension implementation.
Some WIX extension tags write rows to CreateFolder table, e.g.
, , . As the official MSI document says, a patch can be
Not uninstallable if it co...
分类:
其他好文 时间:
2014-08-22 13:02:38
阅读次数:
224
FOTA差分升级的时候有个retouch_binaries操作,我这里到了这一句就卡住了,等待的圈圈能转几天也不见完。后来发觉乱捅几下居然完了。找到一个解决此问题的patch,发现是将/dev/random修改成了/dev/urandomdiff --git a/updater/install.c ...
分类:
其他好文 时间:
2014-08-21 14:37:44
阅读次数:
324