• 2011-03-24

    莫名其妙的application/octet-stream

    最近打开浏览器时偶尔会跳出application/octet-stream的提示,查了一下,还是不解,无论linux下还是win7下都遇到过,那不成和G¥F¥W¥有关?

    http://support.mozilla.com/en-US/questions/746116

    application/octet-stream is a generic content (MIME) type. Fir...

    Tag:浏览器
  • 2011-03-22

    linux桌面下更改文件关联 - [Linux]

    找到需要打开的文件,右键选择属性,就可以更改

     

  • 2011-03-17

    Archlinux 里面flash的中文显示 - [默认分类]

    安装wqy-microhei,目前在AUR里面有beta版,效果 挺明显的

    可以直接:

    yaourt wqy-microhei

    找到然后安装

    参考自https://heiher.info/2123.html 谢谢!


    Tag:
  • 2010-04-03

    OpenOffice.org Calc中在单元格内手动换行 - [Openoffice]

    1.双击选中单元格,这时输入提示符还在窗口顶部的输入栏内

    2.再单机该单元格,将输入提示符切换到单元格内

    3.ctrl+enter

    (原来英文换行用wrap)
    参考:
    http://wiki.services.openoffice.org/wiki/Zh/Documentation/OOo3_User_Guides/Calc_Guide/Formatting_data

    Using manual line breaks

    To insert a manual line break while typing in a cell, press Ctrl+Enter. This method does not work with the cursor in the input line. When editing text, first double-click the cell, then single-click at the position where you want the line break.

    When a manual line break is entered, the cell width does not change. The figure below shows the results of using two manual line breaks after the first line of text.

    Tag:
  • 2010-04-01

    更改X11鼠标主题(GDM登录管理器用的鼠标主题) - [默认分类]

    1.将下载好的鼠标主题解压缩到
    /usr/share/icons/
    应该会形成如下的文件结构
    /usr/share/icons/YourCursorName
    /usr/share/icons/YourCursorName/index.theme
    /usr/share/icons/YourCursorName/cursors/
    2.编辑或创建文件
    /usr/share/icons/default/index.theme
    内容如下:
    [Icon Theme]
    Inherits=YourCursorName
    Tag: