JDK1.6官方下载_JDK6官方下载地址:http://www.java.net/download/jdk6/6u10/promoted/b32/binaries/jdk-6u10-rc2-bin-b32-windows-i586-p-12_sep_2008.exeJDK6 API CHM中文參考...
分类:
其他好文 时间:
2015-01-28 19:41:07
阅读次数:
795
server with sites set up for download files sometimes provide ananonymous ftp account数据传输ftp 192.168.0.128name: usernamepassword:user's passwordcomman...
分类:
系统相关 时间:
2015-01-22 01:42:20
阅读次数:
225
ftpserver with sites et up for downloaing filessometimes provides an anonymous ftp account数据传输ftp 192.168.0.128name:(username)password:(user's passwor...
分类:
系统相关 时间:
2015-01-22 01:37:09
阅读次数:
185
启用rewrite模块
sudo a2enmod rewrite
在/etc/apache2目录下的mods-available(未启用模块),mods-enabled(已启用模块)。
单单上面那条命令还不足以完成使Apache接收请求进行重写机制。
还需要通过命令;
sudo vim /etc/apache2/sites-enabled/000-default
将
Al...
分类:
Web程序 时间:
2015-01-20 17:58:48
阅读次数:
143
创建配置文件/etc/apache2/sites-available# sudo nano mysite.conf #ServerName hello.djangoserver DocumentRoot /www2 #DirectoryIndex testMain.html O...
分类:
Web程序 时间:
2015-01-20 11:54:19
阅读次数:
294
网上搜索到的大部分地址都已经失效了最新的地址如下:http://repository.sonatype.org/content/sites/forge-sites/m2e/0.10.0/S/20100209-0800/另外具体安装方法可参照以下链接:http://www.tuicool.com/ar...
分类:
系统相关 时间:
2015-01-19 10:50:47
阅读次数:
140
def templates_context_process(request): from django.contrib.sites.models import Site from accounts.models import ContactUsInfo if Site.object...
分类:
其他好文 时间:
2015-01-18 15:33:01
阅读次数:
173
Ubuntu搭建https步骤:#apt-getinstallapache2#apt-getinstallssl-cert#apt-getinstallopenssl开启SSL模块#a2enmodssl#ln-s/etc/apache2/sites-available/default-ssl/etc/apache2/sites-enabled/#serviceapache2restart访问:https://localhost
分类:
Web程序 时间:
2015-01-17 23:39:53
阅读次数:
322
在最开始如果你使用的时eclipse,那么你需要去安装一下maven的插件
插件路径:http://m2eclipse.sonatype.org/sites/m2e
安装指南:http://blog.163.com/myrudy@126/blog/static/17185153620108284935318/
进入eclipse->window->preferences->搜索mav...
分类:
其他好文 时间:
2015-01-15 18:19:42
阅读次数:
198
1.在终端运行命令:$sudoapt-getinstallnginxubuntu安装Nginx之后的文件结构大致为:所有的配置文件都在/etc/nginx下,并且每个虚拟主机已经安排在了/etc/nginx/sites-available下启动程序文件在/usr/sbin/nginx日志放在了/var/log/nginx中,分别是access.log和error.log并已经..
分类:
系统相关 时间:
2015-01-13 20:02:07
阅读次数:
252