本实例创建了MFC Dll,并在Dll内部启用Timer及线程,并通过Demo去调用。
2022-03-20 16:13:08 19.54MB MFC DLL Timer Form
1
form提交后不跳转,增强用户体验。 工程采用jquery写前端,struts2做一个跳转返回数据。
2022-03-19 13:22:13 3.88MB form表单提交
1
* jQuery Form Plugin * version: 4.2.2 * Requires jQuery v1.7.2 or later * Project repository: https://github.com/jquery-form/form * Copyright 2017 Kevin Morris * Copyright 2006 M. Alsup * Dual licensed under the LGPL-2.1+ or MIT licenses * https://github.com/jquery-form/form#license * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details.
2022-03-18 16:39:27 17KB 异步提交 文件上传
1
vue3形式使用 使用vue3的表单用法
2022-03-18 11:07:54 12KB Vue
1
直接II型实现matlab filter 函数,验证无误差,与matlab built in function一致。
2022-03-17 20:59:58 751B filter Direct Form II
1
vue-ip-input vue 2.0的ip输入工具演示用法用法安装npm install vue-ip-input --save CommonJS var VueIpInput = require('vue-ip-input'vue-ip-input vue的ip输入工具2.0演示演示用法安装npm install vue-ip-input --save CommonJS var VueIpInput = require('vue-ip-input');新的Vue({组件:{'vue-ip-input':VueIpInput},数据: function(){return {ip:'127.0.0.1'};},方法:{onIpChange:function(ip){console.log('ip input change:',ip);},onIpBlur:function(ip){ console.log('i
2022-03-15 13:18:39 15KB Vue.js Form Input
1
首先有一个这样的需求,表单中默认有一个联系人信息,用户可以再添加新的联系人信息 点击添加更多联系人之后 官方文档中有写用v-for来实现新增表单,但是那是单表单的新增,现在多表单的新增,可以考虑的实现方法是先写死一个必须的表单,需要新增的两个表单放在一个div里,在div中使用v-for生成,达到同时新增的效果 代码如下 //必填一个联系人的表单 <el-input v-model=ruleForm.notifyobject placeholder
2022-03-14 19:33:12 70KB em form 动态
1
今天我们来给大家介绍下在Vue开发中我们经常会碰到的一种需求场景,就是在form中我们需要动态的增加组件模块,效果如下: 这种效果实现其实就是对 v-for 指令的一种使用,组件不是必须的,只是为了将这部门的代码我们单独的拎出来,便于查看,好了,话不多说,我们来看下具体怎么来实现。 案例效果的实现 1.创建组件 首先我们创建一个单独的组件,同时在 template 中定义我们的表单元素,此处使用的是 element UI 来实现效果。 2.import组件 我们需要在父组件中引入创建的组件,并通过 v-for 来实现动态处理的效果,关键代码如下 使用组件 在 data 中定义 edu
2022-03-12 19:53:14 562KB fo for form
1
这是一款纯js和css制作的一个用户注册界面的美化表单空间,将文本框和单选框、复选框等空间全部从新设计美化。效果演示地址:http://www.xwcms.net/js/bddm/55798.html
2022-03-11 15:21:26 19KB 表单美化
1
Oracle EBS开发文档(form, report), 写得很不错
2022-03-11 09:13:17 7.75MB EBS Form Report
1