第一步,xml Manifest中要设置网络权限,否则会出先 webpage not available 设置布局,这里加了个进度条R.layout.activity_main<RelativeLayout xmlns:android="http://schemas.andro...
分类:
移动开发 时间:
2015-03-19 14:50:15
阅读次数:
294
cocos luacompile
cocos luacompile
OverviewUsageAvailable ArgumentsSamples
Overview
Compile the .lua files to .luac.
Usage
cocos luacompile [arguments]
Available Arguments
arg
avai...
分类:
其他好文 时间:
2015-03-19 14:50:11
阅读次数:
177
vonzhou@de16-C6100:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.4 LTS
Release: 12.04
Codename: precise
vonzhou@de16-C6100:~$ u...
分类:
系统相关 时间:
2015-03-19 10:19:27
阅读次数:
158
CompilingThere is a wizard available that provides you with the correct file to download, and which paths to use.You compile Xdebug separately from th...
分类:
其他好文 时间:
2015-03-19 00:39:15
阅读次数:
256
public class SemaphoreTest { private static final int MAX_AVAILABLE=100; private final Semaphore available=new Semaphore(MAX_AVAILABLE,true); ...
分类:
编程语言 时间:
2015-03-18 22:58:09
阅读次数:
205
service nagios restart
Running configuration check...done.
Stopping nagios: .done.
Starting nagios:This account is currently not available.
done.
解决方法
vi /etc/passwd
将:nagios:x:505:505::/home/nagi...
分类:
移动开发 时间:
2015-03-18 18:05:12
阅读次数:
253
搭好Android开发环境之后,用模拟器运行Android程序没有问题,但是将手机用USB连接电脑后,电脑不识别,eclipse也不识别。原因有以下:
1.手机未开启USB调试功能,解决方案:
设置-应用程序-开发-钩选“USB调试”
2.电脑上没有安装该手机的驱动,解决方案:
启动Android SDK and AVD Manager,点击左边的Available Pac...
分类:
移动开发 时间:
2015-03-18 12:30:51
阅读次数:
154
微软近期Open的职位:Job Title: Senior Software EngineerLocation: Shanghai, ChinaHave you ever imagined the world with infinite amount of storage available and...
分类:
其他好文 时间:
2015-03-17 23:35:21
阅读次数:
157
UILayoutSupport1 @property(nonatomic,readonly,retain) id topLayoutGuide NS_AVAILABLE_IOS(7_0); 2 @property(nonatomic,readonly,retain) id bottomLayout....
UIAlertController是苹果在iOS8里新推出的一个玩意。它把之前我们用来现实提示框的UIAlertView和UIAlertAction集成在一起了,而且不论在iPhone还是iPad上都能统一使用啦。从UIAlertController的定义可以发现NS_CLASS_AVAILABLE...
分类:
其他好文 时间:
2015-03-16 19:05:50
阅读次数:
496