Windows下的Nodejs npm路径是appdata,很不爽,想改回来,但是在cmd下执行以下命令也无效 npm config set cache "D:\nodejs\node_cache" npm config set prefix "D:\nodejs\node_global" 最后在nodejs的安装目录中...
分类:
Windows程序 时间:
2014-12-24 12:05:16
阅读次数:
1312
R编译安装
其中
--prefix=/home/liyistat/Desktop/R-3.0.2 为R的安装路径
--enable-R-shlib可以保证lib目录下的动态库能够共享...
分类:
系统相关 时间:
2014-12-23 22:45:07
阅读次数:
263
我们知道,每新建立一个工程,比如说HelloWord,在分类SupportingFiles里都会有一个以工程名开头-Prefix.pch结尾的文件,如HelloWord-Prefix.pch。对于这个文件,很长一段时间里笔者都没觉得它碍事。直到有一天笔者学习NSLog看网上的教程,大家是怎样在最终提...
分类:
移动开发 时间:
2014-12-23 01:29:49
阅读次数:
258
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:custom="http://schemas.android.com/apk/res-auto"
xm...
分类:
其他好文 时间:
2014-12-22 00:59:57
阅读次数:
184
ownload:http://www.grid.net.ru/nginx/download/nginx_upload_module-2.2.0.tar.gzconfigure and make :./configure--user=www--group=www--prefix=/usr/local/...
分类:
Web程序 时间:
2014-12-21 23:29:34
阅读次数:
588
Longest Common PrefixWrite a function to find the longest common prefix string amongst an array of strings.Show TagsSOLUTION 1:解法很直观。先找到最小长度,然后逐个字母遍历,...
分类:
其他好文 时间:
2014-12-21 20:35:48
阅读次数:
189
1.下载apachetar -xvzf httpd.xx 解压2.下载安装pcreDownload PCRE fromPCRE.org解压,进入文件夹中./configure --prefix=/usr/local/pcre有可能会提示configure: error: You need a C++...
分类:
Web程序 时间:
2014-12-21 16:31:13
阅读次数:
197
Master 配置:wgethttp://redis.googlecode.com/files/redis-2.4.5.tar.gztar zxvf redis-2.4.5.tar.gzcd redis-2.4.5makemake PREFIX=/usr/local/redis install .....
分类:
其他好文 时间:
2014-12-21 01:53:29
阅读次数:
256
题目:
Write a function to find the longest common prefix string amongst an array of strings.
第一种解决方案:
public class Solution {
public String longestCommonPrefix(String[] strs) {
int st...
分类:
其他好文 时间:
2014-12-20 23:32:55
阅读次数:
341
原先的字串./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2/bin/apxs --enable-zip --enable-calendar --with-mysql=/usr/local/mysql --with-...
分类:
Web程序 时间:
2014-12-19 20:42:08
阅读次数:
158