1)NGUI与新版Prefab系统冲突问题2)关于HUD的问题3)RawImage设置DefaultHDR格式的RenderTexture后颜色异常4)Unity如何烘焙透贴阴影做出真实影子5)iOS下打包AssetBundle出现错误 NGUI Q:Unity 2018.4.0,NGUI的预设物点 ...
分类:
其他好文 时间:
2020-03-30 21:47:29
阅读次数:
95
传统Hive计算引擎为MapReduce,在Spark1.3版本之后,SparkSql正式发布,并且SparkSql与apachehive基本完全兼容,基于Spark强大的计算能力,使用Spark处理hive中的数据处理速度远远比传统的Hive快。在idea中使用SparkSql读取HIve表中的数据步骤如下1、首先,准备测试环境,将hadoop集群conf目录下的core-site.xml、hd
分类:
数据库 时间:
2020-03-30 14:42:50
阅读次数:
141
在windows上安装opencv-python 打开cmd输入代码 1 python -m pip install opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple 这是使用了清华镜像的,会使下载速度加快。 下载完成后打开pytho ...
分类:
编程语言 时间:
2020-03-30 12:48:24
阅读次数:
67
一、Bits Job windows后台智能传输服务 Background Intelligent Transfer Service (BITS),用于HTTP或SMB文件传输;它可以给任务设置优先级和异步下载,智能调节带宽,从而不占用其他应用的网络资源。 Powershell和bitsadmin. ...
分类:
其他好文 时间:
2020-03-30 00:11:20
阅读次数:
140
1.简单工厂模式(Simple Factory Pattern) 一个工厂生产所有的产品,根据输入参数决定产品的种类。 #include "Factory.h" #include "ProductA.h" #include "ProductB.h" Product* Factory::createP ...
分类:
编程语言 时间:
2020-03-29 22:39:39
阅读次数:
105
Basketball Reference.com 数据源地址 http://labfile.oss.aliyuncs.com/courses/782/data.zip数据下载地址 用到的三张表 Team Per Game Stats Opponent Per Game Stats Miscellan ...
分类:
编程语言 时间:
2020-03-29 12:46:58
阅读次数:
106
Problem Statement Snuke has decided to play a game using cards. He has a deck consisting of NN cards. On the ii -th card from the top, an integer AiAi ...
分类:
其他好文 时间:
2020-03-29 01:37:30
阅读次数:
90
在是使用pip安装的时候总是超时 换源 豆瓣:http://pypi.douban.com/simple/ 清华:https://pypi.tuna.tsinghua.edu.cn/simple 临时使用: 可以在使用pip的时候加参数-i https://pypi.tuna.tsinghua.ed ...
分类:
编程语言 时间:
2020-03-29 01:32:39
阅读次数:
107
使用python虽然导入库非常方便,但有时也会碰到许多的问题。下载速度有时候很慢。在网上找来了一个关于将python的pip调成寻找国内镜像的方法。 国内镜像地址: http://pypi.douban.com/simple/ 豆瓣 http://mirrors.aliyun.com/pypi/si ...
分类:
编程语言 时间:
2020-03-28 16:18:32
阅读次数:
85
http://pypi.douban.com/simple/ http://mirrors.aliyun.com/pypi/simple/ https://pypi.tuna.tsinghua.edu.cn/simple/ https://pypi.python.org/simple ...
分类:
其他好文 时间:
2020-03-26 12:10:09
阅读次数:
56