创建子弹类 import pygame class Bullet(pygame.sprite.Sprite): def __init__(self): pygame.sprite.Sprite.__init__(self) self.bullet_up = pygame.image.load(r". ...
分类:
编程语言 时间:
2019-12-04 17:17:22
阅读次数:
124
1)Uninstall old versions 2)SET UP THE REPOSITORY 2.1)Install required packages 2.2)set up the stable repository. 3)INSTALL DOCKER ENGINE - COMMUNITY 4 ...
分类:
其他好文 时间:
2019-12-03 21:24:29
阅读次数:
75
php artisan 命令在开发laravel项目中非常常用,下面是一些总结 配置阿里云服务器 安装lara安装器 新建项目 lara版本号所在文件 安装laravel 5.5版本 创建控制器 创建资源控制器 查看路由列表 创建中间件 创建模型 创建数据库迁移文件 触发最近的数据库迁移文件类中up ...
分类:
Web程序 时间:
2019-12-01 21:15:42
阅读次数:
103
启动:bin/start.up.bat 双击运行该文件 访问:127.0.0.1:8080 或者ip:8080 或者 localhost:8080 正常关闭:1点击shutdown.bat 2 ctrl+c; 配置: 部属项目的方式: 1直接将项目放到webapps目录下面即可 *localhost ...
分类:
其他好文 时间:
2019-11-30 21:36:10
阅读次数:
134
VMware创建虚拟机的时候遇到一个经典报错: Attempting to start up from: EFI VMware Virtual SCSI Hard Drive (0.0) … unsuccessful. EFI VMware Virtual SATA CDROM Drive (1.0 ...
分类:
系统相关 时间:
2019-11-30 11:24:54
阅读次数:
1520
//dp+dfs+贪心 //记一个全局变量 #include<iostream> using namespace std ; const int N=55; int n; int ans; int q[N]; int up[N],down[N];//表示上升子序列结尾和下降子序列结尾 void df ...
Functions Introduction # Functions are the fundamental building block of any application in JavaScript. They’re how you build up layers of abstraction ...
分类:
其他好文 时间:
2019-11-30 09:19:59
阅读次数:
58
Two Sum Java解决方案 Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each in ...
分类:
编程语言 时间:
2019-11-29 23:41:06
阅读次数:
110
安装更新时出现一些问题,但我们稍后会重试。如果你继续看到此错误,并且想要搜索 Web 或联系支持人员以获取相关信息,以下信息可能会对你有帮助: (0x80070426) https://answers.microsoft.com/zh-hans/windows/forum/windows_10-up ...
分类:
Web程序 时间:
2019-11-27 12:25:23
阅读次数:
824
原文地址: "Setting up local clusters" 设置单节点集群 对于测试环境与开发环境,最快速与简单的方式是配置一个本地集群。对于生产环境,参考 集群 部分。 本地单节点集群 启动一个集群 运行以下命令来部署一个单节点的etcd集群: 如果 二进制文件不在当前工作目录,那可能位于 ...
分类:
其他好文 时间:
2019-11-26 13:35:43
阅读次数:
92