运行环境: 在本地的VirtualBox下运行的Ubuntu 14.04 LTS 0.
查看一下Server的IP地址 ifconfig 我的Server IP是192.168.0.108 1. 安装Nginx 首先更新 APT 包管理
,然后安装Nginx sudo apt-get updates...
分类:
数据库 时间:
2014-05-07 17:28:04
阅读次数:
489
Downloading the module:sudo apt-get install
python-tksimple example:#!/usr/bin/python# -*- coding: utf-8 -*-"""ZetCode
Tkinter tutorialThis script sho...
分类:
编程语言 时间:
2014-05-07 14:46:05
阅读次数:
454
如果搜索 “Package db4.6-util is not available”
百度给出的是ubuntu进行apt-get时候出现Package ssh is not available, but is...Package ssh is
not available, but is referr...
分类:
其他好文 时间:
2014-05-07 10:43:42
阅读次数:
527
免安装版的mysql是进行软件绿色发布的绝佳助手,本文介绍一种使用批处理命令自动配置mysql的方法。
(1)建立三个文件,分别是:service install.bat,temp.txt,update.sql。 (2)在temp.txt文件中写入如下内容:
set PathTemp= (3)在up...
分类:
数据库 时间:
2014-05-07 02:18:59
阅读次数:
376
http://blog.csdn.net/dotphoenix/article/details/84592771.
安装boost库sudo apt-get install libboost-all-dev或者使用源代码编译:sudo apt-get install
python2.6-devsud...
分类:
其他好文 时间:
2014-05-07 01:32:57
阅读次数:
366
Ubuntu安装Matplotlibubuntu下安装matplotlib的复杂度远远比windows下复杂的多,相对双击就能解决问题的,现在你需要时不时的解决编译带来的各种问题。1sudo
apt-get install python-dev先安装numpy:12python setup.py b...
分类:
编程语言 时间:
2014-05-07 01:04:09
阅读次数:
606
TFS 2010 配置的时候,提示TF255466错误Error [ System Checks ]
TF255466: The configuration process for Team Foundation Server cannot continue.
A previous update o...
分类:
其他好文 时间:
2014-05-07 00:15:11
阅读次数:
358
从根本上说,CGI 就是HTML表单与服务端脚本之间的接口。
自己可以百度了一些cgi知识:给出链接报错。那就自己Google哈
也因为工作需要,所以来学习了下。
一、安装及配置apache服务器
安装apache2服务器
#sudo apt-get install apache2
配置apache2服务器
配置文件位于 /etc/apache2/sites-enab...
分类:
编程语言 时间:
2014-05-06 22:07:55
阅读次数:
436
此方法不必删除目录重新下载:针对于第一次成功checkout,一段时间后,update 报此
403错误,我找到了解决方法:即 使用switch 重新定位svn路径,解决这个问题。(附图)ps:能svn checkout
那么你的路径就是正确的,如果大小写错误,svn是不支持checkout。如果是...
分类:
其他好文 时间:
2014-05-06 18:19:39
阅读次数:
354
ubuntu12.04服务器可以使用apt-get方式安装NodeJS,但是,安装完后的版本为v0.6.12的版本,如果我们想要使用新一点的版本需要做如下配置:apt-getinstallpython-software-properties
apt-add-repositoryppa:chris-lea/node.js
apt-getupdate
apt-getinstallnodejs安装完成后可以..
分类:
Web程序 时间:
2014-05-06 16:45:52
阅读次数:
378