因为我们的内部网络使用了代理,所以在 安装 OpenStack 基于 Web 的管理控制台
的时候有个小麻烦,我们的 http 代理服务器无法通过 git 协议下载 openstack-dashboard 所需的代码,也就是说可以 git clone
https:// 这样克隆代码,但是不能使用 g...
分类:
其他好文 时间:
2014-06-13 08:19:21
阅读次数:
317
1. 安装seleniumpip install selenium2.
安装phantomjs如果你是Ubuntu12.04,默认安装的版本是1.4.这个会出错。需要安装1.9.7cd /usr/local/sharesudo
wget https://bitbucket.org/ariya/pha...
分类:
Web程序 时间:
2014-06-13 07:32:47
阅读次数:
305
原题地址:https://oj.leetcode.com/problems/count-and-say/题意:The
count-and-say sequence is the sequence of integers beginning as follows:1, 11,
21, 1211, 11...
分类:
编程语言 时间:
2014-06-13 06:23:26
阅读次数:
366
要实现这个功能,可以https://github.com/sroze/ngInfiniteScroll这个第三方控件实现的。实现步骤如下:1.
下载ng-infinite-scroll.js程序http://sroze.github.io/ngInfiniteScroll/
目前版本是1.0.02....
分类:
Web程序 时间:
2014-06-13 06:19:21
阅读次数:
10252
一、改动httpd.conf打开appserv的安装文件夹,找到httpd.conf文件,分别去掉以下两行文字前面的#号。#LoadModule
vhost_alias_module modules/mod_vhost_alias.so去掉#意思是启用apache的虚拟主机功能。#Include c...
分类:
其他好文 时间:
2014-06-13 00:50:31
阅读次数:
179
一、修改httpd.conf打开appserv的安装目录,找到httpd.conf文件,分别去掉下面两行文字前面的#号。[plain]view
plaincopy#LoadModulevhost_alias_modulemodules/mod_vhost_alias.so去掉#意思是启用apache...
分类:
其他好文 时间:
2014-06-13 00:36:55
阅读次数:
241
由于使用Ubuntu的缘故,开始使用VirtualBox,使用中遇到了一些小问题,整理如下(已经许久未更新,希望对刚接触的朋友有帮助,老手们请自动忽略)。VirtualBox下载地址:https://www.virtualbox.org/wiki/Downloads1、VirtrualBoxUSB设备无法分配首先需要安装补丁包(Oracle_VM..
分类:
其他好文 时间:
2014-06-10 23:14:54
阅读次数:
244
下载:[root@localhosthome]#wget--no-check-certificatehttps://github.com/ideawu/ssdb/archive/master.zip
--2014-06-1001:44:45--https://github.com/ideawu/ssdb/archive/master.zip
正在解析主机github.com...192.30.252.131
正在连接github.com|192.30.252.131|:443.....
分类:
数据库 时间:
2014-06-10 22:49:02
阅读次数:
351
本文出自:http://blog.csdn.net/svitter
资源下载:
github:
git clone https://github.com/Svtter/JSP-tomcat-mysql
使用了servlet:
web.xml:
JSP_servlet_javabean
配置用於用戶登錄的Servlet
LoginServlet
Log...
分类:
数据库 时间:
2014-06-10 18:39:08
阅读次数:
332