码迷,mamicode.com
首页 >  
搜索关键字:form    ( 21236个结果
异步上传文件多种方式归纳
最近在做异步上传文件的工作,用到了一些库,这里归纳下,暂且不考虑异常处理,仅作为demo。1.不用任何插件,利用iframe,将form的taget设为iframe的name,注意设为iframe的id是没用的,跟网上很多说的不太一致iframe_upload.htm ...
分类:其他好文   时间:2014-07-25 02:24:34    阅读次数:337
poj 1840 -- Eqs
EqsTime Limit: 5000MSMemory Limit: 65536KTotal Submissions: 11865Accepted: 5811DescriptionConsider equations having the following form: a1x13+ a2x23+ ...
分类:其他好文   时间:2014-07-24 22:34:42    阅读次数:166
ReadOnly field saved with NULL value
On CRM opportunity form view, i added readonly="1" for probability field. When i saved, whatever the value of my probability, it's stored with NULL va...
分类:其他好文   时间:2014-07-24 22:02:32    阅读次数:233
DecimalFormat 中的 #,0
0和#都是占位符,但在不同的地方,作用不一样0: 比实际数字的位数多,不足的地方用0补上。 new DecimalFormat("00.00").format(3.14) //结果:03.14 new DecimalFormat("0.000").format(3.14) //结果: 3.140 ....
分类:其他好文   时间:2014-07-24 21:53:32    阅读次数:202
drupal form 中图片上传
1.创建url 链接到form $items['qianfeng/add'] = array(     'title' => t('添加信息'),     'page callback' => 'drupal_get_form',     'page arguments' => array('qianfeng_add',1),     'file' => 'videocloud_qian...
分类:其他好文   时间:2014-07-24 17:46:31    阅读次数:240
You might be hunting for just cheap ghds nz
You might be hunting for just cheap ghds nz a form of panache bracelets buy cheap ghd Straightener that higher round information. Common in photograph...
分类:其他好文   时间:2014-07-24 17:15:25    阅读次数:260
探索Split函数第三位参数的用法
Private Sub Form_Click() Dim c() As String c = Split("A,B,C,D,E", ",") For i = 0 To UBound(c) Print c(i) Next iEnd Sub运行效果:ABCDEPri...
分类:其他好文   时间:2014-07-24 10:07:34    阅读次数:215
struts1.2源码分析记录
struts思路: 1.struts使用的三板斧ActionForm、DispatchAction、ActionMapping 2.主要关注点:Form、Action、Forward 3.页面如何发送请求参数,后台如何截取.do请求,如何将参数组装成Form,在Action中如何操作F...
分类:其他好文   时间:2014-07-23 21:35:05    阅读次数:263
(三)关于kendo IU表单form各类控件的数据绑定
kendo IU表单form各类控件的数据绑定
分类:其他好文   时间:2014-07-23 20:45:45    阅读次数:297
<s:form action="login"...与<s:form action = "login.action".的区别
1、它表示的是因为它使用了struts标签,后面会自动加.action,而且namespace会起作用2.它表示的是标签中后面有.action,被解析成html时就不会再在后面加一个.action了,而且namespace不会起作用。
分类:其他好文   时间:2014-07-23 20:40:45    阅读次数:252
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!