码迷,mamicode.com
首页 >  
搜索关键字:tfs install    ( 41325个结果
ubuntu install mysql server method
recently try to install mysql in my computer so that I can practise some sql statement on sever.But there are some problem while install mysql packag....
分类:数据库   时间:2014-08-21 12:50:14    阅读次数:179
nginx模块开发
1、编译 ./configure --prefix=/home/fangjian/study/code/nginx-1.4.4/nginx --add-module=/home/fangjian/study/code  make  make install...
分类:其他好文   时间:2014-08-21 11:33:34    阅读次数:222
install error of bcompare on Ubuntu : bcompare:i386
1. Beyond Compare官网下载amd-64位的,安装失败,依赖于ia32-libs,但是这个文件已经不在源里了; 2. 官网下载tar.gz源码包,解压安装失败; 3. 直接装32位的,可行。 下载32位的i386二进制包bcompare-3.3.8.16340_i386.deb,dpkg -i安装,提示缺少依赖的文件,...
分类:其他好文   时间:2014-08-21 09:48:53    阅读次数:379
python读取excel表格生成sql语句 第一版
由于单位设计数据库表·,都用sql.不知道什么原因不用 powerdesign或者ermaster工具,建表很痛苦 作为程序猿当然要想办法解决,用Python写一个程序解决需要用到 xlrd linux下 sudo pip install xlrd主要是适用于db2数据库excel 表结构 其中 n...
分类:数据库   时间:2014-08-21 01:35:33    阅读次数:509
install pip on windows
Download Setuptools and pipYou can downloadpipfromgithubSetuptoolsfrombitbucketAnd confirm this aren’t harmful.Open ConsoleAs an Admin, just open cons...
分类:Windows程序   时间:2014-08-21 00:04:33    阅读次数:324
chrome tab and bookmark display chinese font crash
ubuntu chrome tab and bookmark display chinese font crash reinstall chinese font with below command: $ sudo apt-get install ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy...
分类:其他好文   时间:2014-08-20 22:50:13    阅读次数:217
ubuntu12.04下搭建ftpserver
楼主想把同学硬盘里面的200多G电影共享给实验室的小伙伴们看,就打算在内网server上搭建一个ftp的server。1.安装ftp首先在终端下键入例如以下内容,安装ftpserver:sudo apt-get install vsftpd2.配置ftp改动ftp的配置文件,该文件在/etc文件夹下...
分类:其他好文   时间:2014-08-20 21:05:42    阅读次数:186
在 Ubuntu 12.04 上通过安装源安装 Open vSwitch (OVS)
先把Ubuntu 12.04 更新一下 sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade   删除 Ebtables 包 sudo aptitude purge ebtables 从安装源安装Open vSwitch (OVS) sudo apt-get install ap...
分类:其他好文   时间:2014-08-20 19:42:02    阅读次数:226
express4.x的使用
①、安装npm install -g express②、创建应用express [目录]会在目录下生成node_modules, 存放所有的项目依赖库。(每个项目管理自己的依赖,与Maven,Gradle等不同)package.json,项目依赖配置及开发者信息app.js,程序启动文件public...
分类:其他好文   时间:2014-08-20 19:25:22    阅读次数:190
sublime之插件CoffeeScript
各位看官,小生最近在做前端自动化这块,小有成效,记之,勿忘,同时为后来者前行做一个路标。 ????操作系统:win8 ? ? 编辑器:Sublime 安装插件 ? ? ? ?a???? ctrl+shift+p,输入install...
分类:其他好文   时间:2014-08-20 18:13:22    阅读次数:417
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!