码迷,mamicode.com
首页 >  
搜索关键字:zabbix_server functions    ( 2506个结果
POJ 1080 Human Gene Functions(动态规划)
挺经典的DP题目,LCS变形,注意边界处理!...
分类:其他好文   时间:2014-05-18 03:41:21    阅读次数:339
C++ DLL 获取 MSI Property
VS2010 创建 C++, Win32 DLL工程C-TEST。Stdafx.h中,在之后 添加引用。#include #include C-TEST.cpp// C-TEST.cpp : Defines the exported functions for the DLL application...
分类:编程语言   时间:2014-05-16 18:34:22    阅读次数:408
zabbix服务无法启动
我安装了一个zabbix监控,一直很顺利,后来不知道问什么服务起不来了,服务器总是提醒我10051端口没有打开,于是我仔细理了一遍又一遍,服务总是启动不起来:Startingzabbix_server:/etc/init.d/functions:line536:/etc/init.d//sbin/zabbix_server:Nosuchfileordirectory于是..
分类:其他好文   时间:2014-05-15 00:38:55    阅读次数:336
Linux下Zabbix_Server的安装-源码安装
Centos下Zabbix_Server/agent/proxy的安装配置--------源码编译完整版请查看附件一、环境说明a)软件环境由于是源码安装,官方的zabbix源码包内已经包含了Server,Proxy,Agent,GUI所有组件和必要的执行脚本,截至本文正式版本限于2.2.3;LAMP环境n操作系统使用Centos6.5X86_64最..
分类:系统相关   时间:2014-05-14 18:55:40    阅读次数:724
hive常用函数
来源:https://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDFComplex Type ConstructorsThe following functions construct instances of complex ...
分类:其他好文   时间:2014-05-14 09:24:09    阅读次数:500
templates(2.1)
Class Templates类别模板就像上一章所说的 functions 那样,classes 也可以针对一或多个类型被参数化。用来管理「各种 不同类型的元素」的 container classes(容器类别)就是典型例子。运用 class templates 你可以实 作出可包容各种类型的 co...
分类:其他好文   时间:2014-05-10 07:59:32    阅读次数:386
4、VS2010+ASP.NET MVC4+EF4+JqueryEasyUI+Oracle项目开发之——后台管理界面
这一章节比较简单,我就直接贴代码了,后台管理登陆界面如下: 对应的控制器HomeController.cs,代码如下: using YKT.Model; using YKT.Common; using YKT.BLL; using YKT.Common.HtmlHelpers; using YKT.Common.Functions; using Microsoft.Practices.Un...
分类:数据库   时间:2014-05-09 22:22:41    阅读次数:659
Lua(1)
1.the use of functions in table fields is a key ingredient for some advanceduses of Lua, such as modules and object-oriented programming.
分类:其他好文   时间:2014-05-08 10:24:51    阅读次数:302
解决error: Failed dependencies:libodbc.so.2()的错误
安装zabbix时报错[root@zabbix~]#rpm-ivhzabbix-server-mysql-2.2.3-1.el6.x86_64.rpmzabbix-web-mysql-2.2.3-1.el6.noarch.rpmwarning:zabbix-server-mysql-2.2.3-1.el6.x86_64.rpm:HeaderV4DSA/SHA1Signature,keyID79ea5ed4:NOKEYerror:Faileddependencies:libodbc.so.2()(64..
分类:数据库   时间:2014-05-07 11:33:40    阅读次数:2102
poj 1080 Human Gene Functions_简单dp
简单dp...
分类:其他好文   时间:2014-05-07 04:10:52    阅读次数:268
2506条   上一页 1 ... 248 249 250 251 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!