目录 前言 What is a game engine? 游戏引擎破蛋史——游戏界的工业革命 游戏引擎的发展 3D引擎的真正诞生 游戏引擎的商品化 引擎大飞跃 后话 前言 接锅辣~ 前几天Nova常务组的组长(也就是我大哥)来找我,问我是不是大多数课程结课了。我心里一惊!哎呀,不会是独游的集训要开始 ...
分类:
其他好文 时间:
2020-06-25 21:53:15
阅读次数:
51
一. 结构图 模板方法一般置为final,可以被子类继承,但不能覆盖。 二. 代码实现。 public abstract class Game { abstract void initialize(); abstract void startPlay(); abstract void endPlay ...
分类:
其他好文 时间:
2020-06-25 19:58:28
阅读次数:
49
这里选用的是轻量型应用服务器 在此可领取相关的优惠:https://bbs.aliyun.com/simple/t589079.html 安装Ubuntu系统镜像 直接在购买云服务器的时候安装就行 或者在管理员界面进行更换镜像: 安装Apache tomcat 远程连接 输入相关命令: curl h ...
分类:
其他好文 时间:
2020-06-25 19:32:23
阅读次数:
67
AMD Ryzen 5000‘Cezanne’APU Spotted,Zen 3&7nm Vega芯片将在2021年前保留AM4支持 AMD Ryzen 5000 ‘Cezanne’ APU Spotted, Zen 3 & 7nm Vega Chips To Retain AM4 Support ...
分类:
其他好文 时间:
2020-06-25 09:20:50
阅读次数:
138
技术栈 node.js, vue.js, axios, python, django, orm, restful api, djangorestframework, mysql, nginx, jenkins. 环境配置 操作系统 Windows 7 旗舰版,Service Pack 1。 前端 N ...
分类:
Web程序 时间:
2020-06-24 19:50:45
阅读次数:
66
插件 sup A Flutter widget which displays an image, a title, and a subtitle for errors, empty states, or just fancy custom messages. pub-rules simple yet ...
分类:
其他好文 时间:
2020-06-24 19:35:59
阅读次数:
105
题意: 给出同一个数 \(n\) \((1\leq n \leq 10^9)\),两个人玩游戏,有两种操作: 1.除以一个大于 $1$ 的奇数因子 2.当 \(n>1\) 时,可以减 $1$ 无法操作的人输。 传送门 分析: 题目想复杂了,首先可以发现: \(n=1\),必输; \(n=2\),必胜 ...
分类:
其他好文 时间:
2020-06-24 19:32:55
阅读次数:
79
安装好python2.7 [root@host-10-10-18-131 ~]# ln -s /usr/bin/python2.7 /usr/bin/python [root@host-10-10-18-131 ~]# ln -s /usr/bin/pip2.7 /usr/bin/pip [root ...
分类:
其他好文 时间:
2020-06-24 16:30:53
阅读次数:
78
--清空日志 USE [master] ALTER DATABASE his2020 SET RECOVERY SIMPLE WITH NO_WAIT blog为需要清除日志的数据库名称 ALTER DATABASE his2020 SET RECOVERY SIMPLE --简单模式 blog为需 ...
分类:
数据库 时间:
2020-06-24 14:23:57
阅读次数:
67
python3.7可以通过https://pypi.tuna.tsinghua.edu.cn/simple/pyinstaller/下载3.6版本的PyInstaller压缩包后,解压到本地文件中,然后,通过python setup.py install 安装PyInstaller 在打包结束后,e ...
分类:
编程语言 时间:
2020-06-24 13:44:30
阅读次数:
65