1.安装带有调试信息的libc: sudo apt-get install libc6-dbg 2.下载libc源码 a.选定一个放置源码的目录并进入,如 /home/kent/dev-os/libc6-source b.执行sudo apt-get source libc6, 会把...
分类:
其他好文 时间:
2014-07-09 21:30:49
阅读次数:
143
'=========================================================================='' VBScript Source File -- Created with SAPIEN Technologies PrimalScript 4....
分类:
其他好文 时间:
2014-07-09 21:18:43
阅读次数:
245
1. [代码]方法代码 function cp(source, target) { function isBaseType(v) { var type = typeof v; var basetype = { "string": true, "number": t...
分类:
编程语言 时间:
2014-07-09 20:43:56
阅读次数:
330
在ubuntu下获取对应内核源码命令 输入:apt-cache search linux-source //查看内核版本输入:apt-get install linux-source-3.0.0 //获取对应版本的内核,默认安装在/usr/src目录下
分类:
系统相关 时间:
2014-07-09 00:29:09
阅读次数:
256
linux下文件的复制、移动与删除命令为:cp,mv,rm一、文件复制命令cp 命令格式: cp [-adfilprsu] 源文件(source) 目标文件(destination) cp [option] source1 source2 source3 ... directory 参数说明: -a...
分类:
其他好文 时间:
2014-07-09 00:00:34
阅读次数:
256
#import "CoolSegue.h"
@implementation CoolSegue
-(void)perform
{
UIViewController* source = self.sourceViewController;
UIViewController* destination = self.destinationViewController;...
分类:
移动开发 时间:
2014-07-08 21:12:14
阅读次数:
207
这里主要是举例说明一下如果通过yajl获取json中的值。
对于array和object来说,获取的方式略有不同,具体可以参考下面的代码。
我只是从网上搜集信息,知道有这么一种方法,如果还有别的方法,请各位高手指点一下
首先,先贴出需要解析的json语句
[
"source",
"abc",
{"key1":"value1"}
]
然后就是关键所在了,这...
分类:
Web程序 时间:
2014-07-08 20:03:53
阅读次数:
271
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873
接上文Qt5官方demo解析集28——Extending
QML - Signal Support Example
我们经常会在QML代码中使用Animation和bindings,以使得我们的程序具有更好的动态性能。那么,类似Numbe...
分类:
其他好文 时间:
2014-07-08 16:52:25
阅读次数:
243
因为每个月都要升级两台gitlab server, ruby安装的源老是被墙,痛苦无比。所以需要使用国内的镜像在/home/git/gitlab/Gemfile文件中第一行修改为:# source "http://rubygems.org"
source "http://ruby.sdutlinux.org" 特此记录。...
分类:
其他好文 时间:
2014-07-08 16:39:27
阅读次数:
209
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873
接上文Qt5官方demo解析集29——Extending
QML - Property Value Source Example
还记得我们曾经在Qt5官方demo解析集17——Chapter
3: Adding Property B...
分类:
其他好文 时间:
2014-07-08 15:01:35
阅读次数:
429