Sometime, we need to open a file or buffer which name began with current word in emacs.
Here I give the solution as follows.
(provide 'quick-file-jump)
(defun ab/quick-buffer-jump ()
"Quickly jum...
分类:
其他好文 时间:
2014-05-15 15:02:20
阅读次数:
373
安装准备,安装依赖包。
yum install gcc
yum install make
yum install openssl-devel
yum install pcre-devel 下载Httpd 2.4.9
http://httpd.apache.org/download.cgi
下载Apr和Apr-util包
http://apr.apache.org/download...
分类:
其他好文 时间:
2014-05-15 06:59:18
阅读次数:
280
CentOS 6.3(Linux version 2.6.32-279.el6.x86_64)
gcc (GCC) 4.4.6 20120305 (Red Hat 4.4.6-4)
本次配置
Nginx 1.5.8
Apache 2.4.7
php 5.3.26
FASTCGI...
分类:
编程语言 时间:
2014-05-15 05:52:51
阅读次数:
421
Shark0.9.0错误如下:
Starting the Shark Command Line Client
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/hadoop/hive/cli/CliDriver : Unsupported major.minor version 51.0...
分类:
其他好文 时间:
2014-05-15 05:42:17
阅读次数:
375
题意:平面上两条线段 AB,CD。 A到B的速度v1 C到D的速度v2 其他地方的速度V3,求A到D的最短时间...
分类:
其他好文 时间:
2014-05-15 03:19:48
阅读次数:
355
2.4ssl方式部署apache2.4.1安装apache./configure--prefix=/usr/local/apache2--enable-dav--enable-ssl--enable-so--enable-mods-shared=allmake&&makeinstall2.4.2安装svn安装apr-1.4.6.tar.gz、apr-util-1.5.1.tar.gz、neon-0.29.6.tar.gz同2.2章节部分unzipsqlite-..
分类:
编程语言 时间:
2014-05-14 18:42:21
阅读次数:
514
3.3权限配置样例注意:*权限配置文件中出现的用户名必须已在用户配置文件中定义。*对权限配置文件的修改立即生效,不必重启svn。用户组格式:[groups]=,其中,1个用户组可以包含1个或多个用户,用户间以逗号分隔。版本库目录格式:[<版本库>:/项目/目录]@<用户组名>..
分类:
编程语言 时间:
2014-05-14 17:49:03
阅读次数:
543
importjava.io.ByteArrayInputStream;
importjava.io.ByteArrayOutputStream;
importjava.io.IOException;
importjava.io.InputStream;
importorg.apache.http.HttpResponse;
importorg.apache.http.client.HttpClient;
importorg.apache.http.client.methods.HttpGet;
importo..
分类:
其他好文 时间:
2014-05-14 17:36:41
阅读次数:
260
一、用户切换:缘由:1、使用一般账号操作系统,这是平日操作的好习惯。2、用较低权限启动系统服务:如apache软件,可以建立apache用户来启动apache软件,如果这个程序被攻破,系统也不至于损毁。3、软件本身的限制。a、su最简单的切换用户身份的方法使用方法:su【-lm】【-c指..
分类:
系统相关 时间:
2014-05-14 16:23:53
阅读次数:
327
8SubversionFAQ8.1官方FAQ网址http://subversion.apache.org/faq.zh.html8.2svn遇到错误总结8.2.1svn不显示日志解决办法:1)找到你SVN版本库下conf文件夹下的svnserve.conf文件2)打开svnserve.conf文件,将其中名为anon-access的一项设置为anon-access=none。这样的话,日志..
分类:
编程语言 时间:
2014-05-14 16:15:36
阅读次数:
584