package com{ import flash.display.MovieClip; import flash.display.Shape; import flash.events.MouseEvent; import fl.motion.Color; import flash.events.E... ...
分类:
其他好文 时间:
2018-06-16 18:40:22
阅读次数:
150
这场怎么都是异或啊qwq。。。 A. Mahmoud and Ehab and the even-odd game 直接判断奇偶性 #include<cstdio> #include<cstring> #include<algorithm> #define int long long using n ...
分类:
其他好文 时间:
2018-06-16 16:14:45
阅读次数:
165
1.Linux查找大文件或目录 1.1 指定目录下超过指定大小的文件,仅显示路径+文件名称 [root@elk1 ~]# find ./ -type f -size +20M ./elasticsearch-6.2.4.rpm ./shakespeare_6.0.json 1.2 搜索指定目录下超过 ...
分类:
系统相关 时间:
2018-06-16 10:29:37
阅读次数:
162
问题 D: 题目描述 Alice and Brown loves games. Today, they will play the following game.In this game, there are two piles initially consisting of X and Y sto ...
分类:
其他好文 时间:
2018-06-14 21:43:59
阅读次数:
225
version: '2' services: game-server: image: 192.168.1.60:5000/tomcat:8 container_name: 'game-server' ports: - '8019:8019' environment: - TZ=Asia... ...
分类:
其他好文 时间:
2018-06-14 20:41:55
阅读次数:
152
①.要下载好python环境,建议使用3.6版本 ②.在安装时需要记录下来python安装的路径,例如本人电脑python.exe安装的路径为:C:\Users\yuliang\PycharmProjects\word_game_1\venv\Scripts,将该路径加入系统的环境变量Path里面。 ...
分类:
编程语言 时间:
2018-06-14 18:11:47
阅读次数:
165
桌面管理 桌面壁纸采用steam上的动态壁纸开机自动运行steam以及相关程序 桌面图标共四个 1. Work(工作) 主要存放各种编程,编辑,制作软件(快捷方式) 2. Material(资料)资料磁盘的快捷方式 3. Game(游戏)存放各种游戏以及娱乐的软件(快捷方式) 4. Rollback ...
分类:
其他好文 时间:
2018-06-14 18:06:00
阅读次数:
166
1.Python发展史 1.Python发展史 1.Python发展史 1.Python发展史 1.Python发展史 1.Python发展史 ...
分类:
编程语言 时间:
2018-06-13 00:11:43
阅读次数:
167
用Python和Pygame写游戏-从入门到精通(6) http://eyehere.net/2011/python-pygame-novice-professional-6/ ...
分类:
其他好文 时间:
2018-06-12 20:57:59
阅读次数:
116
namespace Pioneer { export class Game extends Behaviour{ private nState:number; private Camera:Camera2D; nScore:number; nGold:number; private nRotatio ...
分类:
移动开发 时间:
2018-06-12 10:25:51
阅读次数:
1530