首页 > 2016年07月13日 > 全部分享
Zabbix API学习_认证篇
zabbix很多都是可以直接通过 zabbix api 来进行辅助操作。 官方文档地址:https://www.zabbix.com/documentation 通过API操作,都必须组认证,拿到了认证token之后,才能进行相应操作: 其他地方调用,应用这个类,然后调用对应的方法即可。 ...
分类:Windows开发   时间:2016-07-13 20:12:08    收藏:0  评论:0  赞:0  阅读:243
关于C# WinForm 边框阴影窗体(一)
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
PAT 团体程序设计天梯赛-练习集 L1-015. 跟奥巴马一起画方块
美国总统奥巴马不仅呼吁所有人都学习编程,甚至以身作则编写代码,成为美国历史上首位编写计算机代码的总统。2014年底,为庆祝“计算机科学教育周”正式启动,奥巴马编写了很简单的计算机代码:在屏幕上画一个正方形。现在你也跟他一起画吧! 输入格式: 输入在一行中给出正方形边长N(3<=N<=21)和组成正方 ...
分类:其他   时间:2016-07-13 20:11:37    收藏:0  评论:0  赞:0  阅读:271
Super A^B mod C 快速幂+欧拉函数降幂
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开发 字符串
iOS开发之玩转字符串 (转) 这是另一个收藏的超链接 来自SegmentFault 大神的精品 下面这是一些常用的方法和属性 记得不牢所以收藏下 //一、NSString /* 创建字符串的方法 */ //1、创建常量字符串。NSString *astring = @"This is a Stri ...
分类:移动平台   时间:2016-07-13 20:11:30    收藏:0  评论:0  赞:0  阅读:212
Find a way 广搜题 两个人见面 找到最近的地方
http://acm.hdu.edu.cn/showproblem.php?pid=2612 ...
分类:其他   时间:2016-07-13 20:10:59    收藏:0  评论:0  赞:0  阅读:216
iOS开发之瞬间位移动画效果
步骤:1.使用single view application 创建一个新的项目 2.在.h文件中遵守<UIGestureRecognizerDelegate>协议,创建一个UIimageview实例对象并进行相连,创建一个UIDynamicAnimator实例对象 3.在.m文件中,在- (void ...
分类:移动平台   时间:2016-07-13 20:10:47    收藏:0  评论:0  赞:0  阅读:325
ffmpeg学习笔记
// 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
129. Sum Root to Leaf Numbers java solutions
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+angularJS+cordova(FileTransfer)上传图片
【功能介绍】 在开发应用的时候,经常会遇到需要上传图片的功能,比如修改个人资料的头像。本文介绍的是基于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
html
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
Js获取日期时间及其它操作
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
outdated: 15.Texture Mapped Outline Fonts
glTexGeni()函数为控制纹理坐标的生成。 代码如下,后面有截图,同样修改的部分位于双行星号内。 Thanks for Nehe's tutorials, this is his home. ...
分类:移动平台   时间:2016-07-13 20:07:48    收藏:0  评论:0  赞:0  阅读:289
转载:shell中awk printf的用法
转载:http://www.linuxawk.com/jiaocheng/83.html 6. printf函数 打印输出时,可能需要指定字段间的空格数,从而把列排整齐。在print函数中使用制表符并不能保证得到想要的输出,因此,可以用printf函数来格式化特别的输出。 printf函数返回一个带 ...
分类:系统服务   时间:2016-07-13 20:07:38    收藏:0  评论:0  赞:0  阅读:212
oracle日期函数2!
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怎么添加头视图
我们要使用CollectionView里面的头视图需要先注册头视图 UICollectionReusableView或者 继承UICollectionReusableView的子类,kind类型为UICollectionElementKindSectionHeader,并且需要带一个标识符,我们定义 ...
分类:其他   时间:2016-07-13 20:07:19    收藏:0  评论:0  赞:0  阅读:262
Myeclipse中创建Maven工程的时候没有 webapp-javaee6
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
2088条   上一页 1 ... 21 22 23 24 25 ... 105 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!