码迷,mamicode.com
首页 > Web开发
js 设置回车事件
...
分类:Web程序   时间:2016-08-06 08:35:59    阅读次数:223
jQuery plugins 图片上传
http://plugins.jquery.com/ 用到一下插件: magnific popup 看大图 jQuery File Upload 多文件上传 jQuery Rotate 图片旋转 github 项目地址: git@github.com:witaste/imgupload.git 效果 ...
分类:Web程序   时间:2016-08-06 08:33:02    阅读次数:186
web.xml
http://docs.oracle.com/cd/E14571_01/web.1111/e13712/web_xml.htm#WBAPP519 context-param description display-name distributable ejb-ref ejb-local-ref en ...
分类:Web程序   时间:2016-08-06 08:30:58    阅读次数:178
web.xml filter 顺序
The order the container uses in building the chain of filters to be applied for a particular request URI is as follows:1. First, the <url-pattern> mat ...
分类:Web程序   时间:2016-08-06 08:30:16    阅读次数:161
好的linux网站
site:www.tldp.org rpm http://www.computerhope.com/unix.htm ...
分类:Web程序   时间:2016-08-06 08:29:39    阅读次数:143
jstl c
例子:list中有两条数据 输出结果: 1||0||true||false 2||1||false||true ...
分类:Web程序   时间:2016-08-06 08:25:57    阅读次数:198
jquery.parser.js 的 parseOptions 方法
// target 是DOM元素 // properties 是宿主的属性 $.parser.parseOptions(target,properties); 用到的方法 jQuery(elements) 将一个或多个DOM元素转化为jQuery对象。 attr(name) 取得第一个匹配元素的属性 ...
分类:Web程序   时间:2016-08-06 08:25:47    阅读次数:1345
PatternLayoutEncoder
ch.qos.logback.classic.encoder.PatternLayoutEncoder ch.qos.logback.classic.PatternLayout ch.qos.logback.core.pattern.PatternLayoutBase PatternLayoutBa ...
分类:Web程序   时间:2016-08-06 08:27:04    阅读次数:321
http://www.rabbitmq.com/
什么是RabbitMQ 官网http://www.rabbitmq.com/ 1.应用程序间健壮的消息发送 2.简单易用 3.可在所有主流操作系统运行 4.支持巨量的开发者平台 5.开源和商用双重支持 下载server http://www.rabbitmq.com/download.html ja ...
分类:Web程序   时间:2016-08-06 08:25:22    阅读次数:191
ajax 本地测试,使用Chrome 浏览器
出现问题: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access. 解决办法: "C:\Program F ...
分类:Web程序   时间:2016-08-06 08:26:43    阅读次数:242
什么是MVC
.pdm PowerDesigner's physical data model (relational model) file format mvc Model–view–controller, a software architecture used in software engineerin ...
分类:Web程序   时间:2016-08-06 08:24:45    阅读次数:197
jQuery form 插件
http://jquery.malsup.com/form/#getting-started 举例: ps:$('#ff').ajaxForm(options); 不会提交form表单,需要自己submit。 ...
分类:Web程序   时间:2016-08-06 08:24:32    阅读次数:156
js date string parse
api文档备注: dateObj = new Date(year, month, date[, hours[, minutes[, seconds[,ms]]]]) year 必选项。完整的年份,比如,1976(而不是 76)。 month 必选项。表示的月份,是从 0 到 11 之间的整数( 1 ...
分类:Web程序   时间:2016-08-06 08:16:24    阅读次数:153
js set
打印结果: ...
分类:Web程序   时间:2016-08-06 08:14:27    阅读次数:183
js get 传参 汉字 乱码问题
js java ...
分类:Web程序   时间:2016-08-06 08:14:16    阅读次数:169
LAMP - Apache用户认证
有些时候我们只想让自己去访问网站的某一个文件或者目录,不让其他用户有权限去访问,那么就需要在服务器上去配置一下。假设网站的根目录是/data/www,新建了一个子目录为/data/www/abc目录,对于在这个abc目录下的文件除了我们自己,一概不让其他人去访问,怎么配置呢?1.编辑a..
分类:Web程序   时间:2016-08-06 07:09:48    阅读次数:198
shell脚本   http源码启动脚本
源码包http启动脚本,仅供参考......下面有文本的。#!/bin/bash#Author:wangerguiEmail:291131893@qq.comDate:2016-06-01#Function:sourceapachestartscriptPATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root:/binexportPATH[-f/etc/rc.d/init.d/funct..
分类:Web程序   时间:2016-08-06 07:10:18    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!