package com.example.test3; import android.app.AliasActivity; import android.app.ProgressDialog; import android.os.Bundle; import android.view.View; im ...
分类:
移动开发 时间:
2020-11-30 16:11:54
阅读次数:
19
路由嵌套 官方文档及源码:https://github.com/vuejs/vue-router/blob/1.0/docs/zh-cn/nested.md 嵌套路由 嵌套路由和嵌套组件之间的匹配是个很常见的需求,使用 vue-router 可以很简单的完成这点。 假设我们有如下一个应用: <div ...
分类:
其他好文 时间:
2020-11-30 15:50:44
阅读次数:
7
while循环中使用输出语句停止死循环的原因 z1340954953 2018-11-05 16:23:16 3021 收藏 1 分类专栏: 多线程 文章标签: 输出语句中断死循环 直接看代码 public class WhileTest { private boolean flag = true; ...
分类:
其他好文 时间:
2020-11-27 11:13:18
阅读次数:
7
一)编写ini文件,用button实现加载界面 cl_animationWin={ type="window" x=0 y=0 w=1024 h=600 style="cl_normalwin" flags={ window_splash } ... cl_picLoadingButton={ ty ...
分类:
其他好文 时间:
2020-11-27 10:52:54
阅读次数:
6
1、页面代码 <view class="right"> <picker mode="date" value="{{material.planToDate}}" bindchange="changeDate"> <input placeholder="请输入到货截止时间" name="planToDa ...
分类:
微信 时间:
2020-11-27 10:51:33
阅读次数:
25
1.多配置文件,其中application.properties中的spring.profiles.active能够灵活的切换使用环境 application.properties spring.mvc.view.prefix=/WEB-INF/jsp/ spring.mvc.view.suffix ...
分类:
编程语言 时间:
2020-11-26 15:24:02
阅读次数:
14
主机信息收集命令: query user || qwinsta 查看当前在线用户 net user 查看本机用户 net user /domain 查看域用户 net view & net group "domain computers" /domain 查看当前域计算机列表 第二个查的更多 net ...
分类:
其他好文 时间:
2020-11-26 15:10:47
阅读次数:
5
1.下载相应的版本https://www.mongodb.com/download-center/community我这里下载的是mongodb-linux-x86_64-rhel70-4.2.9.tgz 安装部署 1.创建安装目录192.168.1.169:28001对应的安装目录[root@te ...
分类:
数据库 时间:
2020-11-26 14:55:04
阅读次数:
9
透视投影 1. 将投影面上x,y,z方向上的点,投影到剪裁空间有一定比例关系 2. y方向上的比例关系 y/y0 = y' y0/-z = tan(fov/2) y' = y / tan(fov/2)*-z 让f=1/tan(fov/2) y' = f/-z * y 3. x方向上的比例关系 x' ...
分类:
其他好文 时间:
2020-11-25 13:04:16
阅读次数:
15
视图说明 1. 两个基类 1)APIView rest_framework.views.APIView APIView是REST framework提供的所有视图的基类,继承自Django的View父类。 APIView与View的不同之处在于: 传入到视图方法中的是REST framework的R ...
分类:
其他好文 时间:
2020-11-25 12:30:41
阅读次数:
6