Creating "IOS Project" in xcode 5 causes the following when launching for iPad simulator. The application works for iPhones configuration. I have set ...
分类:
移动开发 时间:
2014-07-22 22:57:34
阅读次数:
257
一.概述neutron dhcp为租户网络提供DHCP服务,即IP地址动态分配,另外还会提供metadata请求服务。3个主要的部件:DHCP agent scheduler:负责DHCP agent与network的调度DHCP agent:为租户网络提供DHCP的功能,提供metadata re...
分类:
其他好文 时间:
2014-07-22 22:55:55
阅读次数:
368
zabbix是一个CS结构的监控系统,支持ping,snmp等很多的监控,但是大部分的监控任务需要客户端agentd的支持才能用。server端侦听在10051端口,客户端侦听在10050端口。1.安装介质ZABBIX客户端http://www.zabbix.com/downloads/2.0.6/...
分类:
Windows程序 时间:
2014-07-16 19:10:18
阅读次数:
7261
如何修改Chrome的User Agent:通过网络上查找,修改Chrome的Usre Agent有3种方式,但有的方式是不起作用的。给Chrome添加启动参数(有作用)通过扩展-User-Agent Switcher(据我测试和网上的反应,不起作用)用Chrome内置的开发者工具修改(也是不能起作...
分类:
其他好文 时间:
2014-07-16 18:58:27
阅读次数:
309
Many of the management problems in virtualization are caused by the annoyingly popular & desirable host migration feature! I previously talked about P...
分类:
其他好文 时间:
2014-07-16 18:23:52
阅读次数:
296
这个只是个小经验,我至今不知道为什么。今天在Ant的build.xml中增加Kieker的监控时,好几次都碰到这个问题,感觉很莫名其妙:
一般报错类似于这个:
Error occurred during initialization of VM
agent library failed to init: instrument
Error opening zip file o...
分类:
Web程序 时间:
2014-07-16 17:19:11
阅读次数:
718
一.Layer-3 Networking Extensionneutron l3作为一种API扩展,向租户提供了路由和NAT功能。l3扩展包含两种资源:router:在不同内部子网中转发数据包;通过指定内部网关做NAT。每一个子网对应router上的一个端口,这个端口的ip就是子网的网关。float...
分类:
其他好文 时间:
2014-07-16 15:14:28
阅读次数:
339
需要用到的包:(这里只是其中一个版本,其他的百度)
mysql-connector-java-5.1.6-bin
mybatis-3.2.2
先看项目目录:
配置文件mybatisconfig.xml:
<!DOCTYPE configuration
PUBLIC "-//mybatis.org//DTD Config 3.0//EN"
"http://mybati...
分类:
其他好文 时间:
2014-07-16 13:47:07
阅读次数:
234
数据库连接1、在文件App.config内添加连接 1 2 3 4 5 8 9 12 2、添加 dll 引用3、获取数据库连接字符串string conStr = System.Configuration.ConfigurationManager.Co...
分类:
数据库 时间:
2014-07-16 13:41:47
阅读次数:
245
原文地址:http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Testing
5、Testing(测试)
构建一个测试程序已经被集成到应用项目中,没有必要再专门建立一个测试项目。
5.1 Basics and Configuration(基本知识和配置)
正如前面所提到的,紧邻...
分类:
移动开发 时间:
2014-07-16 11:24:19
阅读次数:
341