logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

重装Win7恢复Ubuntu 11.10 Grub启动菜单项

拿起ubuntu启动光盘启动进入试用ubuntu,打开超级终端输入命令  sudo fdisk -l  #查看我ubuntu安装的位置(我的是sda8)  sudo passwd root  #设置root密码不想的话可以sudo -i来获取最高权限  mount /dev/sda8 /mnt  #挂在ubuntu系统位置  grub-install --root-director

#ubuntu
git获取干净代码(不带版本控制文件)

Use git archive; something like:git archive --format=tar --remote=$REPO $BRANCH | tar xf -This command gets only the source tree with no git metadata (i.e., no.git subdirectory).  It is also ve

#git
Android Root刷机资源 & Google Nexus资源

深度刷机,有各种机型的刷机Rom,也有刷机工具:http://shuaji.shendu.com/

Unpack/repack ext4 Android system images

Unpack/repack ext4 Android system imagesI didn't find any good info for modifying and creating ext4 sparsed images so i decided to shareThis is for all who wants to unpack and modify the ori

C# Creating a Custom Mouse Cursor

C# Creating a Custom Mouse CursorPosted in Programming at 7:17 am by Michael DanielThis is surprisingly easy to do. To create a cursor from an image resource:Cursor cursor = new Cursor(Propert

#c#
【Android-Emulator】Android模拟器介绍和基本使用

<br /><br />【Android-Emulator】Android模拟器介绍和基本使用<br /> <br />http://blog.csdn.net/sunnyclare/archive/2010/03/23/5408290.aspx<br />注:其中部分内容参考网上资源<br /> <br />1、Android模拟器介绍<br /> <br />Android中提供了一个模拟器来

#android#eclipse
Android X86模拟器的使用配置方法

使用Android x86模拟器,可以解决ARM模拟器速度慢的问题!!下载 Android x86. 它的速度比ANDROID SDK的模拟器速度快多了,按以下步骤配置:安装 VirtualBox.下载所需的ANDROID X86安装ISO iso-file创建这样的虚拟机:Linux 2.6/Other Linux, 512 Mb RAM, HD 2 Gb. Network: PCn

#android#x86#eclipse +1
用Python xlrd对比两个Excel文件的差异diff

对于经常使用Excel作数据处理的任务,时常需要了解某个Excel文件相对于之前作了哪些修改。下边提供我最近编写的一个diff两个Excel文件的Python脚本,用到了xlrd库。#!/usr/bin/python#coding=gbk# 用法:python diff_excel.py [file1] [file2]from xlrd import open_workbooki

Android定制弹出窗口样式

<br />Android定制弹出窗口样式的方法主要是通过主题Theme来实现。具体可参考themes.xml中的Theme和Theme.Dialog的对比。

#android
到底了