码迷,mamicode.com
首页 >  
搜索关键字:agents    ( 188个结果
判断是否属手机
//判断是否属手机 ????protected?function?isMobile()?{ ????????$user_agent?=?$_SERVER[‘HTTP_USER_AGENT‘]; ????????$mobile_agents?=?Array("240x320",?"acer",?"acoon",?"...
分类:移动开发   时间:2015-06-30 23:48:09    阅读次数:376
Powershell 自动化安装zabbix agent
############################################ #Author:Lixiaosong #lixiaosong8706@gmail.com #For:Autoinstallzabbix-agent #Version:1.0 ############################################## wgethttp://www.zabbix.com/downloads/2.4.1/zabbix_agents_2.4.1.win.zip-OutFileC..
分类:系统相关   时间:2015-06-19 21:46:35    阅读次数:228
SPOJ220:Relevant Phrases of Annihilation(后缀数组)
Description You are the King of Byteland. Your agents have just intercepted a batch of encrypted enemy messages concerning the date of the planned attack on your island. You immedietaly send for ...
分类:编程语言   时间:2015-06-08 13:30:27    阅读次数:129
windows64-zabbix客户端配置指导
将客户端程序拷贝到c:\programs\目录,修改C:\ProgramFiles\zabbix_agents_2.2.0.win\confzabbix_agentd.win.conf文件:LogFile=d:\zabbix_agentd.logLogFileSize=10EnableRemoteCommands=1LogRemoteCommands=1Server=192.168.8.31StartAgents=5ServerActive=192.168.8.31:1005..
分类:Windows程序   时间:2015-05-29 18:29:39    阅读次数:196
Windows系统一键安装zabbix agent
下载附件里的zabbix_agents_auto_installer.win.rar,解压后修改AutoInstall.bat里的zabbix_server的IP,以管理员身份运行AutoInstall.bat,zabbixagent会注册为服务并启动。32位系统会安装在c:\zabbix_x86,64位会安装在c:\zabbix_x64。下面献上AutoInstall.bat代码,供参考::..
分类:Windows程序   时间:2015-05-13 06:31:35    阅读次数:310
可视化格式模型(visual formatting model)
对于可视化格式模型这个概念,官方的原话是这样的:How use agents process the document tree for visual media。翻译过来就是用户端在媒介中如何处理文档树。用户端这个对于我们来说通常指的就是浏览器。媒介呢,就是展示页面的介质,比如显示器。文档树呢.....
分类:其他好文   时间:2015-05-08 00:00:06    阅读次数:321
zabbix监控系统客户端安装
测试使用agentd监听获取数据。下载http://www.zabbix.com/downloads/2.0.3/zabbix_agents_2.0.3.linux2_6.i386.tar.gzhttp://www.zabbix.com/documentation/2.0/manual/instal...
分类:其他好文   时间:2015-04-22 20:17:58    阅读次数:157
Domain-Specific Languages
Domain-Specific LanguagesMichael HungerWHENEVER YOU LiSTEN TO A DiSCUSSiON BY ExPERTS in any domain, be it chess players, kindergarten teachers, or insurance agents, you’ll notice that their vocabulary...
分类:其他好文   时间:2015-04-20 09:29:41    阅读次数:120
跳转PHP判断手机访问
function is_mobile() { $user_agent = $_SERVER[‘HTTP_USER_AGENT‘]; $mobile_agents = Array("240x320","acer","acoon","acs-","abacho","ahong","airness","alcatel","amoi","android","anywhereyougo.com","a...
分类:移动开发   时间:2015-04-13 23:09:34    阅读次数:400
SPOJ220---Relevant Phrases of Annihilation(后缀数组+二分,对后缀分组)
You are the King of Byteland. Your agents have just intercepted a batch of encrypted enemy messages concerning the date of the planned attack on your island. You immedietaly send for the Bytelandian Cr...
分类:编程语言   时间:2015-04-08 09:19:02    阅读次数:188
188条   上一页 1 ... 15 16 17 18 19 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!