1.利用jquery 2. bindData() { $("input,select option").each(function() { $(this).attr("value", $(this).val()); }); //搞定 type=checkbox,type=radio 选中状态 $(" ...
分类:
其他好文 时间:
2021-01-08 10:47:31
阅读次数:
0
package Demo.qd; import com.itextpdf.awt.geom.Rectangle2D.Float; import com.itextpdf.text.pdf.PdfDictionary; import com.itextpdf.text.pdf.PdfName; imp ...
分类:
其他好文 时间:
2021-01-07 12:22:14
阅读次数:
0
1.font文件夹置入src/assets/中 2.main.js中引入font 引入文件夹中的iconfont.css import './assets/font/iconfont.css' 3.打开font文件夹中的demo_index.html 注意:默认为Unicode方式,三种方式用法不太 ...
分类:
其他好文 时间:
2021-01-07 11:53:31
阅读次数:
0
Vue 中mixins,extends,class简单使用 demo: index.vue, feiMixins,feiExtends,feiClass 四个文件 index.vue <template> <div id="index"> <div>{{foo}}</div> <div>{{bar} ...
分类:
其他好文 时间:
2021-01-06 12:37:37
阅读次数:
0
相同点:都是异步请求的方式来获取服务端的数据; 异同点: a、请求方式不同:$.get() 方法使用GET方法来进行异步请求的。$.post() 方法使用POST方法来进行异步请求的。b、参数传递方式不同:get请求会将参数跟在URL后进行传递,而POST请求则是作为HTTP消息的实体内容发送给We ...
分类:
Web程序 时间:
2021-01-06 12:21:23
阅读次数:
0
目录: 1、mvc和springmvc介绍 1.1、JAVAEE体系结构 1.2、mvc设计模式 model 1 model 2 1.3、Springmvc是什么 Springmvc是一个web层mvc框架,类似struts2。Springmvc是spring的一部分 2、Springmvc执行流程 ...
分类:
编程语言 时间:
2021-01-06 11:52:21
阅读次数:
0
一个测试的网站:https://www.w3school.com.cn/tiy/t.asp?f=js_jquery_queryselectorall 一、三种锁定标签的方式 1.知识点 标签名:$(""); id:$("#"); 类名:$("."); 2.例子 <!DOCTYPE html> <ht ...
分类:
Web程序 时间:
2021-01-06 11:51:59
阅读次数:
0
Go-Zero 官方短链项目教程:快速构建高并发微服务 关于 go-zero,大家可以看文档。为少认为它是中国目前最好用的 golang 微服务框架。 完整的 Go-Zero ShortUrl DevOps Demo 准备工作 我这里直接在 K8S 开发集群中部署相关实例。 生产求稳,建议大家还是买 ...
分类:
Web程序 时间:
2021-01-05 10:52:16
阅读次数:
0
1 安装与jdk路径设置 【Red5】如何搭建环境以及调试Red5(1.0.6版本)应用(一)_进击的羊驼驼的大绿洲-CSDN博客 2 推送摄像头流到直播服务 Red5服务器搭建,流媒体rtmp推流实现H5在线直播以及遇到的坑_羊羊羊92的博客-CSDN博客 注意:demo里的'file': 'st ...
分类:
其他好文 时间:
2021-01-05 10:42:25
阅读次数:
0
11.如何从CDN加载jQuery? 下面是从所有3个CDN加载jQuery的代码。 从Google CDN加载jQuery Framework的代码 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/j ...
分类:
编程语言 时间:
2021-01-04 11:26:30
阅读次数:
0