自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

转载 开源二维码库libqrencode

http://www.myleftstudio.org/viewtopic.php?f=37&t=2558编译安装tar zxvf qrencode-3.4.2.tar.gzcd qrencode-3.4.2./configuremakemake installPHP二维码扩展最早实现:http://hirokawa.netflowers.jp/entr

2014-03-28 15:19:33 2554

转载 MAC OS 10.9 编译ZEROMQ3

1,下载ZEROMQ3 wgethttp://download.zeromq.org/zeromq-3.2.4.tar.gztar -zxvf zeromq-3.2.4.tar.gzcd zeromq-3.2.4./configuremakesudo make install2,安装gozmpcd $GOPATH/srcgo get -tags zmq_3_x github

2014-03-26 14:45:29 2185

转载 Ubuntu下使用Sublime Text 2搭建Go开发环境

http://www.cnblogs.com/yourihua/archive/2012/06/04/2529333.html大家好,这几天捣鼓了下 golang 的环境,今天跟大家分享下心得。  Go is an open source programming environment that makes it easy to build simple, reli

2014-03-24 13:05:35 753

转载 Mac下安装配置MongoDB

http://blog.sina.com.cn/s/blog_7c8dc2d50101lwf7.html1.去官方网站下载最新版的Mac版的MongoDB:mongodb-osx-x86_64-2.2.0.tgz。MongoDB的官方网站:www.mongodb.org。 2.解压mongodb的压缩包到某个安装目录,例如:/Users/circle/Develope-Tools。在安装目

2014-03-21 13:05:10 1201

原创 Replacing container/vector in Go programs

/AppendVectora = append(a, b...)//Copyb = make([]T, len(a))copy(b, a)//Cuta = append(a[:i], a[j:]...)//Deletea = append(a[:i], a[i+1:]...)//Expanda = append(a[:i], append(make([]T, j), a

2014-03-18 17:24:49 1034

转载 iOS7 table view embedded in tab bar doesn't display last cell

http://stackoverflow.com/questions/19032458/ios7-table-view-embedded-in-tab-bar-doesnt-display-last-cellIn my storyboard, I have a View controller (embedded in a navigation controller). Insi

2014-03-14 13:53:39 729

转载 Cannot use respondsToSelector using ARC on Mac

http://stackoverflow.com/questions/7941051/cannot-use-respondstoselector-using-arc-on-macWhen I call respondsToSelector in an ARC environment, I get the following error message Automat

2014-03-07 11:57:38 889

转载 Should IBOutlets be strong or weak under ARC?

http://stackoverflow.com/questions/7678469/should-iboutlets-be-strong-or-weak-under-arcFrom a practical perspective, in iOS and OS X outlets should be defined as declared properties. Outlets sho

2014-03-06 16:55:38 783

转载 iOS7中的status Bar问题

http://nsdifficult.com/blog/20131015/ios7statusbarproblem/首先推荐这篇文章:Redesign Your App for iOS 7 之 页面布局在iOS7中状态栏默认透明,且视图默认全屏。在实际开发中发现当直接在一个UIVIewController中添加一个UITableview时会发生table中内

2014-03-06 12:43:50 1397

转载 Finding Path/Route Between two points on MapKit in iPhone

http://tricksni.blogspot.com/2012/12/finding-pathroute-between-two-points-on.htmlBelow is the code to finds path & draws line between two locations.To implement below class:_mapRecord

2014-03-03 15:39:58 1161

objective-c手册

objective-c手册,讲述一些基本的objective-c语法。

2010-11-15

空空如也

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

TA关注的人

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