码迷,mamicode.com
首页 >  
搜索关键字:type    ( 51964个结果
EasyTree 使用Demo
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>easyTree
分类:其他好文   时间:2016-02-17 10:50:46    阅读次数:447
ie6不支持png图片的解决办法
在head里引入png.js文件 <!--[if lte IE 6]> <script type="text/javascript" src="js/PNG.js"></script> <script> PNG.fix('*'); </script> <![endif]--> png.js文件内容如
分类:其他好文   时间:2016-02-17 10:48:06    阅读次数:191
Specified VM install not found: type Standard VM, name jdk1.6_ 的疑问
在ant项目中运行build.xml时,会提示错误Specified VM install not found: type Standard VM, name jdk1.6_...类似的错误信息,网上找了一些解决方法,比如:删除 "$WORKSPACE\.metadata\.plugins\org.
分类:其他好文   时间:2016-02-17 09:24:21    阅读次数:138
iOS学习笔记6-GET POST方法
GET 在请求URL后面以?的形式跟上发给服务器的参数,多个参数之间用&隔开,比如http://ww.test.com/login?username=123&pwd=234&type=JSON 注意:由于浏览器和服务器对URL长度有限制,因此在URL后面附带的参数是有限制的,通常不能超过1KB PO
分类:移动开发   时间:2016-02-17 07:11:56    阅读次数:286
【Bootstrap基础学习】02 Bootstarp的布局组件应用示例
字体图标的应用示例 <button type="button" class="btn btn-default"> <span class="glyphicon glyphicon-sort-by-attributes"></span> </button> 下拉菜单示例 <div class="dro
分类:其他好文   时间:2016-02-17 06:08:04    阅读次数:210
Struct2_使用Ajax调用Action方法并返回值
一、Login.jsp 1、<head>引入jquery: <script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.1.js"></script> 2、界面控件: 用户名: <input
分类:Web程序   时间:2016-02-16 20:26:37    阅读次数:272
Delphi将图片缩放成指定大小
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls,jpeg, ExtCtrls; type TForm1 =
分类:Windows程序   时间:2016-02-16 20:25:54    阅读次数:2393
MyEclipse设置Java代码注释模板
在类和方法上方输入/**然后回车出现的注释模版设置。文件(Files)注释标签:/***@Title:${file_name}*@Package${package_name}*@Description:${todo}*@authorname*@date${date}*/类型(Types)注释标签(类的注释):/***ClassName:${type_name}*@Description:${todo}*@authorname..
分类:编程语言   时间:2016-02-16 19:09:49    阅读次数:317
js事件
1.注册事件 (1)HTML事件处理函数 <input type="button" onclick="alert('hello');test()"/> 这里的事件处理函数就是引号内的alert('hello');test()不要经常看到onclick="test()"而以为事件处理函数是test方法
分类:Web程序   时间:2016-02-16 19:05:06    阅读次数:209
jq第二天 (属性-CSS 类 ,html/文本/值 )
addClass() 方法向被选元素添加一个或多个类。 <script> $(function(){ $('button').click(function(){ $('p').addClass('nss') }) })</script><style type="text/css"> .nss{bac
分类:Web程序   时间:2016-02-16 18:49:06    阅读次数:162
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!