勤&快

问题其实就是你期望的东西和你体验的东西之间的差别
随笔 - 55, 文章 - 0, 评论 - 68, 引用 - 0
数据加载中……

使用文泉驿正黑配置ubuntu9.04字体

安装正黑之后,基本所有字体都很好的显示。
只是部分字体,如pidgin对话中的字体,ubuntuforums.org的字体,还不是很好看。据说是因为uming是默认san字体。
可以修改配置文件修改这些字体的显示:

解决,就是修改uming的映射关系

注意:下面是配置文件片段,请勿直接拷贝。

本文是我方便自己查阅之用,不是正式教程,如需详细配置文件,请联系我

30-cjk-aliases.conf


<!-- Aliases for Simplified Chinese Windows fonts -->

<alias>

<family>SimSun</family>

<family>NSimSun</family>

<family>SimSun-18030</family>

<family>NSimSun-18030</family>

<family>AR PL UMing</family>

<family>AR PL ShanHeiSun Uni</family>

<family>AR PL UMing CN</family>

<family>宋体</family>

<family>AR MingtiM GB</family>

<accept><family>DejaVu Sans</family></accept>

<accept><family>WenQuanYi Zen Hei</family></accept>

</alias>


35-ttf-arphic-uming-aliases.conf


<alias binding="same">

<family>AR PL ShanHeiSun Uni</family>

<prefer><family>DejaVu Sans</family></prefer>

<prefer><family>WenQuanYi Zen Hei</family></prefer>

<prefer><family>AR PL UMing HK</family></prefer>

</alias>

<alias binding="same">

<family>AR PL ShanHeiSun Uni MBE</family>

<prefer><family>DejaVu Sans</family></prefer>

<prefer><family>WenQuanYi Zen Hei</family></prefer>

<prefer><family>AR PL UMing TW MBE</family></prefer>

</alias>


69-language-selector-zh-cn.conf

将dejavu和zenhei对应字体提到第一位



posted @ 2009-05-04 11:21 daning 阅读(1405) | 评论 (2)编辑 收藏

ubuntu 9.04发布在即


posted @ 2009-04-10 22:21 daning 阅读(190) | 评论 (0)编辑 收藏

Windows Live Mail (前身Hotmail) 开放POP3/SMTP支持

原文地址:http://jimmylvo.blogbus.com/logs/36661860.html

虽然消息出来有日子了
但为了方便大家 还是po出来


以下是设置方法:

• POP3服务器:pop3.live.com (端口995)
• 是否需要POP SSL?
• SMTP 服务器:smtp.live.com (端口25或者587)
• 是否需要TLS/SSL?
• 用户名:你的 Live ID,如,username@live.com/hotmail.com/msn.com etc.
• 密码:你的密码
• 是否需要身份识别:是(匹配你的POP用户名和口令)

赶紧把msn的email转到gmail中。

posted @ 2009-03-31 21:10 daning 阅读(2066) | 评论 (4)编辑 收藏

linux下实现ibm小红点加中键实现滚屏

新建文件/etc/hal/fdi/policy/mouse-wheel.fdi
写入如下内容:

<match key="info.product" string="TPPS/2 IBM TrackPoint">
<merge key="input.x11_options.EmulateWheel" type="string">true</merge>
<merge key="input.x11_options.EmulateWheelButton" type="string">2</merge>
<merge key="input.x11_options.YAxisMapping" type="string">4 5</merge>
<merge key="input.x11_options.XAxisMapping" type="string">6 7</merge>
<merge key="input.x11_options.Emulate3Buttons" type="string">true</merge>
<merge key="input.x11_options.EmulateWheelTimeout" type="string">200</merge>
</match>
2。重启后,在命令行输入

xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 8 1
xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 8 2
xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Y Axis" 8 4 5
xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation X Axis" 8 6 7
重启
参考:
http://tpctl.sourceforge.net/configure-trackpoint.html
http://www.thinkwiki.org/wiki/How_to_configure_the_TrackPoint

posted @ 2009-03-28 20:33 daning 阅读(804) | 评论 (0)编辑 收藏

在ibm x60上使用ndiswrapper和windwos驱动

我的无线网卡是intel 3945的,芯片组型号是8086:4227(如何查看无线网卡芯片组型号,参考这里)。intel官方的linux驱动太不稳定,速度很满,而且经常断线。开始尝试了ipw3945,但是升级内核之后,就不能用了。现在转向使用ndiswrapper+windows驱动了。

Ndiswrapper现在似乎停止开发了,不过至少现在可用。似乎马上就发布的9.04中,包含了最新的linux内核,2.6.28,其中包含的驱动就可以直接解决intel 无线网卡的问题。但愿吧。期待中。


直接在ubuntu下安装,

sudo apt-get install ndiswrapper-common ndiswrapper-utils


详情,主要参考:

https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper

http://ubuntuforums.org/showthread.php?t=885847


我使用的是http://ndiswrapper.sourceforge.net/index.html上的1.54版本。

重点是如何找到和ndiswrapper兼容的windows版无线网卡。

如果你使用错了驱动, 比如使用了w39n51驱动,那么在加载ndiswrapper模块的时候:

sudo modprobe ndiswrapper

可能就出现死机现象。

原来ndiswrapper有一个相兼容软件的列表,现在不能访问了。不过有一个历史记录,可以在这里访问到。这里只有8086:4222向兼容的驱动。如果要使用8086:4227芯片,就需要到联想官网下载最新驱动。解压缩后得到的驱动是NETw5x32windows驱动,一般都可以在windows分区的WINDOWS/system32/drivers/下找到。

使用ndiswrapper之后,无线网卡稳定了,不过速度似乎一般般。

如果是自己编译安装的ndiswrapper,那么每次内核升级之后,都要重新安装一遍才可以继续使用。

posted @ 2009-03-28 16:30 daning 阅读(635) | 评论 (0)编辑 收藏

转载:优秀设计十原则

原文:http://hi.baidu.com/madesign/blog/item/98174954165de45c564e00ee.html
也许在设计软件的时候,也可以考虑这10条原则。

现代的工业设计,在很大程度上受到了有着截然不同思考方式的两个设计大师的长远影响。

一个是美国的 Raymond Loewy (左),他的特点是有强烈的个人风格,他的最知名的设计就是可口可乐的商标和风靡六十年代的流线型产品造型。

另一个是德国的 Dieter Rams
(右),他则比较讲究设计的条理性,他的优秀设计十原则影响了几代人。

现在国际知名的几个设计师如Philippe Starck, Jonathan Ive, Jasper Morrison, Karim Rashid,都在一定程度上受到了他们的影响,具体谁学谁,你们来说说:





设计十原则(请英语好手翻译下,我相信这里的读者一定是卧虎藏龙):

1. Good Design is innovative
It does not copy existing product forms, nor does it produce any kind of novelty for the sake of it. The essence of innovation must be clearly seen in all functions of a product. The possibilities in this respect are by no means exhausted. Technological development keeps offering new chances for innovative solutions.


2. Good Design makes a product useful
A product is bought in order to be used. It must serve a defined purpose – in both primary and additional functions. The most important task of design is to optimise the utility of a product.


3. Good Design is aesthetic
The aesthetic quality of a product – and the fascination it inspires – is an integral part of the its utility. Without doubt, it is uncomfortable and tiring to have to put up with products that are confusing, that get on your nerves, that you are unable to relate to. However, it has always been a hard task to argue about aesthetic quality, for two reasons.

Firstly, it is difficult to talk about anything visual, since words have a different meaning for different people.

Secondly, aesthetic quality deals with details, subtle shades, harmony and the equilibrium of a whole variety of visual elements. A good eye is required, schooled by years and years of experience, in order to be able to draw the right conclusion.


4. Good Design helps a product be understood
It clarifies the structure of the product. Better still, it can make the product talk. At best, it is self-explanatory and saves you the long, tedious perusal of the operating manual.


5. Good Design is unobtrusive
Products that satisfy this criterion are tools. They are neither decorative objects nor works of art. Their design should therefore be both neutral and restrained leaving room for the user’s self-expression.


6. Good Design is honest
An honestly-designed product must not claim features it does not have – being more innovative, more efficient, of higher value. It must not influence or manipulate buyers and users.


7. Good Design is durable
It is nothing trendy that might be out-of-date tomorrow. This is one of the major differences between well-designed products and trivial objects for a waste-producing society. Waste must no longer be tolerated.


8. Good Design is thorough to the last detail
Thoroughness and accuracy of design are synonymous with the product and its functions, as seen through the eyes of the user


9. Good Design is concerned with environment
Design must contribute towards a stable environment and a sensible use of raw materials. This means considering not only actual pollution, but also the visual pollution and destruction of our environment.


10. Good Design is as little design as possible
Back to purity, back to simplicity.


posted @ 2009-03-27 13:15 daning 阅读(149) | 评论 (0)编辑 收藏

自动添加log4j声明

写log是个好习惯,但是每次都在代码中创建logger代码,太麻烦。
在eclipe中设置一下,
windows->preference->java->editor->templete
添加新模板,比如叫logger
如下图所示:

在pattern中填入:
private static Logger logger = Logger.getLogger(${enclosing_type}.class);
保存。

下次再需要建立logger的时候,就输入log然后按alt+/,就会自动补全了。

posted @ 2009-03-23 11:05 daning 阅读(191) | 评论 (0)编辑 收藏

调整word文档默认显示比例

需求:
假设当打开一个word文档时,word文档的显示比例是200%或者其他什么值。你想调增为100%, 使用 试图-》显示比例 调整后,保存。再次打开,显示比例又原来的200%比例了。

尝试了半天也没发现好的方法可以解决。一个偶然的机会,发现了一个有点变态的方法。

解决方案:

参考:http://www.dzwebs.net/355.html

若要随文档或模板保存特定的显示比例设置以使该文档或模板总以该特定的显示比例设置打开,必须先在该文档或模板中做一处更改。所做的更改只是添加并删除一个空格即可,这样可确保该文档或模板经过编辑,设置被保存。

  1、打开您希望以特定显示比例设置保存的文档或模板。

  2、在“视图”选项卡上的“显示比例”组中,单击“显示比例”。

  3、选择所需的设置。

  4、在该文档或模板中添加并删除一个空格。

  5、单击“Microsoft Office 按钮”,然后单击“保存”。



=====================下面的方法太土了,致歉=========================
在Office 2003中成功。
1. 打开文档
2. 调整为你想要的显示比例
3. 随便做些修改,加一个字或者删一个字,保存,但别关闭文档。
4. 使用任务管理器,结束WINWORD进程。这样就把word文档意外关闭了。
5. 重新打开word文档,选择恢复文档,就是你想要的显示比例了。

如果没有成功,就反复试几次。

注意:有一定风险,建议将源文件备份一下再试。

posted @ 2009-03-19 21:03 daning 阅读(6456) | 评论 (0)编辑 收藏

windows右键打开命令行窗口

总是用到svn和maven命令,每次定位目录太麻烦,想加入个向linux下open-terminal的功能。
参考:
http://www.lanbolee.com/blog/read.php?215

方法一

打开“我的电脑”,点击菜单中的“工具”-“文件夹选项”,选择“文件类型”,找到“(无)资料夹”, 点“高级”,“新建”,在“操作”中填入 “CMD快速通道”(其实爱填什么都可以),“用于执行操作的应用程序”中填入“cmd.exe /k cd %1”(这个是关键),确定即可。


右键打开任何一个文件夹、分区,点击“CMD快速通道”,就可以打开CMD命令行了。


方法二


PS: 其实所有的实现方法都是对注册表做了同样的修改:在HKEY_CLASSES_ROOT"Folder"shell下增加一个“CMD”子键,将该子键的 “(默认)”键值修改为“CMD快速通道”,然后在该子键下再建立一个子键“command”,将“command”的“(默认)”键值修改为 “cmd.exe /k cd %1”。用注册表文件表示就是:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT"folder"shell"cmd]
@="CMD快速通道"

[HKEY_CLASSES_ROOT"folder"shell"cmd"command]
@="cmd.exe /k cd %1"

posted @ 2009-03-19 11:52 daning 阅读(1050) | 评论 (1)编辑 收藏

在局域网做maven repository镜像

有些库在maven官方库中没有或者不是最新的。维护一个自己的库比较好。
参考:
http://maven.apache.org/guides/mini/guide-mirror-settings.html
http://jdkcn.com/entry/shrink-maven-mirror.html
在crontab中加入如下内容,
每天凌晨2点同步库。

0 2 * * * rsync ------progress --exclude "*.zip" --exclude "*.gz" --exclude "*.war" --exclude "*.bz" --exclude "*.bz2" rsync://rsync.cica.es/maven2 /home/rory/repository

posted @ 2009-03-16 16:54 daning 阅读(895) | 评论 (0)编辑 收藏

仅列出标题
共6页: 上一页 1 2 3 4 5 6 下一页