http://www.w3cplus.com/sassguide/install.html先下载ruby$ gem sources$ gem sources --remove https://rubygems.org/$ gem sources -a https://ruby.taobao.org/...
分类:
Web程序 时间:
2015-05-06 13:01:40
阅读次数:
147
先增加Maven3的源,在/etc/apt/sources.list中添加以下信息 deb http://ppa.launchpad.net/natecarlson/maven3/ubuntu precise main deb-src http://ppa.launchpad.net/natecar...
分类:
系统相关 时间:
2015-05-06 10:43:23
阅读次数:
260
一、编绎显示Unknown type name “CGFloat” 等 错误解决方法
将Compile Sources As 改为 Objective-C++
二、如果是extern
const引起的。直接加头文件
#import...
分类:
其他好文 时间:
2015-05-06 09:15:20
阅读次数:
169
"_OBJC_CLASS_$_Play", referenced from:
IOS做了这么久也没写过什么博客,不好不好,今天开始写
遇到的问题:"_OBJC_CLASS_$_Play", referenced from:
解决方案:
Tagert--Build Phases -- Compile Sources 下添加对...
分类:
其他好文 时间:
2015-05-05 10:44:07
阅读次数:
117
编译安装http-2.4.10:一、安装开发工具:#yumgroupinstall-y"DevelopmentTools""ServerPlatformDevelopment"lftp172.16.0.1:/pub/Sources/sources/httpd>下载这3个包:mgetapr-1.5.0.tar.bz2apr-util-1.5.3.tar.bz2httpd-2.4.10.tar.bz2最好是以上面的顺序进行编译安装:#ta..
分类:
Web程序 时间:
2015-05-03 19:06:23
阅读次数:
140
在targets的build phases选项下Compile Sources下选择要不使用arc编译的文件,双击它,输入 -fno-objc-arc 即可MRC工程中也可以使用ARC的类。方法如下:在targets的build phases选项下Compile Sources下选择要使用arc编译...
分类:
其他好文 时间:
2015-04-30 19:32:25
阅读次数:
119
python代码示例:https://github.com/sendcloud2013/sendcloud_docs/blob/master/sources/downloads/code/python.mdcurl示例:https://github.com/sendcloud2013/sendcloud_docs/blob/master/sources/downloads/code/curl.md
分类:
编程语言 时间:
2015-04-28 19:03:39
阅读次数:
442
记录器对象在上个章节的接收器部分我们已经知道了Log库是如何存储日志的,现在是时候去尝试记录日志了。首先我们要创建一个记录器,这非常简单:boost::log::sources::logger lg;【注意】现在我们没有为记录器(logger)创建任何的BOOST_LOG_TRIVIAL,其实Log...
分类:
其他好文 时间:
2015-04-28 13:23:46
阅读次数:
406
The CentOS Linux distribution is a stable, predictable, manageable and reproduceable platform derived from the sources of Red Hat Enterprise Linux (RH...
分类:
其他好文 时间:
2015-04-27 20:04:21
阅读次数:
253
mongo管理安装源安装(ubuntu)echo "deb http://repo.mongodb.org/apt/ubuntu "$(lsb_release -sc)"/mongodb-org/3.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.0.listapt-key adv --keyserver keyserve...
分类:
其他好文 时间:
2015-04-27 16:52:17
阅读次数:
167