#随笔
simongame
A gameplay engineer working for UBI
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ubuntu apt update 命令无法解析域名及解决办法
问题描述 今天在WSL2 (Ubuntu)上运行apt update命令,结果出现以下错误: $ apt update Err:1 http://archive.ubuntu.com/ubuntu bionic InRelease Could not connect to archive.ubuntu.com:80 (91.189.91.23). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80原创 2020-08-04 20:58:08 · 8713 阅读 · 0 评论 -
Ubuntu下安装Kafka
Ubuntu 18.04 LTS JDK 8 Kafka 2.12-2.4.0 安装Java SDK $ apt update $ apt install openjdk-8-jdk 安装Kafka 新版Kafka已经集成ZooKeeper,无需单独安装 $ wget http://mirrors.tuna.tsinghua.edu.cn/apache/kafka/2.4.0/kafka_2.12-2.4.0.tgz $ tar -zxvf kafka_2.12-2.4.0.tgz 修改配置文件 $.转载 2020-07-28 12:25:07 · 504 阅读 · 0 评论 -
docker web 客户端PORTAINER安装
安装Portainer $ docker run -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer 访问http://localhost:9000原创 2020-07-10 00:03:49 · 313 阅读 · 0 评论 -
WSL2 Docker Distro迁移
参考 https://github.com/docker/for-win/issues/7348 查看现有distro $ wsl -l -v NAME STATE VERSION * Ubuntu-18.04 Running 2 docker-desktop-data Running 2 docker-desktop Running 2 因为d.转载 2020-06-30 03:19:14 · 1634 阅读 · 0 评论 -
Docker安装PostgreSQL数据库和管理工具PgAdmin4
1. 拉取postgres镜像 $ docker pull postgres Using default tag: latest latest: Pulling from library/postgres 8559a31e96f4: Already exists 04866763fec8: Pull complete 1705d51f48e5: Pull complete e59f13162b50: Pull complete f34bb6f66594: Pull complete cbfb60b6801a原创 2020-06-29 18:59:20 · 3584 阅读 · 1 评论 -
ABP vNext初始化种子数据
1. 定义实体类 public class Book : AuditedAggregateRoot<Guid> { public string Name { get; set; } public BookType Type { get; set; } public DateTime PublishDate { get; set; } public float Price { get; set; } prot原创 2020-06-28 20:31:44 · 2966 阅读 · 0 评论 -
NPM安装出现错误Maximum call stack size exceeded
1. 问题 今天在安装ng-alain依赖时出现以下错误 2. 解决办法 先尝试将npm升级到最新版 $ npm install npm -g # 检查版本 $ npm -v 6.14.5 运行以下命令删除当前路径下的node_modules目录 $ rm node_modules # Are you sure you want to continue? # [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Hel原创 2020-06-26 20:47:58 · 12446 阅读 · 0 评论 -
Gaming as a Service (GaaS)
Table of Content What Is Gaming as a Service? Gaming as a Service: Matching Goals to Realities Common Delivery Methods by Studio Business Model Why Kanban for GaaS Delivery? Solving the GaaS Pipeline Puzzle Bringing It All Together What Is Gaming as a Se原创 2020-06-13 21:06:08 · 826 阅读 · 0 评论
分享