24.MINA框架讲解 MINA框架架构 25.小程序运行机制 小程序在首次打开的时间会比较长,后续再打开启动会很快,那么小程序是如何启动的呢? 运行机制-启动 冷启动 热启动 热启动:假入用户已经打开某个小程序,然后在一定时间内再次打开小程序,这个时候,就不需要重新启动了,只需要把后台小程序切换到 ...
分类:
微信 时间:
2019-12-27 11:35:10
阅读次数:
87
微信小程序的wxml语法和vue的挺像 数据绑定 wxml <view> {{message}} </view> js Page({ data:{ message:"hello mina" } }) 列表渲染 <!--wxml-->使用wx:item 指定遍历项得别名,使用wx:index来指定遍历 ...
分类:
微信 时间:
2019-12-27 11:29:57
阅读次数:
114
1、安装 $sudo apt-get install xfce4 $sudo apt-get install vnc4server $sudo apt-get install xrdp 2、修改配置 sudo vi ~/.vnc/xstartup 替换为如下内容 #!/bin/sh export X ...
分类:
系统相关 时间:
2019-12-26 11:17:58
阅读次数:
102
在看尚硅谷的k8s视频中,学到ingress代理的时候,由于之前按照视频安装了V1.15.1,后面环境又出了问题,重新安装了 16.1的,为这次失败埋下了伏笔。 教案中的yaml apiVersion: extensions/v1beta1 kind: Deployment metadata: na ...
分类:
其他好文 时间:
2019-12-24 23:24:56
阅读次数:
146
SAM的毒瘤题,倍增来满足长度限制,线段树合并来求区间询问,应有尽有。 ...
分类:
其他好文 时间:
2019-12-22 12:36:33
阅读次数:
103
Problem Description Problems that require minimum paths through some domain appear in many different areas of computer science. For example, one of th ...
分类:
其他好文 时间:
2019-12-21 20:35:46
阅读次数:
66
1 //设置class_dialog选择过滤 2 static int init_proc(UF_UI_selection_p_t select,void* user_data) 3 { 4 //过滤类别的个数 5 int num_triples = 1; 6 //曲线 7 UF_UI_mask_t ...
分类:
其他好文 时间:
2019-12-21 11:45:36
阅读次数:
109
命令简介 cmd是command的缩写.即命令行 。 虽然随着计算机产业的发展,Windows 操作系统的应用越来越广泛,DOS 面临着被淘汰的命运,但是因为它运行安全、稳定,有的用户还在使用,所以一般Windows 的各种版本都与其兼容,用户可以在Windows 系统下运行DOS,中文版Windo ...
好久没有写博客了 今天写一下比较常用的寻找矩形边框 ////////////////////////////寻找最矩形边框////////////////////////////////////////////////////////// vector<vector<Point>>contours; ...
分类:
其他好文 时间:
2019-12-18 19:01:28
阅读次数:
134
启动实例 停止实例 重启实例 终止实例 终止实例就是删除实例 ...
分类:
其他好文 时间:
2019-12-17 18:42:58
阅读次数:
625