1、在web开发中,会常常让你推断当前使用的是那个浏览器及浏览器的那个版本号,依据浏览器版本号来调整CSS的样式,使在web界面在各个浏览器展现达到最佳的效果,以下是获取当前浏览器的代码:getBrowserVersion:function(){var agent = navigator.userA...
分类:
Web程序 时间:
2014-06-28 09:48:25
阅读次数:
204
1.NuGet获取Ninject.dll.NET技术交流群 199281001 .欢迎加入。2.全局注册 Global.asax.cs1 //注册Ninject依赖注入全局解析器2 GlobalConfiguration.Configuration.DependencyResolver = new....
分类:
Web程序 时间:
2014-06-27 20:26:08
阅读次数:
189
User Agent的含义 User Agent中文名为用户代理,简称 UA,它是一个特殊字符串头,使得服务器能够识别客户使用的操作系统及版本、CPU 类型、浏览器及版本、浏览器渲染引擎、浏览器语言、浏览器插件等。 一些网站常常通过判断 UA 来给不同的操作系统、不同的浏览器发送不同的页面,...
分类:
其他好文 时间:
2014-06-27 18:14:57
阅读次数:
197
用户自定义配置文件userconfiguration.propertiesMyKey = 1Spring Bean 配制 classpath:conf/userconfiguration.properties --> util.configuration类的实...
分类:
编程语言 时间:
2014-06-27 13:33:59
阅读次数:
209
解决方案:XE2中加入了多平台的概念,默认的Release模式,也是带包编译,带运行时库的,所以,需要手工设置一下工程选项:打开工程以后,Project-->Options-->左侧树列表选中C++ Linker-->右侧上方的Target选择Release configuration 下的 32-...
分类:
其他好文 时间:
2014-06-27 13:06:58
阅读次数:
249
package com.leaf.hadoop.second;
import java.util.Random;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
import org.apache.hado...
分类:
其他好文 时间:
2014-06-27 10:00:17
阅读次数:
294
nova.conf
vnc_enabled=False
[Spice]
agent_enabled=True
enabled=True
html5proxy_base_url=http://x.x.x.x:6082/spice_auto.html
server_listen=0.0.0.0
server_proxyclient_address=x.x.x.x
keymap=...
分类:
其他好文 时间:
2014-06-27 08:47:57
阅读次数:
263
背景:由于在KVM虚机上做glusterfs测试,发现KVM虚拟存储空间不够。思路:创建一个kvmimg文件指定大小200G,然后通过VirtualMachineManager导入到对应的虚拟机步骤:这里以虚拟机vm2为例创建kvmimg[root@agent-cloudstack342]cd/d1/virtual_machine/vm/2#进入虚机文件目录[root..
分类:
其他好文 时间:
2014-06-27 06:38:28
阅读次数:
288
在C#2010中,如何保存和访问数据库的连接字符串呢?在Winform下要新增App.config文件,在Asp.net下要新增web.config文件。1.打开配置文件添加相关代码后如下即可: 2.添加using System.Configuration;并在项目上右键“添加引用”-...
分类:
数据库 时间:
2014-06-26 12:58:38
阅读次数:
247
Selenium Grid Configuration
1. Start Selenium Hub
java -jar selenium-server-standalone-2..jar
-role hub
2. Start Selenium Node
Start with Node contains Selenium RC...
分类:
其他好文 时间:
2014-06-26 11:52:37
阅读次数:
433