关于Xcode7 Beta报错 simulator runtime is not available.Unable to open liblaunch_sim.dylib Try reinstalling Xcode or the simulator runtime.解决办法一、找到目标文件/App...
分类:
其他好文 时间:
2015-06-13 22:58:28
阅读次数:
1144
在Mac下安装Eclipse插件svnEclipse插件后,每次打开Eclipse都会弹出如下弹出框:提示你本机缺少JavaHL Library。选择Eclipse→偏好设置(preference)→Team→SVN,可以看到SVN接口Client的定义如下:这说明当前系统中缺少JavaHL,需要我...
分类:
编程语言 时间:
2015-06-13 18:24:12
阅读次数:
2808
Content Hugging 和 Content Compression Resistance这两个属性对有intrinsic content size的控件(例如button,label)非常重要。通俗的讲,具有intrinsic content size的控件自己知道(可以计算)自己的大小,例如一个label,当你设置text,font之后,其大小是可以计算到的。关于intrinsic con...
分类:
移动开发 时间:
2015-06-12 11:52:28
阅读次数:
166
Gone Fishing
Time Limit: 2000MS
Memory Limit: 32768K
Total Submissions: 30281
Accepted: 9124
Description
John is going on a fishing trip. He has h hours available (...
分类:
其他好文 时间:
2015-06-11 13:08:13
阅读次数:
135
今天在将项目从虚拟机上移植到真实机器上面的时候,发现问题,总是不成功,最后判断是userspace的程序没有向kernel发送消息成功,因为无法触发kernel的行为,但是userspace显示正常。这个问题好像两个月之前,netlink模块测试的时候遇到过这个问题,当时加上sleep就好了,同样复...
分类:
其他好文 时间:
2015-06-11 01:48:27
阅读次数:
866
出现OError: decoder jpeg not available的原因是,没有装JPEG的库,同时要支持png图片的话还要装ZLIB、FREETYPE2、LITTLECMS的库文件。先说第一种解决方案:完整安装这些库!!!!安装方法:http://cn-popeye.iteye.com/bl...
分类:
系统相关 时间:
2015-06-11 00:09:53
阅读次数:
1260
NS_CLASS_AVAILABLE_IOS(2_0) @interface UIPageControl : UIControl { @private NSMutableArray* _indicators; NSInteger _currentPage; NSInteger _d...
分类:
其他好文 时间:
2015-06-10 13:47:30
阅读次数:
112
https://msdn.microsoft.com/library/windows/apps/dn894631.aspxUse visual state triggers to build UI that can adapt to available screen spaceYour UI may...
Nginx + Fastcgi配置方法
一、nginx安装&配置
1) apt-get install nginx
2) 修改/etc/nginx/sites-available下的default文件
#设置首页
root /usr/share/nginx/myweb;
index index.html index.htm;
#修改端口
listen 8880 default_ser...
分类:
其他好文 时间:
2015-06-09 20:05:45
阅读次数:
205
[xubc@masterconf]$hadoopjar/usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jarwordcount/user/lizeyi/people.txt/user/lizeyi/wordcount7
15/06/0818:36:16INFOclient.RMProxy:ConnectingtoResourceManageratmaster.hadoop/10.3.4.35:8032
15/06/0818:36:17INFOinput...
分类:
编程语言 时间:
2015-06-08 21:45:20
阅读次数:
223