自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 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 26203 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

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关注的人

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