码迷,mamicode.com
首页 >  
搜索关键字:form    ( 21236个结果
百度地图API 与 jquery 同时使用时报 TypeError $(...) is null错误 失效的原因及解决办法
在引用百度地图API后,发现jquery 根据id 找不到 form。但是对于别的控件没有问题。 在排除了 html加载的问题后。 上网查找 发现以下解决办法:原因应该是有冲突的插件。解决办法将 $符号改为jQuery引用:http://www.phpernote.com/jquery/851.ht...
分类:Windows程序   时间:2014-12-06 11:20:16    阅读次数:213
poj 2002 Squares
题目链接:http://poj.org/problem?id=2002A square is a 4-sided polygon whose sides have equal length and adjacent sides form 90-degree angles. It is also a ...
分类:其他好文   时间:2014-12-05 22:34:16    阅读次数:267
基于Bootstrap+jQuery.validate Form表单验证实践
基于Bootstrap jQuery.validate Form表单验证实践项目结构 :github 上源码地址:https://github.com/starzou/front-end-example 点击打开1、form 表单代码[html]view plaincopyBootstrapFor....
分类:Web程序   时间:2014-12-05 19:02:55    阅读次数:268
delegate委托的例子,实现对Form中控件的更新
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:其他好文   时间:2014-12-05 17:00:16    阅读次数:156
HTML5 的新的表单属性
本章讲解涉及 和 元素的新属性。新的 form 属性:autocompletenovalidate新的 input 属性:autocompleteautofocusformform overrides (formaction, formenctype, formmethod, formnoval.....
分类:Web程序   时间:2014-12-05 16:51:14    阅读次数:232
Android使用MultipartEntityBuilder实现类似form表单提交方式的文件上传
最近在做 Android 端文件上传,要求采用 form 表单的方式提交,项目使用的 afinal 框架有文件上传功能,但是始终无法与php写的服务端对接上,无法上传成功。读源码发现:afinal 使用了某大神写的?Multi...
分类:移动开发   时间:2014-12-05 15:41:30    阅读次数:190
Model Binding To A List
[文章来源see here] Using the DefaultModelBinder in ASP.NET MVC, you can bind submitted form values to arguments of an action method. But what if that argu...
分类:其他好文   时间:2014-12-05 12:39:14    阅读次数:260
[LinqPad妙用]-在Net MVC中反射调用LinqPad中的Dump函数
LinqPad有个非常强大的Dump函数。这篇讲解一下如何将Dump函数应用在.Net MVC Web开发中。先看效果: 一、用.Net Reflector反编译LinqPad.exe,找出Dump函数的定义: 经过反编译发现,Dump函数调用了LINQPad.ObjectGraph.Form...
分类:Web程序   时间:2014-12-04 23:05:09    阅读次数:254
thinkphp3.1 分页 注释
有id、标题、内容、创建时间有创建时间、标题、(分页)(分页)={$page}= $count = $Form->count(); //计算总数 $Page = new Page($count, 5); $list = $Form->limit($Page->...
分类:Web程序   时间:2014-12-04 19:57:04    阅读次数:245
JSP路径的问题
JSP因为是客户端使用的路径,所以完全可以使用全路径形式那么在JSP里面使用路径的方式有两种,超链接或者form当我们在MyEclipse中新建JSP时,可以发现有下面 "> 直接使用 点击
分类:Web程序   时间:2014-12-04 19:46:08    阅读次数:151
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!