Chinaunix首页 | 论坛 | 博客
  • 博客访问: 807994
  • 博文数量: 222
  • 博客积分: 4341
  • 博客等级: 上校
  • 技术积分: 2155
  • 用 户 组: 普通用户
  • 注册时间: 2007-09-16 13:50
个人简介

...

文章分类

全部博文(222)

文章存档

2019年(1)

2016年(9)

2015年(7)

2014年(14)

2013年(11)

2012年(10)

2011年(6)

2010年(25)

2009年(37)

2008年(21)

2007年(81)

我的朋友

发布时间:2016-10-09 16:10:46

#### nginx.confworker_processes  1;events {    worker_connections  1024;}http {    include       mime.types;    default_type  application/octet-stream;    proxy_temp_path temp/proxy_temp;    proxy_.........【阅读全文】

阅读(778) | 评论(0) | 转发(0)

发布时间:2016-06-17 12:18:24

在执行shell脚本时提示这样的错误主要是由于shell脚本文件是dos格式,即每一行结尾以\r\n来标识,而unix格式的文件行尾则以\n来标识。vim:set ff转换:set ff=unix:wq......【阅读全文】

阅读(871) | 评论(0) | 转发(0)

发布时间:2016-06-16 14:25:52

E: Internal Error, ordering was unable to handle the media swapsudo rm -fR /var/lib/apt/lists/*sudo apt-get update......【阅读全文】

阅读(11611) | 评论(0) | 转发(0)

发布时间:2016-04-20 15:17:28

$ sudo apt-get install xdg-user-dirs-gtk$ export LANG=en_US.UTF-8$ xdg-user-dirs-gtk-updateps: 非空目录将保留......【阅读全文】

阅读(1011) | 评论(0) | 转发(0)

发布时间:2016-04-13 13:54:03

dir /S/B /A:A/A:A   不包括文件夹/S 显示指定目录和所有子目录中的文件。/B 使用空格式(没有标题信息或摘要)。......【阅读全文】

阅读(1907) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册