
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
拿起ubuntu启动光盘启动进入试用ubuntu,打开超级终端输入命令 sudo fdisk -l #查看我ubuntu安装的位置(我的是sda8) sudo passwd root #设置root密码不想的话可以sudo -i来获取最高权限 mount /dev/sda8 /mnt #挂在ubuntu系统位置 grub-install --root-director
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
深度刷机,有各种机型的刷机Rom,也有刷机工具:http://shuaji.shendu.com/
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 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
<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 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
对于经常使用Excel作数据处理的任务,时常需要了解某个Excel文件相对于之前作了哪些修改。下边提供我最近编写的一个diff两个Excel文件的Python脚本,用到了xlrd库。#!/usr/bin/python#coding=gbk# 用法:python diff_excel.py [file1] [file2]from xlrd import open_workbooki
<br />Android定制弹出窗口样式的方法主要是通过主题Theme来实现。具体可参考themes.xml中的Theme和Theme.Dialog的对比。







