[FZH] #U 知识管理
by humingx
日常学习工作中,总会用到各种各样的技术知识,个人有总结的习惯,比如JS心得,JAVA的一些开发,Fedora开发使用的一些体会。东西多了,总要记下来,下次碰到这种问题就可以直接找以前的笔记了。有时候写写博客,但写博的话始终找不到一个合适的BLOG,用wordpress之类的东西管理网站太麻烦了,而且有时候网速不行,那是相当郁闷。
现在用的是word,总觉得排版是一个相当痛苦的事情,还有就是对于代码,想要高亮显示,缺少一些插件,不得以用“样式”或者VBA。各位在网上写书或者翻译文档的话,一般都用什么工具?或者有什么更好的知识管理的建议,敬请指教。
--
日出而作,日落而息
13 years, 1 month
[FZH] 安装btrfs插件后yum 问题
by AoYe PaoNiu熬夜泡妞
我在装了btrfs_snapshot插件后,任何GUI下 操作包都会报这个错误(比如使用GUI更新,直接双击RPM安装)。
卸载了yum-plugin-fs-snapshot 后就没问题了。不知道有解决办法吗?
我更新过PackageKit* ,和 yum 都没用。
Traceback (most recent call last):
File "/usr/share/PackageKit/helpers/yum/yumBackend.py", line 2234,
in _runYumTransaction
rpmDisplay=rpmDisplay)
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 4170,
in processTransaction
self._doTransaction(callback,display=rpmDisplay)
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 4284,
in _doTransaction
self.runTransaction( cb=cb )
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 1157,
in runTransaction
self.plugins.run('pretrans')
File "/usr/lib/python2.6/site-packages/yum/plugins.py", line 177, in run
func(conduitcls(self, self.base, conf, **kwargs))
File "/usr/lib/yum-plugins/fs-snapshot.py", line 280, in pretrans_hook
rc = _create_snapshot(conduit, snapshot_tag, volume)
File "/usr/lib/yum-plugins/fs-snapshot.py", line 180, in _create_snapshot
return _create_btrfs_snapshot(conduit, snapshot_tag, volume)
File "/usr/lib/yum-plugins/fs-snapshot.py", line 204, in
_create_btrfs_snapshot
p = Popen(["btrfsctl", "-c", mntpnt], stdout=PIPE, stderr=PIPE)
File "/usr/lib/python2.6/subprocess.py", line 621, in __init__
errread, errwrite)
File "/usr/lib/python2.6/subprocess.py", line 1126, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
13 years, 4 months
[FZH] mysql 字符编码问题
by Lemon
原来的一个实验室的小管理系统,数据是用gb2312录入的,现在想导出数据用于另外一个数据库。可是不论从终端登录还是phpmyadmin登录都是乱码,有没有解决方案?
--
There are only 10 types of people in the world, those who understand binary
and those who don't.
--
(This is Carbon Copied from legacy mailing list fedora-cn(a)googlegroups.com.)
13 years, 4 months
[FZH] Fedora 13 fcitx(小企鹅输入法) 不能使用
by victor lee
Hi all,
RT
Fcitx 界面出现,点击切换输入法没问题,但无法使用快捷键,以至于无法打开输入法,求助。
又及:
字体 paktype-naqsh 无法使用。
assert QQQ & BOW
--
(This is Carbon Copied from legacy mailing list fedora-cn(a)googlegroups.com.)
13 years, 4 months
[FZH] #D Why the choice of the Cairo in ibus-t9?
by Caius Chance
(Sorry for typing in English, I had been developing on IBus I am using.)
Hi microcai,
I have seen your code of ibus-t9 on github. That is cool! As I am working on
writing ibus-table in C/C++, would you mind to give me ideas during my
development please?
I got my first question: I saw you used Cairo in ibus-t9, would you tell me
the reasons of that rather than using what ibus API provided?
I have forked from your repository and learning from your first commit since
last Friday. Thank you very much. :)
Regards, kaio.
--
Caius 'kaio' Chance / かいお
[Email/Gtalk] Caius.Chance(a)gmail.com | [IRC] kaio at chat.freenode.net
[Twitter] K410 | [Blog] blog.kaio.net | [Fedora]
fedoraproject.org/wiki/User:kaio
13 years, 4 months
[FZH] 在VMware上编译内核之后网卡起不来
by Ryan Wang
编译内核之后
lsmod可以看到模块pcnet32,只是Used By字段为0
ifconfig看不到网卡,ifconfig -a可以
只是启动到新编译的内核会这样,启动Fedora自带的则不会这样
不知如何解决
13 years, 4 months