05 2013 档案

摘要:ref:http://www.ijavascript.cn/shouce/javascript-function-395.html 阅读全文
posted @ 2013-05-06 10:40 springstudent 阅读(181) 评论(0) 推荐(0)
摘要:Function (Built-in Object) built-in嵌入的,内置Function (內置對象) Function is the object from which JavaScript functions are derived. Functions are first-class data types in JavaScript, soFunction对象是由javascript函数倒出,在javascript中Function是deribed[dɪ'raɪv]they may be assigned to variables and passed to funct 阅读全文
posted @ 2013-05-04 17:37 springstudent 阅读(329) 评论(0) 推荐(0)
摘要:点击:工具>>参数设置>>文件>>去掉"保存时创建备份文件">>确定 阅读全文
posted @ 2013-05-03 10:49 springstudent 阅读(221) 评论(0) 推荐(0)
摘要:DOCTYPE是document type(文档类型)的简写,在web设计中用来说明你用的XHTML或者HTML是什么版本。要建立符合标准的网页,DOCTYPE声明是必不可少的关键组成部分;除非你的XHTML确定了一个正确的DOCTYPE,否则你的标识和CSS都不会生效。在这个里首先要先说明一下html与xhtml的关系:XHTML是The Extensible HyperText Markup Language可扩展标识语言的缩写。目前推荐遵循的是W3C于2000年1月26日推荐XML1.0(参考http://www.w3.org/TR/xhtml1)。XML虽然数据转换能力强大,完全可以替 阅读全文
posted @ 2013-05-03 09:56 springstudent 阅读(867) 评论(0) 推荐(0)
摘要:项目中,Json格式的数据是被大家普遍使用的,想使用Json格式的数据作为前后台的数据传输,在做项目的时候不仅要引入json-lib-2.4-jdk15.jar,而且还要引入一些其他jar包作为json的依赖在搭建项目时要引入以下7个jar包,它们是:json-lib-2.4-jdk15.jarcommons-beanutils-1.8.3.jarcommons-httpclient-3.1.jarcommons-lang-2.3.jarcommons-logging-1.0.4.jarcommons-collections-3.1.jarezmorph-1.0.6.jar其中有些jar包可以 阅读全文
posted @ 2013-05-02 10:06 springstudent 阅读(831) 评论(0) 推荐(0)