1.创建组件components > zj-roll > index.vue 2.页面中引用组件 ...
分类:
其他好文 时间:
2018-11-15 12:03:20
阅读次数:
181
2016沈阳区域赛http://acm.hdu.edu.cn/showproblem.php?pid=5955 Guessing the Dice Roll Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Jav ...
分类:
其他好文 时间:
2018-11-13 11:36:17
阅读次数:
296
本文示列 相机的几种方式,及区别。 //创建viewer //第一种:viewer.zoomTo //第二中:viewer.flyTo //第三种:viewer.camera.flyTo //四、 viewer.camera.lookAt //五、viewer.camera.setView 区别: ...
分类:
其他好文 时间:
2018-11-13 02:36:19
阅读次数:
395
一、依据不同属性分类运动分割算法 Camera motion first vs. Object motion first Feature based vs. Dense motion based 2D vs. 3D Rigid vs. Nonrigid Single vs. Multiple Occ ...
分类:
其他好文 时间:
2018-11-11 12:50:15
阅读次数:
217
public static Vector3 WorldToUI(Camera camera,Vector3 pos){ CanvasScaler scaler = GameObject.Find("UIRoot").GetComponent(); float resolutionX = scaler... ...
分类:
其他好文 时间:
2018-11-08 14:21:43
阅读次数:
177
There is a ball in a maze with empty spaces and walls. The ball can go through empty spaces by rolling up, down, left or right, but it won't stop roll... ...
分类:
其他好文 时间:
2018-11-06 11:22:21
阅读次数:
158
There is a ball in a maze with empty spaces and walls. The ball can go through empty spaces by rolling up, down, left or right, but it won't stop roll... ...
分类:
其他好文 时间:
2018-11-06 11:09:54
阅读次数:
212
配置nginx的日志滚动 使用linux的crod调度器,周期性生成新文件。 [编写滚动脚本 /usr/local/bin/umeng_roll_log.sh] chmod 777 修改可执行权限 #!/bin/bash dateStr=`date '+%Y-%m-%d-%H-%M'` mv /us ...
分类:
其他好文 时间:
2018-11-04 21:14:34
阅读次数:
159
https://blog.csdn.net/Byeweiyang/article/details/80515192 0.背景简介 最近有一部分相机相关的需求,专注于对拍摄的照片、视频的噪点、色温、明暗等方面进行优化。一般我们在生活中使用相机来拍照的话,在前期拍摄时,就可以通过调整相机的拍摄参数,如: ...
分类:
移动开发 时间:
2018-11-02 15:31:33
阅读次数:
1072
前言:复习BABYLON.js官网101基础文档之后,总结了一些在公司项目中常用的基础知识点。官网文档地址:http://doc.babylonjs.com/babylon101/ 一、创建场景的模板: 当编写自己的HTML时,只需要将createScene function嵌入到一个HTML页面结 ...
分类:
Web程序 时间:
2018-11-02 14:32:56
阅读次数:
2131