eclipse升级adt后发现ant选项和error的等都没有,ant包含在Java Development Tools (JDT)中,查看发现jdt真的没有安装。具体办法是:到menu-help-instal
new software workwith:选择--All Available Sites--,找到program languages 下的eclipse java developme...
分类:
其他好文 时间:
2014-08-07 15:58:10
阅读次数:
264
用Eclipse在线安装的方式:Help-->Install New Software地址输入:http://m2eclipse.sonatype.org/sites/m2e/,列表中打勾勾上后点击Next安装maven插件时遇到了如下的错误:Cannot complete the install ...
分类:
其他好文 时间:
2014-08-04 13:42:47
阅读次数:
255
先这边文章是为了Django项目的nginx配置
注意点;
以下是/etc/nginx/nginx.conf的内容
include /etc/nginx/conf.d/*.conf;#所以我们可以使用 service nginx start ----如果不需要指定特定的nginx配置
include /etc/nginx/sites-enabled/*;#运行上面的命令时 会加载...
分类:
其他好文 时间:
2014-08-01 19:43:12
阅读次数:
315
http://simple-is-better.com/sites/http://wiki.woodpecker.org.cn/moin/PyBooks
分类:
编程语言 时间:
2014-08-01 13:17:01
阅读次数:
280
准备工作下载jad.exe文件:http://www.varaneckas.com/sites/default/files/jad/jad158g.win.zip下载jadeclipse插件:http://prdownloads.sourceforge.net/jadclipse/net.sf.ja...
分类:
系统相关 时间:
2014-07-29 16:46:12
阅读次数:
237
Eclipse 出现Some sites could not be found. See the error log for more detail.错误 解决方法Some sites could not be found. See the error log for more detail.这话的...
分类:
系统相关 时间:
2014-07-24 09:58:13
阅读次数:
465
nginx 默认不支持PATH_INFO 那么不能正常使用CI。 更改nginx.conf 配置 server { listen 80; server_name localhost; index index.php index.html index.htm; root /Users/renfrank/Sites/; location ~ \.php{ fa...
分类:
其他好文 时间:
2014-07-23 14:01:36
阅读次数:
243
ubuntu安装和配置其实还是很简单的,这里写一些记录作为工作笔记。 安装 ubuntu下利用apt安装apache2很简单. apt-get?install?apache2 添加虚拟主机 首先在 /etc/apache2/sites-available/ 下仿照000-default.c...
分类:
其他好文 时间:
2014-07-22 09:06:05
阅读次数:
224
其实zabbix的gui控制面板就是php,遇到403,去掉 localhost 后面的zabbix,还解决不了?把/usr/share/zabbix剪切到/var/www/zabbix,然后给相应的权限,其他问题,修改php.ini就ok sudo vi /etc/nginx/sites-ena...
分类:
其他好文 时间:
2014-07-21 10:30:49
阅读次数:
939
打开MYECLIPSE.点击菜单栏的help ->my eclipse configure center .然后add site 指向https://dl-ssl.google.com/android/eclipse报错:Bad update sites com.genuitec.pulse2.cl...
分类:
系统相关 时间:
2014-07-18 16:37:08
阅读次数:
293