码迷,mamicode.com
首页 >  
搜索关键字:packages    ( 4018个结果
R语言下解决包不能安装的问题
目的:这次主要是为了安装Rcpp包,方法:install.packages("Rcpp")结果:出错,,于是,我从官网下载Rcpp_0.11.2.tar.gz,在终端输入R CMD INSTALL Rcpp_0.11.2.tar.gz,提示我的R语言版本太低,需要3.0以上改进:卸载R语言2.15版...
分类:其他好文   时间:2014-07-07 21:22:02    阅读次数:189
Configure SVN (Subversion) Server
Note: It may need root user permissions to execute following commands. (1) Install needed packages yum install mod_dav_svn subversionIn my PC, packages that were installed are Note: if you are goi...
分类:其他好文   时间:2014-07-01 06:38:19    阅读次数:397
SCIM input method on Linux
The following packages should be installed:scimscim-tables-zh (this includes Wubi input method)scim-tables-pinyin (this includes Pinyin input method)s...
分类:系统相关   时间:2014-06-30 13:18:56    阅读次数:450
iBus input method in Linux
The following packages should be installed:python-ibusibusibus-clutteribus-gtkibus-m17n: input many non-latin charactersibus-pinyinibus-qt4ibus-tablei...
分类:系统相关   时间:2014-06-30 13:14:49    阅读次数:455
ubuntu 安装maven提示出错 The program 'mvn' can be found in the following packages
问题: I am trying to install apache maven 3 in Ubuntu 12.04 lts. What I did was open the terminal then I typed the following commands export M2_HOME=/usr/local/apache-maven/apache-maven-3.0.5 ...
分类:Windows程序   时间:2014-06-28 09:12:52    阅读次数:510
Android中pm命令用法(转)
usage: pm [list|path|install|uninstall] pm list packages [-f] pm list permission-groups pm list permissions [-g] [-f] [-d] [-u] [...
分类:移动开发   时间:2014-06-25 19:03:24    阅读次数:244
SVN服务器搭建和使用(一)
Subversion是优秀的版本控制工具,其具体的的优点和详细介绍,这里就不再多说.首先来下载和搭建SVN服务器.现在Subversion已经迁移到apache网站上了,下载地址:http://subversion.apache.org/packages.html这是二进制文件包的下载地址,你可在左...
分类:其他好文   时间:2014-06-25 16:39:40    阅读次数:145
sublime使用
1)使用Package Control组件安装,然后直接在线安装按Ctrl+`调出console粘贴以下代码到底部命令行并回车:import urllib2,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_...
分类:其他好文   时间:2014-06-25 16:38:59    阅读次数:133
Sublime text2用户自定义配置
[{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} }, { // Emmet: Zencoding "ke...
分类:其他好文   时间:2014-06-25 15:31:43    阅读次数:154
centos6 yum install elasticsearch
DownloadadninstallthePublicSigningKeyrpm--importhttp://packages.elasticsearch.org/GPG-KEY-elasticsearchAddthefollowinginyour/etc/yum.repos.d/directory inafilenamed(forexample)elasticsearch.repo[elasticsearch-1.2] name=Elasticsearchrepositoryfor1.2.xpackages..
分类:其他好文   时间:2014-06-25 06:04:21    阅读次数:308
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!