我在ubuntu上使用npm安装依赖是出现下面错误: npm ERR! Linux 3.13.0-101-genericnpm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "express"npm ERR! node v4.6.2npm ...
分类:
Web程序 时间:
2016-11-30 13:53:30
阅读次数:
1044
Digest access authentication https://en.wikipedia.org/wiki/Digest_access_authentication Digest access authentication is one of the agreed-upon methods ...
分类:
Web程序 时间:
2016-11-28 00:00:44
阅读次数:
666
apache: 目录:etc/apache2 重启:sudo apachectl restart 错误总结: 1.除了根目录全是404: <Directory /var/www/> Options Indexes FollowSymLinks AllowOverride all #Change No ...
分类:
系统相关 时间:
2016-11-06 16:53:22
阅读次数:
165
1.创建项目仓库 1.授权 (在授权文件里添加)2.创建项目目录 sup.git(随便在哪创建一个sup.git目录)3.进入项目目录 4.运行:git init5.运行:git remote add origin git@192.168.0.190:sup.git6.运行:git push ori ...
分类:
其他好文 时间:
2016-11-03 16:24:32
阅读次数:
126
cmake_symlink_library: System Error: Operation not supported 1/创建链接不成功,要确认当前帐户下是否有权限在编译的目录中有创建链接的权限 我使用vmware,在win7机器的共享目录中编译,无法创建链接,就会提示上面的错误。 解决办法是, ...
分类:
其他好文 时间:
2016-10-14 17:41:55
阅读次数:
509
symlink 函数和 readlink 函数主要是针对符号链接文件的操作。symlink 函数用来创建符号链接文件,和 link 文件是对应的。readlink 函数用来读取链接文件本身的内容(也就是符号链接指向的文件的文件名)。 函数原型: 函数参数: oldpath:源文件的路径名 newpa ...
分类:
其他好文 时间:
2016-10-01 14:47:21
阅读次数:
123
After installing XQuartz you may add a symlink to your X11 installation folder by just entering (安装XQuartz,并建立X11到系统库的硬连接) (注释:ln 命令 建立硬连接) ...
分类:
系统相关 时间:
2016-08-20 01:34:08
阅读次数:
460
一、性能相关中继器write-behind,read-ahead,io-cache,quick-read,open-behind,stat-prefetch(md-cache),io-threads(默认server端)以上中继器默认全部开启,symlink-cache默认关闭。NFS相关性能优化中继器默认开启:performance.nfs.write-behind默认关闭:performance.nfs.rea..
分类:
其他好文 时间:
2016-08-14 22:30:25
阅读次数:
448
【本文谢绝转载,原文来自http://990487026.blog.51cto.com】Linux系统开发
文件操作
ext2文件系统了解
stat()函数
access()函数
chmod()函数
utime()函数
truncate()函数
link()硬链接函数
symlink()软链接函数
readlink()函数
unlink函数
rename函数(..
分类:
系统相关 时间:
2016-08-04 19:39:33
阅读次数:
306
>>>importtab
>>>importos
>>>os.symlink("a.txt","aa.txt")//创建a.txt的链接文件aa.txt
>>>os.listdir(os.curdir)//查看当前目录
>>>os.listdir(os.pardir)//查看父目录(上级目录)
>>>os.listdir(".")//查看当前目..
分类:
编程语言 时间:
2016-08-03 15:36:40
阅读次数:
348