自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (4)
  • 收藏
  • 关注

原创 Github Pages + Hexo 设计你的免费 blog

我之前在 Window 下使用 Github Pages + Hexo 搭建了一个免费的 blog,后来由于某些原因我重新在 Ubuntu 下重建了一下我的 blog。在重建过程中遇到了很多,折腾了好久才解决掉。遂写下这篇博文,分享这些 tips,万一哪天手贱了又需要重建,也可以少走写弯路。

2015-06-07 00:12:28 701

原创 在 Android Studio 中修改包名所遇到的坑

在Android Studio中修改包名的注意事项

2015-04-13 17:38:58 1465

原创 Android 在 service 中实现后台录像

Background video recording in Android

2015-04-09 10:51:56 9336 3

原创 Android 编译错误:/usr/bin/ld: cannot find -luuid,/usr/bin/ld: cannot find -llzo2

在64位ubuntu 12.04 下编译 Android 系统源码会出现下列错误: /usr/bin/ld: cannot find -luuid /usr/bin/ld: cannot find -llzo2判断是缺少对应的库,尝试使用以下命令修复: sudo apt-get install uuid uuid-dev sudo apt-get install libl

2015-04-07 10:39:28 898

原创 如何让两个 TextView 在 RelativeLayout 中水平居中显示

stormzhang 的博客有一篇Tencent Interview  其中有个问题是 如何让两个 TextView 在 RelativeLayout 中水平居中显示,第一反应是用一个LinearLayout 包装它们。今天我想了另一种方法,布局文件如下:<RelativeLayout xmlns:android="http://schemas.android.com/a

2015-03-20 10:07:04 18889 5

原创 如何禁止Gridview上下滑动?

因为android没有提供直接禁止Gridview滑动的API,也没有提供相应的属性来在XML布局文件中直接禁止滑动,当我们做菜单时要禁止Gridview上下滑动怎么办呢?1、自定义一个Gridview2、通过重新dispatchTouchEvent方法来禁止滑动public class GrapeGridview extends GridView {public Grap

2014-07-30 10:38:41 1323

How to Think Like a Computer Scientist C Version

C o py r ig ht (C ) 1 9 9 9 Alle n B . Dow ne y T his b o o k is a n O p e n So ur c e Te x tb o o k (O ST ). Pe r mis s io n is g r ante d to r e pr o -duc e , s to r e o r tr a ns mit the te x t o f this b o o k by a ny me a ns , e lec tr ic a l, me cha n-ic a l, o r bio lo g ic a l, in a c c o r da nc e w ith the te r ms o f the GNU Ge ne r a l P ublic L ic e ns e a s publis he d by the Fr e e So ftwa r e Fo unda tio n (ve r s io n 2 ). T his b o o k is dis tr ibute d in the ho p e tha t it w ill b e us e ful, but WI T HO UT ANY WARRANT Y; w itho ut e ve n the implie d wa r r a nty o f ME RC HANTAB IL I T Y o r FI T NE SS FO R A PART I C UL AR P URP O SE . Se e the GNU Ge ne r a l P ublic L ic e ns e fo r mo r e de ta ils . T he o r ig ina l fo r m o f this b o o k is L a Te X s o ur c e c o de . C o mpiling this L a Te X s o ur c e ha s the e ffe c t o f g e ne r a ting a de v ic e - inde p e nde nt r e pr e s e nta tio n o f a te x tb o o k , w hich c a n b e c o nve r te d to o the r fo r ma ts a nd pr inted. All inte r me dia te r e pr e s e nta tio ns (inc luding DVI a nd Po s ts c r ipt), a nd a ll printe d c o pie s o f the te x tb o o k a r e a ls o c ove r e d by the GNU Ge ne r a l P ublic L ic e ns e . T he L a Te X s o ur c e fo r this b o o k , a nd mo r e info r ma tio n a b o ut the O p e n So ur c e Te x tb o o k pr o je c t, is ava ila ble fr o m h t t p : / / w w w . c s . c ol by . ed u/ ~ do wn e y/ os t o r by w r iting to Alle n B . Dow ne y, 5 8 5 0 May flowe r Hill, Wa te r v ille , ME 0 4 9 0 1 . T he GNU Ge ne r a l P ublic L ic e ns e is ava ila ble fr o m w w w .g nu.o rg o r by w r iting to the Fr e e So ftwa r e Fo unda tio n, I nc ., 5 9 Te mple P la c e - Suite 3 3 0 , B o s to n, MA 0 2 1 1 1 - 1 3 0 7 , USA. T his b o o k wa s ty p e s e t by the a utho r us ing L a Te X a nd dv ips , w hich a r e b o th fr e e , o p e n- s o ur c e pr o g r a ms .

2013-04-09

简明Python教程

Swaroop, C. H. 著 沈洁元 译 www.byteofpython.info 版本:1.20 A Byte of Python Copyright © 2003-2005 Swaroop C H 简明 Python 教程 《简明 Python 教程》为 "A Byte of Python" 的唯一指定简体中文译本,版权 © 2005 沈洁元 本书依照 创作公用约定(署名-非派生作品-非商业用途) 发布。 概要 无论您刚接触电脑还是一个有经验的程序员,本书都将有助您学习使用Python语言。

2013-04-09

Ubuntu桌面培训

Ubuntu桌面培训

2013-04-09

Two Dimensional Phase Unwrapping Theory Algorithms and Software

Two Dimensional Phase Unwrapping Theory Algorithms and Software,扫描文档,清晰度一般。

2012-03-04

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除