Chinaunix首页 | 论坛 | 博客
  • 博客访问: 806484
  • 博文数量: 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-04-13 13:54:03

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

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

发布时间:2016-04-07 10:44:12

Windows 时间比  Debian 时间慢 8 小时原理: 让Windows把硬件时间当作当作本地时间(CST ),操作系统中显示的时间跟BIOS中显示的时间是一样的;Linux/Unix/Mac把硬件时间当作UTC,操作系统中显示的时间是硬件时间经过换算得来的,比如说北京时间是GMT+8,则系统中显示时间是硬件时间+8。调整 .........【阅读全文】

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

发布时间:2016-04-06 15:58:16

$ sudo apt-get install gettext$ cd /usr/share/locale/zh_CN/LC_MESSAGES$ sudo msgunfmt gnome-desktop-3.0.mo  -o gnome-desktop-3.0.po$ sudo leafpad gnome-desktop-3.0.pomsgid "%a %b %e, %R:%S"msgstr "%b %e %a %R:%S"修改为msgid "%a %b %e, %R:%S"msgstr "%b%-e日 %A %R:%.........【阅读全文】

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

发布时间:2016-03-18 13:04:24

错误:/firstrun ./firstrun: error while loading shared libraries: libgtk-3.so.0: cannot open shared object file: No such file or directory解决:sudo apt-get install libgtk-3-0:i386......【阅读全文】

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

发布时间:2016-03-18 13:01:20

原因:缺少lib解决方法:dpkg --add-architecture i386apt-get updatesudo apt-get install lib32z1 lib32ncurses5  lib32stdc++6......【阅读全文】

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

登录 注册