码迷,mamicode.com
首页 >  
搜索关键字:type    ( 51964个结果
java变量
变量:是一种存储数据的载体。 变量名规则:简短且能清楚的表明变量的作用,首字母可以为字母、下划线和'$',其他分可为字母、数字、下划线和$。 一般情况下首单词字母小写,其他单词首字母大写,例如mySum。 在Java中,所有的变量必须先声明才能使用它们。 声明格式:type paramName[= ...
分类:编程语言   时间:2016-05-10 18:15:21    阅读次数:208
wpf 样式修改style和templant
1、模板的,只对某一个控件进行修改 <Style TargetType="{x:Type Button}" x:Key="ButtonStyle"> <Style.Triggers> <!--鼠标滑过按钮时按钮的发光效果--> <Trigger Property="Button.IsMouseOve ...
分类:Windows程序   时间:2016-05-10 18:03:42    阅读次数:938
HTML4基础
form 表单 首先,讨论“控件”(下面很多都是新控件,如果浏览器不支持,它将会显示文本框)1.文本框2.复选框3.下拉菜单4.文件选择器5.按钮(submit按钮、reset按钮、push按钮)6.隐藏按钮 大多数控件用input元素创建,在元素里用type特性定义创建的类型控件如:<form> ...
分类:Web程序   时间:2016-05-10 16:50:07    阅读次数:234
eclipse简单注释规范
设置注释模板的入口: Window->Preference->Java->Code Style->Code Template Types/*** @ClassName: ${type_name}* @Description: ${todo}(这里用一句话描述这个类的作用)* @author wlsu ...
分类:系统相关   时间:2016-05-10 16:48:07    阅读次数:227
CheckStyle:unable to parse configuration stream - Element type "message" must be declared
版本在1.3以上,包括1.3: <!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN" "http://www.puppycrawl.com/dtds/configuration_1_3.dtd"> ...
分类:其他好文   时间:2016-05-10 16:38:54    阅读次数:1331
li前的小图标居中对齐 获取滚动条的高度
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><head><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><metahttp-equiv..
分类:其他好文   时间:2016-05-10 15:25:33    阅读次数:151
2016-05-10 ABAP GROUP BY、HAVING、ORDER BY
简介:ABAP中GROUP BY、HAVING、ORDER BY的使用方法 DATA :g_carrid TYPE sflight-carrid, g_connid TYPE sflight-connid, g_paymentsum TYPE i. SELECT carrid connid AVG( ...
分类:其他好文   时间:2016-05-10 12:27:40    阅读次数:1379
ELK-json型日志-特殊字段出现ERROR 字段报警配置文件
[root@localhostetc]#catplat_interface_info.conf input{ file{ type=>"234_plat_inter_info_log" path=>["/opt/log/plat_inter_info.*.log"] codec=>"json" } } filter{ if[type]=="234_plat_inter_info_log" { if[level]=="ERROR" { mutate{ add_tag=>"email" }..
分类:Web程序   时间:2016-05-10 11:13:00    阅读次数:716
zabbix登录认证取得token
#coding=utf-8importjsonimportrequests#basedurlandrequiredheaderurl="http://192.168.1.12/zabbix/api_jsonrpc.php"header={"Content-Type":"application/json"}#authuserandpassworddata={"jsonrpc":"2.0","method":"user.login","params":{"user":"Admin","password":"zab..
分类:其他好文   时间:2016-05-10 11:10:32    阅读次数:1087
jQuery post提交(ajax)
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>get</title> <script type="text/javascript" src="js/jquery-1.10.1.min.js"></script> ...
分类:Web程序   时间:2016-05-10 09:42:53    阅读次数:135
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!