码迷,mamicode.com
首页 >  
搜索关键字:uniaccess agent    ( 4598个结果
hotspot的源码结构
如果你下的只是HotSpot VM的代码的话那好办,Oracle JDK 6/Oracle JDK 7/OpenJDK 6/OpenJDK 7里的HotSpot VM基本上目录结构都是一样的。 ├─agent Serviceability Agent的客户端实现...
分类:其他好文   时间:2014-09-10 16:01:41    阅读次数:181
B/S导出Excel文件名IE浏览器下乱码问题
需要针对IE浏览器对文件名进行一下操作:HttpContext.Current.Request.ServerVariables["http_user_agent"].IndexOf("firefox")==-1 fileName=HttpUtility.UrlEncode(fileName,Sys....
分类:Web程序   时间:2014-09-10 14:07:20    阅读次数:159
URLlib2 模拟浏览器header
urllib2使用header模拟浏览器,在urllib模块里是没有这个功能的importurllib2importsysurl="http://192.168.1.106"f=urllib2.Request(url)f.add_header(‘User-Agent‘,‘Mozilla/5.0(Windows;U;WindowsNT5.1;zh-CN;rv:1.8.1.14)Gecko/20080404(FoxPlus)Firefox/2.0.0.14‘)printur..
分类:其他好文   时间:2014-09-07 03:22:24    阅读次数:189
selenium webdriver ChromeOptions
ChromeOptions options=new ChromeOptions(); //options.addExtensions(new File("C:\\Agent.crx")); //加载扩展 //options.addArguments("user...
分类:Web程序   时间:2014-09-06 21:12:53    阅读次数:298
4. SQL Server数据库状态监控 - 作业状态
原文:4. SQL Server数据库状态监控 - 作业状态有很多地方可以设置定时任务,比如:Windows的计划任务,Linux下的crontab,各种开发工具里的timer组件。SQL Server也有它的定时任务组件 SQL Server Agent,基于它可以方便的部署各种数据库相关的作业(...
分类:数据库   时间:2014-09-06 12:13:53    阅读次数:409
zabbix 部署 server 与agent安装
安装编译环境yum-yinstall*gcc*安装LAMPyuminstall-yhttpdmysqlmysql-servermysql-develphpphp-mysqlphp-commonphp-mbstringphp-bcmathphp-gdphp-odbcphp-xmlphp-pear安装zabbix其他需求yuminstall-ycurlcurl-develnet-snmpnet-snmp-develperl-DBI启动服务servicehttpdrestarts..
分类:其他好文   时间:2014-09-06 11:04:53    阅读次数:265
zoj 3103 Cliff Climbing(spfa )
Cliff Climbing Time Limit: 10 Seconds      Memory Limit: 32768 KB At 17:00, special agent Jack starts to escape from the enemy camp. There is a cliff in between the camp and the nearest safety...
分类:其他好文   时间:2014-09-05 18:13:01    阅读次数:296
获取应用和安装手机相关信息:应用版本号,手机型号,手机品牌,Android系统版本号
/** * User-Agent *  * @return user-agent */ public String getUser_Agent() { String ua = "Android;" + getOSVersion() + ";" + getVersion() + ";" + getVendor() + "-" + getDevice(); return ua; ...
分类:移动开发   时间:2014-09-05 13:00:11    阅读次数:203
C#判断用户是手机访问还是PC访问
今天在做一个wap网站时,需要限制PC用户访问。网上找了很多资料,效果都不怎么理想。其实原理就是根据HTTP_USER_AGENT判断检查用户在用什么浏览器,再根据业务做相应的逻辑处理。 代码如下: 1 public class IsPhoneAttribute : ActionFilterAt.....
分类:移动开发   时间:2014-09-04 22:11:10    阅读次数:388
the evaluation period for visual studio trial edition has ended的解决方法-转发
首先献上自己收集的Visual studio 2008序列号:Visual Studio 2008 Professional Edition: XMQ2Y-4T3V6-XJ48Y-D3K2V-6C4WTVisual Studio 2008 Team Test Load Agent:WPX3J-BXC...
分类:其他好文   时间:2014-09-04 20:54:10    阅读次数:463
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!