海王  
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 55 下一页

2010年5月7日

摘要: http://hi.baidu.com/eehuang/blog/item/3ae0d438393db9f7b311c725.html git1.5早就出来了, 不过ubuntu和debian上的源还都死1.4, 由于git 1.4和git1.5相差比较大,而且git1.5更适合使用习惯,所以推荐安装git1.5版本。 具体方法如下: 在/etc/apt/sources.list 里添加一行:de... 阅读全文
posted @ 2010-05-07 17:09 海王 阅读(10589) 评论(0) 推荐(0) 编辑
 
摘要: http://blog.csdn.net/DragonCheng/archive/2009/04/16/4083069.aspx 进入不了source.android.com,故是网友介绍的一种方式下载的。 下载完毕后,源码目前有3.83G大小。 首先,你先到 http://code.google.com/p/msysgit/downloads/list 上下载Git-xxx.exe,我下載的... 阅读全文
posted @ 2010-05-07 16:51 海王 阅读(872) 评论(0) 推荐(0) 编辑

2010年5月3日

摘要: http://hi.baidu.com/zkheartboy/blog/item/0a4691d6f74f112606088b6c.html 电阻触屏俗称“软屏”,多用于Windows Mobile系统的手机;电容触屏俗称“硬屏”,如iPhone和G1等机器采用这种屏质的。一、室内可视效果两者通常很好。二、触摸敏感度1、电阻触屏:需用压力使屏幕各层发生接触,可以使用手指(哪怕带上手套),指甲,触笔... 阅读全文
posted @ 2010-05-03 13:18 海王 阅读(1507) 评论(0) 推荐(0) 编辑

2010年4月29日

摘要: http://hi.baidu.com/pobenliu/blog/item/2180dc3502933c375bb5f5a5.html 1.sudo gedit /etc/apt/sources.list编辑你的源列表,将原来的内容全部删除,添加下面列表中最适合你的源(注意不要全部添加),选择一个最合适你的即可,复制到你的列表中,然后保存列表。2.sudo apt-get update 更新源列... 阅读全文
posted @ 2010-04-29 16:18 海王 阅读(350) 评论(0) 推荐(0) 编辑

2010年4月27日

摘要: make -j 4 zImage分四个线程执行编译 阅读全文
posted @ 2010-04-27 22:31 海王 阅读(1503) 评论(0) 推荐(0) 编辑
 
摘要: 1.安装中文包,默认的scim中文输入法才会有用(时间比较长1个多小时):sudo apt-get install language-support-zh language-pack-zh2.可以自己安装输入法 fcitx,当然也需要中文包的支持   a。 http://wiki.ubuntu.org.cn/Fcitx 官方网   b。 scim和fcitx有冲突,安装后调不出fcitx 。解决... 阅读全文
posted @ 2010-04-27 01:27 海王 阅读(1337) 评论(0) 推荐(0) 编辑

2010年4月26日

摘要: 把WINDOWS 系统下的某个文件共享,然后通过mount 命令把此文件共享到Linux 目录下。如:mount –t smbfs //192.168.2.110/test /mnt/share –o username=your_user_name,workgroup=your_nt_domain这样就把共享的test 目录文件共享到Linux 目录下的/mnt/share 中了,在Linux 中... 阅读全文
posted @ 2010-04-26 21:02 海王 阅读(1808) 评论(0) 推荐(0) 编辑

2010年4月24日

摘要: http://www.itshanghai.net/technology/2008/1128/article_110.html Kobjectskobject是一种数据结构,定义在 。 struct kobject { const char * k_name;/*kobject 的名字数组(sysfs 入口使用的名字)指针;如果名字数组大小小于KOBJ_NAME_LEN,它指向本数组的name,否... 阅读全文
posted @ 2010-04-24 11:05 海王 阅读(9010) 评论(0) 推荐(0) 编辑

2010年4月22日

摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--#include<stdio.h>#include<stdlib.h>#include<sys/syscall.h>//syscall(),__NR_init_mo... 阅读全文
posted @ 2010-04-22 09:31 海王 阅读(477) 评论(0) 推荐(0) 编辑

2010年4月21日

摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--#include<stdio.h>#include<stdlib.h>#include<sys/syscall.h>//syscall(),__NR_init_mo... 阅读全文
posted @ 2010-04-21 16:40 海王 阅读(865) 评论(0) 推荐(0) 编辑
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 55 下一页