All operations:C-x v + vc-updateC-x v = vc-diffC-x v D vc-root-diffC-x v I vc-log-incomingC-x v L vc-print-roo...
分类:
其他好文 时间:
2014-07-16 19:35:18
阅读次数:
233
1.管理文件和目录的命令:(1)pwd:print working directory(打印工作目录),输入pwd时,就是要求linux系统显示当前位置。(2)cd命令:cd命令用来改变所在目录。总是返回到当前的主目录。如果需要转换到其他目录,则需要一个路径名。[绝对路径与相对路径的区别:如果一个路...
分类:
系统相关 时间:
2014-07-16 17:56:32
阅读次数:
251
一、创建语法:ln [options] existingfile newfileln [options] existingfile-list directory用-s 创建软链接,不用-s创建硬链接。-f 建立时,将同档案名删除.-i 删除前进行询问.二、比较硬链接不创建新的文件,只是创建源文件的一...
分类:
系统相关 时间:
2014-07-16 00:20:45
阅读次数:
265
添加RequireJS假定在你的项目中,将所有JavaScript文件放在“scripts”目录中。例如,如果你的项目中有一个project.html页面,并且还有一些脚本,目录布局如下:project-directory/ project.html scripts/ main.js ...
分类:
Web程序 时间:
2014-07-14 22:51:13
阅读次数:
351
使用关键点:ReflectionClass
class Rbac extends MY_Controller
{
public function index()
{
$arr = glob( __DIR__ .DIRECTORY_SEPARATOR. '*.php');
// $arr = glob(dirname(__DIR__) . ...
分类:
Web程序 时间:
2014-07-14 18:36:44
阅读次数:
307
Doc ID 428681.1Applies to: Oracle Database - Enterprise Edition - Version 10.2.0.1 to 11.2.0.1.0 [Release 10.2 to 11.2]Information in this document applies to any platform.GoalThe goal of this note i...
分类:
其他好文 时间:
2014-07-14 18:12:01
阅读次数:
343
FIELD OF THE DISCLOSUREThe subject matter of the present disclosure relates to a framework for handling graphics animation and compositing operations ...
分类:
其他好文 时间:
2014-07-13 19:19:20
阅读次数:
351
1.“Cannot connect creator comm socket /tmp/qt_temp.u14973/stub-socket: No such file or directory ”的解决方法
2.”ptrace 不允许的操作“的解决方法...
分类:
其他好文 时间:
2014-07-12 23:20:51
阅读次数:
709
用一个台老ITouch进行真机调试时,xcode无法认到,换不同版本的xcode也不行,且在organizer中提示No such file or directory, at ‘/SourceCache/DVTiOSFrameworks/DVTiOSFrameworks-5053/DTDeviceKitBase/DTDeviceKitBase_Utilities.m:1572’...
分类:
其他好文 时间:
2014-07-12 22:28:03
阅读次数:
336
ERROR namenode.NameNode: java.io.IOException: Cannot lock storage /tmp/hadoop-root/dfs/name. The directory is already locked....
分类:
其他好文 时间:
2014-07-11 00:23:43
阅读次数:
362