#mac微信安装

安装Debian的正确方法

一、说明:Debian7.0.0的安装镜像文件有3个DVD,安装基本系统只用到第一个镜像文件,即DVD1其它镜像文件是附带的软件包。附Debian7.0.0系统镜像下载地址:32位:http://cdimage.debian.org/debian-cd/7.0.0/i386/iso-dvd/debian-7.0.0-i...
代码星球 ·2021-02-21

给Debian安装Xfce桌面

1、sudoapt-getinstallxorgxdmxfce4 2、vi~/.xinitrc,然后输入:execxfce4,在终端输入startx命令后就能进入xfce4,或直接在终端输入startxfce4命令。...
代码星球 ·2021-02-21

【兄弟连ThinkPHP】1、介绍和安装

琢磨了好几天的ThinkPHP了,兄弟连的视频真心不错,下面是记得一些要点,只做备忘,有兴趣的朋友请去百度兄弟连。##ThinkPHP3介绍及安装#讲师:赵桐正微博:http://weibo.com/zhaotongzheng本节课大纲:一、ThinkPHP的介绍    &nbs...
代码星球 ·2021-02-21

【Install】我是如何安装Linux类系统的

安装系统:ubuntu12.04i386DVD   sudoapt-getinstallgnome-shellgnome-tweak-toolgnome-panel sudoapt-get autoremove indicator-appmenu a...

「LAMP」在ubuntu及其衍生版上 安装LAMP

此种方法在LinuxMint13/14/15/16/17、Ubuntu12.10(QuantalQuetzal)和Ubuntu13.04RaringRingtail上屡试不爽。sudoapt-getinstalllamp-server^在浏览器中输入地址http://localhost/需要在/var/www/html...

【sublime】在终端下手动安装sublime text 2

Sublime2下载地址:http://www.sublimetext.com/download tarxfSublimeText2.0.2.tar.bz2#开始以外打错了,表示空格,明白?  sudomvSublimeText2/usr/lib  sudoln-s/usr/lib/SublimeText2/...

[Mongo] How to Install Mongo on Debian(不要安装)

Thistutorialoutlinesthestepstoinstall MongoDB onDebiansystems.Thetutorialuses .deb packagestoinstall.WhilesomeDebiandistributionsincludethei...
代码星球 ·2021-02-21

【python】python环境的安装与配置

在ubuntu10.10之后的版本中,要这样安装sudoapt-getinstallpython-pippython-devbuild-essentialsudopipinstall--upgradepipsudopipinstall--upgradevirtualenv  在旧版本ubuntu 中,要这样安...
代码星球 ·2021-02-21

【ruby】安装Ruby

首先确定操作系统环境,不建议在Windows上面搞,所以你需要用:MacOSX任意Linux发行版本$sudoapt-getinstall-ybuild-essentialopensslcurllibcurl4-openssl-devlibreadline6libreadline6-devgitzlib1gzlib1g...
代码星球 ·2021-02-21

【ruby】快速安装gems的方法

在使用geminstall。。。的时候增加参数:--no-ri可以不安装ri部分--no-rdoc可以不安装rdoc部分...

【sinatra】安装测试

$geminstallsinatra 测试:$sublapp.rb app.rb内容:require'sinatra'get'/'do"Hello,World!"end运行服务器:$rubyapp.rb在浏览器中输入:localhost:4567,没问题的话就会显示Hello,World!基于类的宏...
代码星球 ·2021-02-21

【RoR win32】安装RoR

在配置好ruby的win7命令行下运行,geminstallrails  安装成功之后会收到提示,下面就可以用rails建立项目了。为了提高“railsnew”时“bundleinstall”的速度,可以使用下面的技巧railsnewmy_app--skip-bundlecdmy_appbundleinstall--l...
代码星球 ·2021-02-21

【bs4】安装beautifulsoup

Debian/Ubuntu,install$apt-getinstallpython-bs4 easy_install/pip$easy_installbeautifulsoup4$pipinstallbeautifulsoup4 安装第三方分析器bs4只有py2的代码,安装在py3下会很麻烦bs4...
代码星球 ·2021-02-21

[py]安装ipython

系统:crunchbang11+python2.7.3准备工具:sudoapt-getinstallpython-pippython-devbuild-essential  安装setuptools(easy_install)sudopipinstallsetuptools--no-use-wheel--upgrade...
代码星球 ·2021-02-21

MyEclipse 2015 SVN 安装

SVN的在线安装1.打开MyEclipse,找到顶部菜单栏Help(帮助)-InstallfromSite…(从网站安装),如下图2.点击InstallfromSite…后会出现让你选择安装地址的界面,点击Add…(添加)按钮,填入NAME(插件名可以随便取)和Location(插件在线安装地址,可以去插件官网找对应在...
代码星球 ·2021-02-21
首页上一页...2021222324...下一页尾页