自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

转载 Hacker News 4月14日热帖:模糊测试SQLITE

Hacker News 4月14日热帖:模糊测试SQLITE. https://news.ycombinator.com/item?id=9376391http://lcamtuf.blogspot.com/2015/04/finding-bugs-in-sqlite-easy-way.html?m=1With this in mind, I decided to take S

2015-04-15 10:52:14 825

原创 Android的ExpandableListView的动画展开效果和使用traceview的性能优化

ExpandableListView的动画展开效果, 并使用traceview进行性能优化

2014-10-08 00:36:29 7679 6

原创 拆解Google Play Services 4.4,猜想Google I/O 2014的新动向,Android Wear支持等

原文作者:Cody Toombs

2014-05-29 17:15:42 2493

原创 Node.JS, Mongoose和Jade搭建OAuth2服务器 (一)

今天我们来看一个Node.JS的实际

2014-04-14 07:29:37 6497 1

原创 使用Java语言编写的Demo:上传文件至百度网盘(Baidu PCS)

为什么会有这个Demo? 因为官方提供Android

2014-04-08 17:56:57 13268 3

翻译 立体像素画:Obelisk.js绘制等轴透视立体图形(Isometric Graphics) 作者:Alex Young

译者注:IsometricGraphics, 游戏绘图中的常用术语,可直观理解为透视立体图形,就像你在《帝国时代》或者《暗黑破坏神》这些游戏里看到那样。关于这里面的背景知识:这篇博文很有帮助http://www.cnblogs.com/turingbooks/archive/2011/12/26/2301890.html原文链接:http://dailyjs.com/2014/03/24/ob

2014-03-28 14:41:25 3981

翻译 Android Wear Preview Launcher APK 深度体验(反编译分析和下载)。 作者: Liam Spradlin

几天前,谷歌官博发布Android Wear的消息给智能可穿戴市场引爆了一颗重磅炸弹。这个雄心勃勃的项目虽说现在还只能用在智能手表上,但是谷歌的目的已经很明显了,他们会针对性的专门优化这种Android版本,用到尽可能多的可穿戴设备上。仅在发布当天的24小时之内,各方面关于Android Wear的讨论、分析和预测就已经铺天盖地,可以预计,在未来几天里还会有更多滔滔不绝的讨论。今天,我们拿到了

2014-03-25 07:28:15 5459 2

原创 Node.JS之妙用初探 https://github.com/rvagg/learnyounode

介绍一个Node.JS界的大神:Rod Vagg,和他的nodeschool.io, 以及learyournode这么Node Module. https://github.com/rvagg/learnyounode. 开发技术教程的人应该好好学习下。来看其中一篇Node.JS的妙用。写一个Node.JS的Module,调用这个Module,列出目录内容,以给定字串过滤,类似于 ls

2014-02-23 22:53:29 2135

原创 Mac的反编译工具一:otool (objdump工具的OSX对应工具)。

objdump的选项-S、-l十分方便。如果二进制文件中带有调试信息,可以将源代码、文件明及夯实与汇编代码对应显示。在OSX上,对应的工具是otool。与“objdump -Sl”能力接近的命令是otool -tV。看一看insert sort算法的反编译。插入排序的一种实现:#include void insert_sort(int* L, int size) { i

2014-02-22 23:49:31 26204 1

原创 LaTeX Tutorial

What is LaTeX?LaTeX is a high-quality typesetting system, with features designed for the production of technical and scientific documentation. LaTeX uses tags to mark up the content in documents. Wi

2014-02-20 10:39:10 1409

原创 玩转Masonry JS库来实现瀑布流Web效果

工作项目中需要制作个Mobile上的Web App的展示,方便快捷访问和评价反馈。在展示页面能看到应用展示图,点击进入Web应用。我不是前端开发者,对HTML, CSS, JS这三剑客仅仅是略知一二。于是先规划了个简单的设计,感觉瀑布流的图片展示方式比较美观,同时布局的高度也一定灵活性。就按照Pinterest Android/IOS和花瓣Mobile Web App的目标开始实现。第

2014-02-18 19:42:08 4315

原创 OSX上的vim配置:从Linux到Mac,C/Java到JS,HTML

在linux上工作的有两种人:用vi的,和用emacs。我身边的人多数是vier, 自己也深爱之。 近来改成用Macbook Pro,开发也从C/JAVA转而接触到JS, HTML,代码编辑器的配置自然也要跟上。Mac上做可选优秀编辑器或者IDE很多,Sublime Text, TextWrangler, Eclipse等,但是VIM几乎无所不能的插件库,以及速度快的优势还是几乎无可替

2013-12-04 11:30:18 3296

原创 自己动手:bash脚本工具统计git历史, 发掘谷歌在Android项目奥秘

和几个项目经理朋友聊到项目工作量评估,公司内部对代码量,工程师的工作量通常有集成工具记录和衡量,但是如何比对其它业界的项目效率就成立讨论焦点,比如Google的Android工程师的代码出产效率,每个项目都花费了多少人力等等。受人之托,从Android的Git历史中研究以下这些问题,于是有了这个Bash脚本工具。最新版本的github.com下载链接 https://github.co

2013-12-04 10:25:08 1505

git-repo 2015/04/28版本

git-repo 2015/04/28版本

2015-05-01

learnyounode解答

Learyournode 安装和简介。这里是全部解答。 Install Node.js Run sudo npm install learnyounode -g Run learnyounode .. profit! learnyounode will run through a series of Node.js workshops. Starting at a basic "HELLO WORLD" and moving on to more advanced exercises about dealing with synchronous & asynchronous I/O, filesystem operations, TCP and HTTP networking, events and streams. Once you have finished learnyounode, graduate to stream-adventure for a set of exercises that dig in to Node's streams. Contributors learnyounode is proudly brought to you by the following hackers: Rod Vagg GitHub/rvagg Twitter/@rvagg Andrey Sidorov GitHub/sidorares Twitter/@sidorares Julián Duque GitHub/julianduque Twitter/@julian_duque Lars-Magnus Skog GitHub/ralphtheninja Twitter/@ralphtheninja Tim Inman GitHub/thehack Twitter/@timinman Dan Flettre GitHub/Flet Twitter/@flettre

2014-02-23

tcpdump for android version

root@umts_spyder:/data# ./tcpdump -h tcpdump version 3.9.8 libpcap version 0.9.8 Usage: tcpdump [-aAdDeflLnNOpqRStuUvxX] [-c count] [ -C file_size ] [ -E algo:secret ] [ -F file ] [ -i interface ] [ -M secret ] [ -r file ] [ -s snaplen ] [ -T type ] [ -w file ] [ -W filecount ] [ -y datalinktype ] [ -Z user ] [ expression ]

2014-02-22

android repo v1.12.4

android repo 工具 v1 12 4 详细版本如下: repo version v1 12 4 from https: gerrit googlesource com git repo repo launcher version 1 20 from Users oliverluan bin repo new git version 1 8 3 4 Apple Git 47 Python 2 7 5 default Aug 25 2013 00:04:04 [GCC 4 2 1 Compatible Apple LLVM 5 0 clang 500 0 68 ]">android repo 工具 v1 12 4 详细版本如下: repo version v1 12 4 from https: gerrit googlesource com git repo repo launcher version 1 20 from Users oliverluan bin repo new git version 1 8 3 4 Apple Git 47 Python 2 7 5 default Aug 25 2013 00:04:04 [GCC 4 2 1 Compati [更多]

2014-01-21

空空如也

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

TA关注的人

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