码迷,mamicode.com
首页 >  
搜索关键字:type    ( 51964个结果
严重: Null component Catalina:type=JspMonitor,name=jsp,WebModule=//localhost/sshnews,J2EEApplicatio
严重: Null component Catalina:type=JspMonitor,name=jsp,WebModule=//localhost/sshnews,J2EEApplication=none,J2EEServer=none 还有其他报错,大概意思就是不支持版本 version 51,unable to load class org.glassfish.jersey.servlet...
分类:移动开发   时间:2014-06-03 05:07:20    阅读次数:295
php webservice 接口 实例 机票航班时刻表
<?php header('Content-Type: text/html; charset=UTF-8'); $client = new SoapClient('http://webservice.webxml.com.cn/webservices/DomesticAirline.asmx?wsdl'); $fromcity=!empty($_POST['fromcity']) ? ...
分类:Web程序   时间:2014-06-03 03:30:14    阅读次数:335
UI标签库专题一:JEECG智能开发平台 BaseTag(样式表和JS引入标签)
UI标签库专题一:JEECG智能开发平台 BaseTag(样式表和JS引入标签) 1.BaseTag(样式表和JS引入标签) 1.1. 示例 1.2. 参数        属性名 类型 描述 type string JS插件类型定义如果有...
分类:Web程序   时间:2014-06-03 00:58:23    阅读次数:334
freemarker报错之六
1、错误描述 freemarker基本数据类型 张三丰 123,456 Error on line 20, column 8 in type.ftl Expecting a string, date or number here, Expression flag is instead...
分类:其他好文   时间:2014-06-03 00:51:06    阅读次数:400
php 批量添加 多行文本框 textarea
$act=!empty($_GET['act']) ? trim($_GET['act']) : ''; switch($act) { case 'adda': $area['a_value'] = trim($_POST['a_value']); $area['a_type']=3; if(strpos($area['a_value'], "\n") === false) ...
分类:Web程序   时间:2014-06-03 00:46:17    阅读次数:297
freemarker报错之八
1、错误描述 freemarker.core.ParseException: Encountered "string" at line 21, column 21 in type.ftl. Was expecting one of: "}" ... "." ... "[" ... "(" ... "?" ... "!" ... ......
分类:其他好文   时间:2014-06-02 23:10:09    阅读次数:327
linux2.6.30.4内核中platform_get_resource函数
今天看到下面这两个函数:struct resource *platform_get_resource(struct platform_device *dev, unsigned int type, unsigned int num){ int i; for (i = 0; i n...
分类:系统相关   时间:2014-06-02 22:15:28    阅读次数:438
ZJ2008树的统计(树链剖分)
type node1=record go,next:longint;end; node2=record l,r,mx,sum:longint;end;var i,x,y,n,q,tmp,cnt,sz,code:longint; ch,st:string; fa:a...
分类:其他好文   时间:2014-06-01 11:45:18    阅读次数:374
jQuery事件整理回顾
一、事件 1、加载DOM $(document).ready() 这个第一节里详细介绍了 2、事件绑定 jQuery定义了bind()方法作为统一的接口,用来为每一个匹配元素绑定事件处理程序。其基本语法:bind(type,[data],fn); 其中参数type表示事件类型,参数data是可选参数,它可以作为event.data属性值传递给事件对象的额外数据对象...
分类:Web程序   时间:2014-06-01 09:11:05    阅读次数:623
JQuery跨域加载JSON数据或HTML。
前提:有时候需要在网页上,加载另一个网站上的数据。或者加载另一个网站上的一个页面。Js的Ajax请求不具备跨域功能,可以使用JQuery来实现。网页端JS代码:$(function () { $.ajax({ type: "get", async: false, ...
分类:Web程序   时间:2014-05-31 18:27:46    阅读次数:210
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!