STM32CbueIDE 体验 下载安装 官网下载链接:https://www.st.com/zh/development-tools/stm32cubeide.html. 软件启动时会令设置工作目录(默认设置下每次启动都会询问),我这里设置的 OneDrive 下的文件夹。 汉化 安装中文语言包。 ...
分类:
其他好文 时间:
2020-07-25 09:47:20
阅读次数:
88
使用VueCli 4.3搭建yb课堂前端项目框架 创建yb课堂Vue项目 vue create ybclass_front 选择feature模式 安装vuex、vue-router,用vscode打开 安装axios cnpm install axios --save cnpm install < ...
分类:
其他好文 时间:
2020-07-19 15:59:56
阅读次数:
64
常用的技术组件的作用 学前必备基础:HTML、CSS、JavaScript、Vue基础知识 Vue:用于构建用户界面的渐进式JavaScript框架 什么是Cube-UI 基于Vue.js实现的精致移动端组件库 地址:https://didi.github.io/cube-ui/#/zh-CN Vu ...
分类:
其他好文 时间:
2020-07-19 00:30:51
阅读次数:
94
依照题目可以知道我们今天要实现的功能是道具的消失与重生。 这里就涉及到道具如何消失,如何重生的问题。 我们规定: 当StartPlayer触碰到道具的时候,道具就消失,间隔5秒钟之后,道具再次在原点重生。 文中的提及的Cube类是AMyActor_Cube类的简称。 文中的提及的Spawn类是AMy ...
分类:
编程语言 时间:
2020-07-09 12:06:20
阅读次数:
110
hive当中也带有很多的窗口函数以及分析函数,主要用于以下这些场景 (1)用于分区排序 (2)动态Group By (3)Top N (4)累计计算 (5)层次查询 1、创建hive表并加载数据 创建表 hive (hive_explode)> create table order_detail( ...
分类:
其他好文 时间:
2020-07-05 20:55:24
阅读次数:
60
1、ShaderLab和CG变量的匹配关系 ShaderLab属性类型 CG变量类型 Color, Vector float4, half4, fixed4 Range, Float float, half, fixed 2D sampler2D Cube samplerCube 3D sample ...
分类:
其他好文 时间:
2020-07-04 01:01:17
阅读次数:
115
/** * 求一个数的立方根,利用二分法,时间复杂度在logn **/ private static double getCubeRoot(double input){ double min = 0; double max = input; double mid = 0; while ((max - ...
分类:
其他好文 时间:
2020-07-01 22:04:03
阅读次数:
83
前提 Games101 lecture4-lecture5 考虑将三位物体转换二维图像需要的步骤,我们需要以下变换来达成目的, model transformation(模型(基础)变换--Object就位) view/camera transformation(视图变换--调整相机) projec ...
分类:
其他好文 时间:
2020-06-24 00:08:26
阅读次数:
108
Hadoop+Hive+Zookeeper+hbase+kylin环境搭建说明
分类:
其他好文 时间:
2020-06-18 16:08:02
阅读次数:
58
常见的操作系统:centos:企业Linux-----CommunityEnterpriseOperatingSystem----开源免费RedhatenterpriseLinux(RHEL)---Linux操作系统佼佼者---企业版Ubuntu----开源免费,可购买服务---借鉴Debian,超越DebianDebian----欧洲流行suseoracleLinux麒麟kylin---军方cp
分类:
系统相关 时间:
2020-06-16 01:25:48
阅读次数:
105