官方定义:write less ,do more :Lightweight Footprint、CSS3 Compliant、Cross-BrowserWhat is jQuery?jQuery is a fast, small, and feature-rich JavaScript librar...
分类:
Web程序 时间:
2014-09-13 22:39:56
阅读次数:
391
官网地址:http://bassistance.de/jquery-plugins/jquery-plugin-validationjQuery plugin: Validation 使用说明转载自:http://blog.sina.com.cn/s/blog_608475eb0100h3h1.ht...
搜索 formnovalidate然后改成这种,也就是if中间注释 // allow suppressing validation by adding the html5 formnovalidate attribute to the submit button...
分类:
Web程序 时间:
2014-09-12 10:07:43
阅读次数:
197
微软出了一套解决方式能够解决 “同意WebAPI的 CORS 请求”http://www.asp.net/web-api/overview/security/enabling-cross-origin-requests-in-web-api假设你同一时候使用了OWIN,即使使用了这个,也不能使OWI...
在使用别人的项目的时候,导入到eclipse中发现js文件报错,解决办法是关闭eclipse的js校验功能。三个步骤:1.Eclipse代码 右键点击项目->properties->Validation->Errors/Warming 将Enable Javascript Sematic vali....
分类:
Web程序 时间:
2014-09-11 16:46:22
阅读次数:
130
spark:Cross-platform real-time collaboration client optimized for business and organizations.Spark is a full-features instant messaging (IM) and group...
分类:
其他好文 时间:
2014-09-11 13:43:01
阅读次数:
209
提到构建WebService服务,大家肯定第一个想到的是使用WCF,因为简单快捷嘛。首先要说明的是,本人对WCF不太了解,但是想快速建立一个WebService,于是看到了MSDN上的这一篇文章 Building Cross-Platform Web Services with ServiceSta...
分类:
Web程序 时间:
2014-09-09 12:05:08
阅读次数:
275
在编译LINUX内核时,首先要修改内核源码顶层目录下的makefile文件,将其中ARCH ?= $(SUBARCH)修改为ARCH ?= arm,将CROSS_COMPILE ?= 修改为CROSS_COMPILE ?= arm-linux-gcc,或者不修改,而是将ARCH和CROSS_COMP...
分类:
系统相关 时间:
2014-09-07 23:45:05
阅读次数:
450
To clarify, I’m looking for a decent regular expression to validate URLs that were entered as user input with. I have no interest in parsing a list of...
分类:
其他好文 时间:
2014-09-06 02:12:32
阅读次数:
1186
OverviewWe can get SegFault by several reasons:aligned access to unaligned memory(usally see in ARM NEON)cross-border accessint temp[2] = {0};temp[2] ...
分类:
系统相关 时间:
2014-09-05 17:57:01
阅读次数:
296