Android5.1上的测试
1、android.security.cts.SELinuxDomainTest# testInitDomain fail
打印的log
junit.framework.AssertionFailedError: Expected 1 process in SELinux domain "u:r:init:s0" Found
"[
pid: "1" pro...
分类:
移动开发 时间:
2015-06-11 19:27:39
阅读次数:
201
学习 KVM 的系列文章:(1)介绍和安装(2)CPU 和 内存虚拟化(3)I/O QEMU 全虚拟化和准虚拟化(Para-virtulizaiton)(4)I/O PCI/PCIe设备直接分配和 SR-IOV(5)libvirt 介绍(6)Nova 通过 libvirt 管理 QEMU/KVM 虚...
分类:
其他好文 时间:
2015-06-11 19:08:35
阅读次数:
271
使用coreData存储数据的时候,运行app就报错CoreData____.sqlite options:(null) ... returned error Error Domain=NSCocoaErrorDomain Code=134100 "The operation couldn’t be completed. (Cocoa error 134100.)"。
解决办法:把模拟器里面的原...
分类:
数据库 时间:
2015-06-11 14:39:24
阅读次数:
182
1、将文件checkout到本地目录svn checkoutpath(path是服务器上的目录) 例如:svn checkout svn://192.168.1.1/pro/domain 简写:svn co2、往版本库中添加新的文件svnaddfile 例如:svnaddtest.php(添加tes...
分类:
系统相关 时间:
2015-06-10 14:04:32
阅读次数:
180
前一段时间领导让我用nginx做个伪静态,实现效果如下:原URLhttp://www.domain.com/abc/def.jsp?x=1&y=2&z=3转换为http://www.domain.com/abc/def-1-2-3.html,当我访问原URL时,浏览器的地址栏里显示的是转换后的URl,但内容还是原来动态页面的内容。开始我是这么写的..
分类:
其他好文 时间:
2015-06-10 01:15:58
阅读次数:
127
在调用Json串生成方法时,提示:No serializer found for class com.jeremxy.domain.EpgDetail and no propertiesdiscovered to create BeanSerializer (to avoid exception, ...
分类:
Web程序 时间:
2015-06-09 16:29:37
阅读次数:
526
今天使用AFN框架时出现了以下错误提示信息Error Domain=com.alamofire.error.serialization.response Code=-1016 "Request failed: unacceptable content-type: text/html"经过百度,发现原...
分类:
其他好文 时间:
2015-06-09 15:29:03
阅读次数:
153
Create: 2012-12-24 Update: 2012-12-27 参考: http://blog.christophersmart.com/articles/openldap-how-to-fedora/ 概述 测试环境 CentOS 6.3 domain: gdu.me LDAP server: ldap.gdu.me DEVICE="eth1"
BOOTPRO...
分类:
其他好文 时间:
2015-06-09 12:05:59
阅读次数:
279
server { listen 80; server_name domain.com *.domain.com; if ($host ~* ^([^\.]+)\.([^\.]+\.[^\.]+)$) { set $subdomain $1; set $domain $2; } location / ...
分类:
其他好文 时间:
2015-06-09 11:17:41
阅读次数:
118
动机 数据模型是一个扩展并定义的基础应用程序的“problem domain”或者应用程序的结构。业务逻辑总是位于顶部的数据模型。这个步骤显示了如何根据另一个扩展是一个数据模型的定义。 我们的任务 ????...
分类:
其他好文 时间:
2015-06-08 13:34:24
阅读次数:
318