码迷,mamicode.com
首页 >  
搜索关键字:mobile    ( 3375个结果
vuex 中getters、mutations、actions的使用实例
index.js import Vue from 'vue'; import Vuex from 'vuex'; import base from './modules/base'; import user from './modules/user'; Vue.use(Vuex); // store ...
分类:其他好文   时间:2021-04-26 13:39:52    阅读次数:0
手机验证码60秒倒计时
<!--手机号输入框--><div class="login_box"> <input type="number" placeholder="请输入手机号" class="phoneInput" v-model="mobile"/> <span v-if="codeShow" style="colo ...
分类:移动开发   时间:2021-04-21 12:53:24    阅读次数:0
ue mobile 延迟光照 点光源 volumtric测试
point light 的volumtric camera 在volumtric外面 1.渲染volumetric的backface(渲染球靠近camera的一半) 深度测试 留下远的 绿色 2.渲染volumtric的frontface 深度测试留下近的 绿色 3. 在1和2都通过的地方 sten ...
分类:其他好文   时间:2021-04-09 13:06:22    阅读次数:0
CF1023F Mobile Phone Network
恶臭树链剖分毁我青春耗我钱财不讲武德。 题目大意 给出 \(k\) 条边权未定的边,以及 \(m\) 条边权已定的边,让你求这样一个东西: 有一颗最小生成树包含这 \(k\) 条边; 这 \(k\) 条边的权值和最大。 最后输出 \(k\) 条边的权值和。 既然要求 \(k\) 条边都在最小生成树内 ...
分类:Web程序   时间:2021-04-05 12:47:35    阅读次数:0
App Service overview Azure
App Service overview Azure App Service is an HTTP-based service for hosting web applications, REST APIs, and mobile back ends. You can develop in your ...
分类:移动开发   时间:2021-03-17 15:03:35    阅读次数:0
TensorFlow Frontend前端
TensorFlow Frontend前端 TensorFlow前端有助于将TensorFlow模型导入TVM。 Supported versions: 1.12 and below Tested models: Inception (V1/V2/V3/V4) Resnet (All) Mobile ...
分类:其他好文   时间:2021-03-16 11:59:01    阅读次数:0
MIPI记录
随着Camera与显示设备像素的不断提高,为了尽量减少芯片之间引脚并提高传输速度以及缩短芯片的研发时间,标准化的接口MIPI(Mobile Industry Processor Interface)越来越多地被camera和显示设备所采用, 其中MIPI CSI(Camera Serial Inte ...
分类:其他好文   时间:2021-03-04 12:57:06    阅读次数:0
将手机号中间四位转换为 * 号
使用正则将手机号中间四位转换为 * 号: let mobile = "131 0000 8080" function convertMobile(mobile){ const mobileReg = /(\d{3})(\d{4})(\d{4})/ig; let mobileCalc = mobile ...
分类:移动开发   时间:2021-03-03 12:03:01    阅读次数:0
元数据管理—动态表单设计器在crudapi系统中完整实现
在前面文章中,我们通过一系列案例介绍了表单设计的一些基本功能,表单设计起到非常重要作用,也是crudapi核心,所以本文会详细介绍表单设计中一些其它功能。 ...
分类:Windows程序   时间:2021-03-01 14:14:22    阅读次数:0
Is the Mobile Stone Crusher Expensive?
All parts of the construction waste mobile stone crusher are vehicle-mounted. The turning radius is relatively small and the mobility is very strong. ...
分类:其他好文   时间:2021-02-19 13:03:42    阅读次数:0
3375条   上一页 1 2 3 4 ... 338 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!