zabbix很多都是可以直接通过 zabbix api 来进行辅助操作。 官方文档地址:https://www.zabbix.com/documentation 通过API操作,都必须组认证,拿到了认证token之后,才能进行相应操作: 其他地方调用,应用这个类,然后调用对应的方法即可。 ...
分类:
Windows开发 时间:
2016-07-13 20:12:08
收藏:
0 评论:
0 赞:
0 阅读:
243
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
分类:
Windows开发 时间:
2016-07-13 20:11:47
收藏:
0 评论:
0 赞:
0 阅读:
192
美国总统奥巴马不仅呼吁所有人都学习编程,甚至以身作则编写代码,成为美国历史上首位编写计算机代码的总统。2014年底,为庆祝“计算机科学教育周”正式启动,奥巴马编写了很简单的计算机代码:在屏幕上画一个正方形。现在你也跟他一起画吧! 输入格式: 输入在一行中给出正方形边长N(3<=N<=21)和组成正方 ...
分类:
其他 时间:
2016-07-13 20:11:37
收藏:
0 评论:
0 赞:
0 阅读:
271
uper A^B mod C Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Submit Status uper A^B mod C Submit Status Description Given A,B,C ...
分类:
其他 时间:
2016-07-13 20:11:32
收藏:
0 评论:
0 赞:
0 阅读:
287
iOS开发之玩转字符串 (转) 这是另一个收藏的超链接 来自SegmentFault 大神的精品 下面这是一些常用的方法和属性 记得不牢所以收藏下 //一、NSString /* 创建字符串的方法 */ //1、创建常量字符串。NSString *astring = @"This is a Stri ...
分类:
移动平台 时间:
2016-07-13 20:11:30
收藏:
0 评论:
0 赞:
0 阅读:
212
http://acm.hdu.edu.cn/showproblem.php?pid=2612 ...
分类:
其他 时间:
2016-07-13 20:10:59
收藏:
0 评论:
0 赞:
0 阅读:
216
步骤:1.使用single view application 创建一个新的项目 2.在.h文件中遵守<UIGestureRecognizerDelegate>协议,创建一个UIimageview实例对象并进行相连,创建一个UIDynamicAnimator实例对象 3.在.m文件中,在- (void ...
分类:
移动平台 时间:
2016-07-13 20:10:47
收藏:
0 评论:
0 赞:
0 阅读:
325
// ffmpegDemo1.cpp : 定义控制台应用程序的入口点。// #include "stdafx.h"#include <string>#include <windows.h>#include <processthreadsapi.h>#define __STDC_CONSTANT_MA ...
分类:
其他 时间:
2016-07-13 20:10:45
收藏:
0 评论:
0 赞:
0 阅读:
215
Given a binary tree containing digits from 0-9 only, each root-to-leaf path could represent a number. An example is the root-to-leaf path 1->2->3 whic ...
分类:
编程语言 时间:
2016-07-13 20:10:24
收藏:
0 评论:
0 赞:
0 阅读:
169
【功能介绍】 在开发应用的时候,经常会遇到需要上传图片的功能,比如修改个人资料的头像。本文介绍的是基于ionic框架,在移动端上传图片的功能。 【功能流程】 (1)点击页面上的头像,弹出一个对话框,选择[拍照]或者[从相册选择]; (2)选取/拍摄照片; (3)上传照片; 【html核心代码】 【m ...
分类:
Web开发 时间:
2016-07-13 20:09:50
收藏:
0 评论:
0 赞:
0 阅读:
727
前言:我只是在练习画 思维导图,提取一篇文章的重点 原文链接:http://news.cnblogs.com/n/549233/ ...
分类:
其他 时间:
2016-07-13 20:09:37
收藏:
0 评论:
0 赞:
0 阅读:
250
很多术语都不像人话,特别是中文的,但是我也没得办法呀~摊手~ 慢慢积累吧。 application vs utility from 微软计算机词典 application n. A program designed to assist in the performance of a specific ...
分类:
其他 时间:
2016-07-13 20:09:27
收藏:
0 评论:
0 赞:
0 阅读:
193
1、不加doctype导致低版本IE解析效果不一样2、id不能为数字,如<div id="1">是错误的3、文件编码与charset声明不一致 <style>#container{ width:800px; background:gray; } #header{ height:100px; back ...
分类:
Web开发 时间:
2016-07-13 20:08:57
收藏:
0 评论:
0 赞:
0 阅读:
175
var myDate = new Date();myDate.getYear(); //获取当前年份(2位)myDate.getFullYear(); //获取完整的年份(4位,1970-????)myDate.getMonth(); //获取当前月份(0-11,0代表1月)myDate.getDa ...
分类:
Web开发 时间:
2016-07-13 20:08:36
收藏:
0 评论:
0 赞:
0 阅读:
250
glTexGeni()函数为控制纹理坐标的生成。 代码如下,后面有截图,同样修改的部分位于双行星号内。 Thanks for Nehe's tutorials, this is his home. ...
分类:
移动平台 时间:
2016-07-13 20:07:48
收藏:
0 评论:
0 赞:
0 阅读:
289
转载:http://www.linuxawk.com/jiaocheng/83.html 6. printf函数 打印输出时,可能需要指定字段间的空格数,从而把列排整齐。在print函数中使用制表符并不能保证得到想要的输出,因此,可以用printf函数来格式化特别的输出。 printf函数返回一个带 ...
分类:
系统服务 时间:
2016-07-13 20:07:38
收藏:
0 评论:
0 赞:
0 阅读:
212
1.日期时间间隔操作 当前时间减去7分钟的时间 select sysdate,sysdate - interval '7' MINUTE from dual 当前时间减去7小时的时间 select sysdate - interval '7' hour from dual ...
分类:
数据库技术 时间:
2016-07-13 20:07:28
收藏:
0 评论:
0 赞:
0 阅读:
267
我们要使用CollectionView里面的头视图需要先注册头视图 UICollectionReusableView或者 继承UICollectionReusableView的子类,kind类型为UICollectionElementKindSectionHeader,并且需要带一个标识符,我们定义 ...
分类:
其他 时间:
2016-07-13 20:07:19
收藏:
0 评论:
0 赞:
0 阅读:
262
1. http://mvnrepository.com/artifact/org.codehaus.mojo.archetypes/webapp-javaee6/1.5 中有描述 2. 在创建Maven工程时添加Archetype的时候,点击 Add Archetype按钮 点击后进入如下页面,并在 ...
分类:
移动平台 时间:
2016-07-13 20:07:04
收藏:
0 评论:
0 赞:
0 阅读:
218
http://poj.org/problem?id=3468 ...
分类:
其他 时间:
2016-07-13 20:06:00
收藏:
0 评论:
0 赞:
0 阅读:
313