利用的是jq的validate.js 详见菜鸟教程http://www.runoob.com/jquery/jquery-plugin-validate.html 以下是我测试的几个文件,就是理解后修改的菜鸟教程上的例子,具体还没实际用在工程中,一些防sql注入,防xss攻击等未实现,但是功能完备 ...
分类:
Web开发 时间:
2017-06-18 18:49:58
收藏:
0 评论:
0 赞:
0 阅读:
302
[poj2424]Flo's Restaurant Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 2960 Accepted: 929 Description Sick and tired of pushing paper in ...
分类:
其他 时间:
2017-06-18 18:49:35
收藏:
0 评论:
0 赞:
0 阅读:
341
传送门 【题目大意】给出物品的数量。-1为无限个。 【思路】混合背包.... 【code】 ...
分类:
其他 时间:
2017-06-18 18:49:12
收藏:
0 评论:
0 赞:
0 阅读:
293
iOS 真机调试问题 在Archive项目时,出现了“Your build settings specify a provisioning profile with the UUID “”, however, no such provisioning profile was found”的出错。一直 ...
分类:
其他 时间:
2017-06-18 18:48:22
收藏:
0 评论:
0 赞:
0 阅读:
243
操作系统:Windows10 家庭中文版 Apache版本:2.4.23 下载地址:http://pan.baidu.com/s/1nuB6cjf 参考文档:win7(64位)php5.5-Apache2.4-mysql5.6环境安装 http://jingyan.baidu.com/article ...
分类:
Windows开发 时间:
2017-06-18 18:48:09
收藏:
0 评论:
0 赞:
0 阅读:
770
1.slice(start,end)(参数可选) slice() 方法返回一个从开始到结束(不包括结束)选择的数组的一部分浅拷贝到一个新数组对象。原始数组不会被修改。 var a = ['a', 'b', 'c', 'd'] var b = a.slice(0, 1) console.log(a); ...
分类:
Web开发 时间:
2017-06-18 18:47:54
收藏:
0 评论:
0 赞:
0 阅读:
334
搭建Springboot 推荐使用maven, 但也可以不使用maven,用正常的java工程。 在MyEclipse上新建一个maven工程 点击Next,选择create a simple project 点击Next,输入下图所示 点击finish,稍等一下会,项目就构建完成。目录结构如下所示 ...
分类:
编程语言 时间:
2017-06-18 18:47:38
收藏:
0 评论:
0 赞:
0 阅读:
3560
一、基本概念 1.1、WEB开发的相关知识 WEB,在英语中web即表示网页的意思,它用于表示Internet主机上供外界访问的资源。 Internet上供外界访问的Web资源分为: 静态web资源开发技术:Html 常用动态web资源开发技术:JSP/Servlet、ASP、PHP等 在Java中 ...
分类:
编程语言 时间:
2017-06-18 18:47:24
收藏:
0 评论:
0 赞:
0 阅读:
273
/** * 依据日期返回当前日期是一年的第几天 * @param date * @return */ public static int orderDate(String dateStr) { if(dateStr == null || dateStr.trim().length() == 0) r ...
分类:
编程语言 时间:
2017-06-18 18:46:51
收藏:
0 评论:
0 赞:
0 阅读:
306
转自 http://www.cnblogs.com/hnrainll/archive/2011/08/17/2142001.html进程退出 1.在Linux中任何让一个进程退出 进程退出表示进程即将结束。在Linux中进程退出分为了正常退出和异常退出两种。 1>正常退出 a. 在main()函数中 ...
分类:
其他 时间:
2017-06-18 18:46:42
收藏:
0 评论:
0 赞:
0 阅读:
317
题目描述 为了庆祝 NOI 的成功开幕,主办方为大家准备了一场寿司晚宴。小 G 和小 W 作为参加 NOI 的选手,也被邀请参加了寿司晚宴。 在晚宴上,主办方为大家提供了 n?1 种不同的寿司,编号 1,2,3,…,n?1,其中第 i 种寿司的美味度为 i+1 (即寿司的美味度为从 2 到 n)。 ...
分类:
其他 时间:
2017-06-18 18:46:19
收藏:
0 评论:
0 赞:
0 阅读:
272
解决CentOS7虚拟机无法上网并设置CentOS7虚拟机使用静态IP上网 补充下 默认网关是自己路由器的真实网关,现在改为自动获取IP试试 v今天试了很久没有成功的原因是GETEWAY这个单词少打了一个E ...
分类:
其他 时间:
2017-06-18 18:46:08
收藏:
0 评论:
0 赞:
0 阅读:
311
题目描述 有两个长度都是N的序列A和B,在A和B中各取一个数相加可以得到N^2个和,求这N^2个和中最小的N个。 输入输出格式 输入格式: 第一行一个正整数N; 第二行N个整数Ai,满足Ai<=Ai+1且Ai<=10^9; 第三行N个整数Bi, 满足Bi<=Bi+1且Bi<=10^9. 【数据规模】 ...
分类:
其他 时间:
2017-06-18 18:45:51
收藏:
0 评论:
0 赞:
0 阅读:
410
一、分支控制语句 1、if .. fi条件 if condition; then action fi 2、if .. else .. fi条件 if condition;then action; else action fi 3、if .. else if ..else ..fi条件 if cond ...
分类:
系统服务 时间:
2017-06-18 18:45:38
收藏:
0 评论:
0 赞:
0 阅读:
388
This article introduces how to derive the representation formula used in BEM from Green's identity. Interior and exterior representation formulas Let ...
分类:
其他 时间:
2017-06-18 18:45:26
收藏:
0 评论:
0 赞:
0 阅读:
367
一、问题定位 开发板重启后打印了2个提醒和一个错误,caches的提醒先不看,看看flash和nand下面的提醒,bad CRC,Using default enviroment,我们可以定位Using default enviroment定位到 代码位置,如下: Env_common.c (com ...
分类:
其他 时间:
2017-06-18 18:45:14
收藏:
0 评论:
0 赞:
0 阅读:
548
[poj1020]Anniversary Cake Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 17203 Accepted: 5619 Description Nahid Khaleh decides to invite t ...
分类:
其他 时间:
2017-06-18 18:45:03
收藏:
0 评论:
0 赞:
0 阅读:
363
#include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include <assert.h> #include <stdio.h> #include <unistd. ...
分类:
其他 时间:
2017-06-18 18:44:54
收藏:
0 评论:
0 赞:
0 阅读:
312
webApp //项目名称 -META-INF --MANIFEST.MF -WEB-INF --classes //编译class文件 --lib //依赖jar --web.xml -index.jsp //首页 ...
分类:
编程语言 时间:
2017-06-18 18:44:41
收藏:
0 评论:
0 赞:
0 阅读:
1288
给大家分享一些极好的网站: 笛卡尔坐标系: https://www.desmos.com/ 数列的性质:http://oeis.org/ 一个数的各种性质:http://zh.numberempire.com/ 建图、树专用:https://csacademy.com/app/graph_edito ...
分类:
其他 时间:
2017-06-18 18:44:32
收藏:
0 评论:
0 赞:
0 阅读:
272