Error info:Gen already exists but is not a source folder.Workaround-1:1. Right click project, and select "Properties"2. Select "Java Build Path"3. Ope...
分类:
其他好文 时间:
2014-07-09 19:29:27
阅读次数:
182
TCP创建socket:1 int socket(int domain, int type, int protocol);AF = Address FamilyPF = Protocol FamilyAF_INET IPv4 Internet protocols ip(7)AF_INET6 IPv6...
分类:
其他好文 时间:
2014-07-08 22:39:05
阅读次数:
352
#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
套接字是通信端点的抽象。文件描述符用open函数创建,而套接字描述符用socket函数创建。socket函数原型如下:
int socket(int domain, int type, int protocol);
// 返回值:成功返回套接字描述符,失败返回-1
domain域确定通信特性,不同的域表示地址的格式不同,表示域的常数以AF开头,表示地址族(address family)...
分类:
系统相关 时间:
2014-07-08 16:34:18
阅读次数:
333
本系列所有文章可以在这里查看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
其实这算不上什么高端的技术文章,因为最后解决问题的时候发现这完全是一个动人的故事。情况描述:局域网有一台Cisco2960交换机,,下面连着n台服务器(n<=24),其中就有一个奇怪的现象,有一台服务器自始至终就是连不上另外一台,平时用的时候都是先链接其他服务器,再转..
分类:
其他好文 时间:
2014-07-08 08:44:36
阅读次数:
152
系统及软件版本:RHEL6.4IntelClusterStudioXE2013.1步骤:1、安装IntelClusterStudioXE2013.12、安装软件组Developmenttools,命令:yumgroupinstall"Developmenttools"-y3、设置Intel环境变量,命令如下:source/opt/intel/bin/compilervars.shintel64source/opt/intel/impi/..
分类:
其他好文 时间:
2014-07-08 08:24:34
阅读次数:
743