在使用eclipse写好Android的代码,代码没有报错。然后想在AVD中运行测试时,弹出错误框,提示信息为:
“Your project contains
error(s),please fix them before running your application.”
然后看到在Program提示框中的提示为:
“Error
generating f...
分类:
移动开发 时间:
2015-07-08 12:56:46
阅读次数:
141
DescriptionThe official capital and the cultural capital of Berland are connected by a single road running throughnregions. Each region has a unique c...
分类:
其他好文 时间:
2015-07-07 21:00:58
阅读次数:
117
现在明确一下阻塞(Block)这个概念。当进程调用一个阻塞的系统函数时,该进程被置于睡眠(Sleep)状态,这时内核调度其它进程运行,直到该进程等待的事件发生了(比如网络上接收到数据包,或者调用sleep指定的睡眠时间到了)它才有可能继续运行。与睡眠状态相对的是运行(Running)状态,在Linu...
分类:
系统相关 时间:
2015-07-07 19:03:52
阅读次数:
208
1.fragment & activitywhen config changes, activity will restart but fragment can be store.2.textviewCapstrue3.Service Running,When service is running ...
分类:
移动开发 时间:
2015-07-07 18:31:10
阅读次数:
142
Project MissionThe mission for this project is to provide a way to make third-party applications and services running on VMs or even external services...
分类:
其他好文 时间:
2015-07-07 16:33:19
阅读次数:
232
多线程这块有个非常重要且经典的图例,可以很好的帮助我们理解多线程,搭配API文档,应该可以轻松搞定多线程了。如图,调用线程的start方法后,线程进入可运行状态,经过系统调度器决定是否运行,而且两者可以相互转换(Running->Runnable的一种情况是分配给线程的时间片用完了),图像上方是阻塞...
分类:
编程语言 时间:
2015-07-06 21:24:35
阅读次数:
114
SSH keyAn SSH key allows you to establish a secure connection between your computer and GitLab.Before generating an SSH key, check if your system already has one by running cat ~/.ssh/id_rsa.pubIf you...
分类:
其他好文 时间:
2015-07-06 10:13:45
阅读次数:
502
CentOS7.1版本//查看firewalld[root@wode006sysconfig]#systemctlstatusfirewalldfirewalld.service-firewalld-dynamicfirewalldaemonLoaded:loaded(/usr/lib/systemd/system/firewalld.service;enabled)Active:active(running)since六2015-07-0420:56:57CST;1min52sagoMainPID..
分类:
数据库 时间:
2015-07-04 23:37:32
阅读次数:
282
//查看firewalld[root@wode006sysconfig]#systemctlstatusfirewalld.servicefirewalld.service-firewalld-dynamicfirewalldaemonLoaded:loaded(/usr/lib/systemd/system/firewalld.service;enabled)Active:active(running)since四2015-07-0215:19:05CST;1day10hagoMainPID:901(..
分类:
其他好文 时间:
2015-07-04 09:52:14
阅读次数:
371
1.启动服务/srv/salt/service/nfs.slsrpcbind: service.running: - enable: True# - enable: Falsenfs: service.running: - enable: True - require: ...
分类:
其他好文 时间:
2015-07-03 13:57:14
阅读次数:
189