转:http://stackoverflow.com/questions/1736993/eclipse-mac-os-default-jre-missing1) Follow Joshua's answer: "Help->Install New Software... Select: Galil...
分类:
系统相关 时间:
2014-09-01 19:08:23
阅读次数:
412
问题 1、nameserver主无法启动,提示服务已存在 1: [root@localhost keepalived]# /usr/local/tfs/scripts/tfs start_ns #启动ns出现错误,message和nameserver.log没有相关信息 2: /us...
分类:
其他好文 时间:
2014-09-01 17:38:33
阅读次数:
642
提升Manifest文件中的versionCode即可
分类:
其他好文 时间:
2014-09-01 15:53:43
阅读次数:
173
RPM默认安装的路径/etc一些配置档放置的目录,例如
/etc/crontab/usr/bin一些可运行文件/usr/lib一些程序使用的动态函式库/usr/share/doc一些基本的软件使用手册与说明档/usr/share/man一些manpage文件RPM安装(install)rpm-ivhpackage_name选项与参数:
-i:install的意思
-v:..
分类:
其他好文 时间:
2014-09-01 15:46:23
阅读次数:
212
一、SVN安装 1.安装包 $ sudo apt-get install subversion2.添加svn管理用户及subversion组 $ sudo adduser svnuser $ sudo addgroup subversion $ sudo addgroup svnuser subve...
分类:
其他好文 时间:
2014-09-01 15:29:53
阅读次数:
223
Express框架安装 1.在命令行中使用全局模式安装 $ sudo npm install express@3.0.6 -g 2.建立工程 $ express -t ejs 文件名 3.建立后提示进入其中并运行 $cd 文件名 && npm install 4.启动...
分类:
Web程序 时间:
2014-09-01 15:27:43
阅读次数:
170
1.安装apache2
安装命令:sudo apt-get install apache2
启动/停止/重启apache2: service apache2 start/stop/restart
2. 卸载apache2
之前卸载重新安装后找不到apache2.conf配置文件,测试使用一下方式卸载后可用。
(1) $ sudo apt-get --purge re...
分类:
其他好文 时间:
2014-09-01 14:09:13
阅读次数:
160
参考:http://doc.ccw-ide.org/documentation.html#install-as-plugin安装Eclipse Clojure插件这里安装的插件是Counterclockwise,可以通过Eclipse自动安装软件的功能直接安装,具体如下:Eclipse菜单Help-...
分类:
系统相关 时间:
2014-09-01 13:55:43
阅读次数:
531
操作系统:CentOSMini 6.5yum install httpd.x86_64 httpd-manual.x86_64 php-xml php-mbstring mysql-server.x86_64 mysql.x86_64 php-mysql.x86_64 php.x86_64 php-...
分类:
其他好文 时间:
2014-09-01 12:21:23
阅读次数:
256
发布Windows Service的方法1、在默认窗口Service1中右键Add Install,自动生成两个类。2. 修改serviceInstaller1的属性: a)ServiceName =”FirstService”; //设置服务名称 b)StartType = Automatic.....