- 浏览: 41498 次
- 性别:
- 来自: 成都
最新评论
-
自己811005:
f2983718ff3ef6390d1743f587c1186 ...
ubuntu解压文件乱码 -
自己811005:
9352596bdc6909ba1efb68fc4e78cff ...
ubuntu解压文件乱码 -
zingsky:
你敢说下是怎么搞定的么
android不能删除联系人bug -
xiaoliefengfeng:
...
android不能删除联系人bug -
luyi-jn:
怎么搞定的?
android不能删除联系人bug
文章列表
卸载rar,只装unrarviewtopic.php?f=8&t=270884&start=0
sqliteman,把名字记下来
1、启动MyEclipse 选择菜单栏 Windows ->Preperences ->General ->keys
2、把word completion
的快捷键设置alt+/删掉!//如果这里不删除的话,你就算设置了也没用的.
3、把Content Assist
的快捷键 改成alt+/
1、安装guild-essential linux-header-${uname -r}2、下载nvidia linux显卡驱动,如果关闭gdm直接sh安装的会叫你现关闭nouveau,不知道怎么关闭,google了一下,nouveau启动很早,所以直接修改grub启动项,如下:
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-686 (recovery mode333)' --class debian --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ...
转自站内:http://cookoo.iteye.com/blog/32275
按v进入visual状态,选择多行,用>或<缩进或缩出
通常根据语言特征使用自动缩进排版:在命令状态下对当前行用== (连按=两次), 或对多行用n==(n是自然数)表示自动缩进从当前行起的下面n行。你可以试试把代码缩进任意打乱再用n==排版,相当于一般IDE里的code format。使用gg=G可对整篇代码进行排版。
http://hi.baidu.com/xuehuo_0411/blog/item/737502df54374754cdbf1a24.html
在fedora 14中,在Openoffice或者浏览器里面的字体有的时候看起来感觉可别扭,非常难看,有种变形的感觉,这是因为Openoffice打开的文档默认是用宋体,但是fedora 12里面貌似没有安装宋体,所以有好多字不能正确地显示出来。解决方法是,在Windows系统的C盘的WINDOWS文件夹下的Fonts文件夹,把你想在fedora 12里面安装的字体类型复制出来(如果你们复制不出来,就自己想办法吧……),在fedora 12中双击安装即 ...
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.addCategory(Intent.CATEGORY_BROWSABLE);
intent.setData(android.net.Uri.parse("http://www.google.com"));
public void setGroupIndicator (Drawable groupIndicator)
Since: API Level 1
Sets the indicator to be drawn next to a group.
Parameters
groupIndicator The drawable to be used as an indicator. If the group is empty, the state state_empty will be set. If the group is expanded, the state state_expanded ...
转自:http://blog.chinaunix.net/u2/85848/showart_2340273.html
Unicode汉字编码表
1 Unicode编码表
Unicode只有一个字符集,中、日、韩的三种文字占用了Unicode中0x3000到0x9FFF的部分
Unicode目前普遍采用的是UCS-2,它用两个字节来编码一个字符, ...
今天在ubuntu中安装了virtualBox,xp中“网络映射”看不到vbox的共享目录,后来才看到,起到xp后,在vbox的菜单device中有个Install Gust Addition,这样XP就会安装一些Vbox的东西了,再看就能看到了。
#java awt program is blank resolution比如android nine patch这个应用
export AWT_TOOLKIT=MToolkit
Linux设置fcitx
Ibus有时用起来也很不爽,特别是在openoffice中打出了非法字符还卡死了,害得没保存的得重写,有些应用嘛光标不跟着走,跑到不知那个角落上去了。于是又想起了以前用的fcitx,还是这个专注中文的好用。
在.basrc中加以下:
export GTK_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
export QT_IM_MODULE=fcitx
Original link:http://www.java-samples.com/showtutorial.php?tutorialid=331
Java defines two interesting type modifiers: transient and volatile. These modifiers are used to handle somewhat specialized situations.
When an instance variable is declared as transient, then its value need not persist when ...
光驱不好用了,只能硬盘安装linux,下面是vista下添加grub4dos启动项的命令:
bcdedit /create /d "grub" /application BOOTSECTOR
{40dbabf7-a088-11df-8d7a-d5a5b6540c2a}
bcdedit /set {40dbabf7-a088-11df-8d7a-d5a5b6540c2a} device partition=C:
bcdedit /set {40dbabf7-a088-11df-8d7a-d5a5b6540c2a} path \grub4dos\grldr.mbr
bc ...