码迷,mamicode.com
首页 >  
搜索关键字:basic calculator    ( 5003个结果
zatree插件优化:支持HTTP Basic Authorization认证访问zabbix API
zatree是监控软件zabbix的一个插件,主要功能是提供hostgroup的树形展示和在item里指定关键字查询及数据排序。zatree项目地址https://github.com/spide4k/zatree,安装方法进到不同版本目录看readme。最近遇到一个问题,当zabbix的web端使用了http基本认证方式的时候,zatree插..
分类:Windows程序   时间:2014-07-26 03:25:07    阅读次数:320
Vb6.0中数组的定义实例
作者:iamlasong 1、环境 Visual Basic 6.0精简版,因为只做一些小工具,觉得这个已经够了。我觉得,编程语言、数据库等东西,不一定要用最新的,适合、够用就好,比如Win8都出来几年了,我们很多人还在用XP,日常办公,够用了。 2、数组定义中发现的问题 定义数组   Dim a(n) as type  A 是一个 type 型的数组,这个...
分类:其他好文   时间:2014-07-25 10:59:41    阅读次数:373
chrome插件 postman插件 接口测试、API & HTTP 请求调试工具
Postman是一个非常棒的Chrome扩展,提供功能强大的API & HTTP 请求调试。它能够发送任何类型的HTTP requests(GET, HEAD, POST, PUT..),附带任何数量的参数+ headers。支持不同的认证机制(basic, digest, OAuth),接收到的响...
分类:Windows程序   时间:2014-07-25 02:25:44    阅读次数:11863
struts登录案例和自定义拦截器
struts登录案例: struts.xml <struts> ?<constant name="struts.devMode" value="true" /> ?<constant name="struts.custom.i18n.resources" value="messages"></constant> ?<package name="basic" extends="...
分类:其他好文   时间:2014-07-25 00:09:34    阅读次数:336
Pass
【Pass】 The Pass block causes the geometry of an object to be rendered once.[Syntax] Pass{[Name and Tags] [RenderSetup] [TextureSetup]} The basic pa...
分类:其他好文   时间:2014-07-23 20:39:35    阅读次数:224
IOS--工具--使用CocoaPods管理依赖库
声明:此文章内容引自cocoachina,原文地址:http://www.cocoachina.com/newbie/basic/2014/0107/7663.html.这篇内容将介绍Mac和iOS开发中必备的一个依赖库管理工具CocoaPods。在iOS开发中势必会用到一些第三方依赖库,比如大家都...
分类:移动开发   时间:2014-07-23 15:24:36    阅读次数:213
Texture Combiner
【Texture Combiner】 After the basic vertex lighting has been calculated, textures are applied. In ShaderLab this is done usingSetTexturecommand. SetT.....
分类:其他好文   时间:2014-07-23 12:51:36    阅读次数:266
How to setup multimedia on CentOS-5(or 6)
CentOS ships with basic sound support for audio content encoded with codecs for a variety of sound formats, including .wav and .ogg files. The alsa-ut...
分类:其他好文   时间:2014-07-22 22:47:33    阅读次数:301
C语言基础学习9:指向指针的指针
一般形式:基类型 **变量名;例如:char **p;void main(){ char *name[] = {"Follow me","Basic","Great Wall","FORTRAN","Computer design"}; char **p; int i; fo...
分类:编程语言   时间:2014-07-21 09:33:30    阅读次数:235
湖南省第九届大学生计算机程序设计竞赛 Interesting Calculator
Interesting Calculator Time Limit: 2 Sec  Memory Limit: 128 MB Submit: 163  Solved: 49 Description There is an interesting calculator. It has 3 rows of buttons.   Row 1: button 0, 1,...
分类:其他好文   时间:2014-07-20 22:35:23    阅读次数:234
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!