码迷,mamicode.com
首页 >  
搜索关键字:a simple game    ( 11903个结果
pygame01——初始pygame
一、历史 首先,简要了解一下Pygame的历史吧~ Pygame最初是由Pete Shinner编写的,该项目于2000年10月启动,六个月后,pygame版本1.0发布。pygame是一个利用SDL(Simple DirectMedia Layer)写就的游戏库。SDL 是一个用于控制多媒体的跨平 ...
分类:其他好文   时间:2020-05-03 21:33:31    阅读次数:104
linux中grep的用法详解
linux中grep的用法详解 grep (global search regular expression(RE) and print out the line,全面搜索正则表达式并把行打印出来)是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹配的行打印出来。 Unix的grep家族包 ...
分类:系统相关   时间:2020-05-03 12:15:07    阅读次数:94
xss-game
"http://test.ctf8.com/" level1 借助window.alert()函数完成任务 level2 输入框输入test后 Ctrl+g搜索源码中的test,发现有两处 分别构造以下两个payload 第二个奏效 level3 同样的方式 构造payload为 发现 源代码用 处 ...
分类:其他好文   时间:2020-05-02 20:47:57    阅读次数:155
1145 Hashing - Average Search Time (25分)
The task of this problem is simple: insert a sequence of distinct positive integers into a hash table first. Then try to find another sequence of inte ...
分类:其他好文   时间:2020-05-02 15:11:59    阅读次数:52
1148 Werewolf - Simple Version (20分)
Werewolf(狼人杀) is a game in which the players are partitioned into two parties: the werewolves and the human beings. Suppose that in a game, player #1 ...
分类:其他好文   时间:2020-05-02 14:51:55    阅读次数:49
pip源的处理
国内镜像: 阿里云 http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 豆瓣(douban) http://pypi.douban.com/simple/ 清华大学 https: ...
分类:其他好文   时间:2020-05-01 22:28:04    阅读次数:86
SAP CRM WebClient UI和Hybris backoffice UI开发的相同点
CRM WebClient和Hybris backoffice的UI开发都不需要开发人员手写原生的html代码。 CRM WebClient UI 在CRM WebUI workbench里,开发人员需要写下图这些SAP封装的tag: 这些Tag能在事物码SE80里找到: Hybris backof ...
分类:Web程序   时间:2020-05-01 19:01:23    阅读次数:79
Selenium_pip安装selenium报Read time out
https://yq.aliyun.com/articles/317323 pip install --index-url https://pypi.douban.com/simple selenium==2.53.6 ...
分类:其他好文   时间:2020-05-01 18:32:45    阅读次数:64
Python
一.python如何安装依赖? 使用python自带的pip包管理工具,命令行下载依赖包 访问外网可能会超时,这个时候可以使用国内的镜像 pip install --pre scapy[complete] -i https://mirrors.aliyun.com/pypi/simple/ +包名 ...
分类:编程语言   时间:2020-05-01 16:40:02    阅读次数:67
Simple face recognition based on opencv3
我使用的语言为python,识别率不高,只是简单实现了人脸识别的步骤,参考<OpenCV3 计算机视觉>,部分的opencv库接口有所改变. import cv2import os def generate(dirname): face_cascade = cv2.CascadeClassifier ...
分类:其他好文   时间:2020-05-01 15:01:38    阅读次数:58
11903条   上一页 1 ... 52 53 54 55 56 ... 1191 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!