码迷,mamicode.com
首页 >  
搜索关键字:multiple uiimageview    ( 3506个结果
基于element UI下el-select的拼音检索
自行安装 elementUI和pinyin-match 组件 <template> <el-select v-model="newValue" :filterable="filterable" :multiple="multiple" :filter-method="filterMethod" v- ...
分类:其他好文   时间:2020-07-21 21:27:48    阅读次数:183
全平台头像添加vip标识-视图封装思想
需求:全平台(整个APP)头像不同的vip级别添加不同的vip标识 样式:(圆形头像右下角添加vip标识) 为了便于调用,采用了 UIImageView 分类,添加方法,方法里添加一个 UIImageView 展示vip标识 的实现方式。直接上代码 1.新建 UIImageView+TJVipHea ...
分类:其他好文   时间:2020-07-21 01:26:08    阅读次数:158
基于FPGA的扩频系统设计(上)
今天给大侠带来基于FPGA的扩频系统设计,由于篇幅较长,分三篇。今天带来第一篇,上篇。话不多说,上货。 导读 在无线通信系统中,普遍使用扩频通信技术,因此扩频技术对通信系统具有重要的现实意义。直接序列扩频技术是应用最广的一种扩频技术,FPGA具备高速度的并行性特点在无线通信系统中的优势日益增强,利用 ...
分类:其他好文   时间:2020-07-20 10:33:21    阅读次数:65
【机器学习】#4-6
#多变量线性回归(Linear Regression with Multiple Variables) ##4.1多维特征 多维特征就是有多个特征,比如房价模型中增加房子的楼层数等等,模型的特征为$\left( {x_{1}},{x_{2}},...,{x_} \right)$ \(n\) 代表特征 ...
分类:其他好文   时间:2020-07-17 22:17:36    阅读次数:80
SharePoint Online: Create Multiple Lists from a CSV File using PowerShell
How to Create Multiple lists from CSV File? We can use the combination of CSV and PowerShell to create multiple lists in bulk in SharePoint Online. He ...
分类:系统相关   时间:2020-07-17 14:13:50    阅读次数:83
element UI upload组件上传附件格式限制
<el-upload :action="uploadUrl" ref="upload" :multiple="false" :on-change="fileChange" :before-upload="beforeUpload" :on-success="handleAvatarSuccess" ...
分类:Web程序   时间:2020-07-15 15:18:10    阅读次数:192
fastadmin 附件
1 mysql 2 js {field: 'attachfile', title: __('Attachfile'),formatter:Table.api.formatter.url} 3 add.html <div class="form-group"> <label class="contro ...
分类:其他好文   时间:2020-07-13 15:41:51    阅读次数:72
LTE - Release 10 PUSCH Multiple Codeword Transmit and Receive Modeling
Introduction This example demonstrates the multicodeword transmission and reception in the uplink. Parameters % Generate configuration for FRC A3-2 fr ...
分类:其他好文   时间:2020-07-12 16:51:37    阅读次数:44
传感器融合带来多重好处
传感器融合带来多重好处 Sensor fusion brings multiple benefits ADAS(特别是与汽车传感器的发展趋势相吻合的汽车自动驾驶系统)。这个概念本身并不新鲜;在Google Scholar上搜索,可以找到可以追溯到20世纪60年代及更早的概念。但是今天,关于系统应该融 ...
分类:其他好文   时间:2020-07-11 14:23:48    阅读次数:81
新一期的干货来了,BootStrap该怎么用(乐字节java)4
表单 如果需要更多资料点击下方图片加好友领取?(注明来意) ? 表单主要功能是用来与用户做交流的一个网页控件,良好的表单设计能够让网页与用户更好的沟通。表单中常见的元素主要包括:文本输入框、下拉选择框、单选按钮、复选按钮、文本域和按钮等。 表单控件 ? .form-control .input-lg ...
分类:编程语言   时间:2020-07-10 15:16:54    阅读次数:81
3506条   上一页 1 ... 4 5 6 7 8 ... 351 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!