# i = 3# username = "yangxiaoer"# password = "123456"# while i>=0:# name = input("请输入你的用户名:")# if name == username:# passwd = input("请输入你的密码:")# if pa ...
分类:
其他好文 时间:
2018-10-20 16:25:49
阅读次数:
365
前情回顾 我们终于进入本书的最后一个部分,终于开始讨论未来了。先对前面我们说过的内容作一个简单回顾吧。 第一部分说的是人类千百年来不曾克服的三大问题,饥荒瘟疫和战争,在最近两百年被我们给拿下了。但是历史从来都不会允许真空的存在,所以接下来三个问题变成了我们追求的目标,那就是永生、永远幸福和直接成神。 ...
分类:
其他好文 时间:
2018-10-19 22:44:40
阅读次数:
165
In “Hangman Judge,” you are to write a program that judges a series of Hangman games. For each game, the answer to the puzzle is given as well as the ...
分类:
其他好文 时间:
2018-10-19 00:23:29
阅读次数:
143
grep的正则表达式的练习题,然后要一定的用户及组管理以及对应权限设置相关的知识基础,方可进行测试练习。
分类:
其他好文 时间:
2018-10-18 18:49:35
阅读次数:
169
增、删、改、查 加“”表示为普通字符 mysql> insert into t9 values("NULL",21,"game,flim"); +++++++++++++++++++++++++++++++ 添加新字段 mysql> alter table t4 add age int(2) def ...
分类:
数据库 时间:
2018-10-18 01:17:07
阅读次数:
215
我们是第二组。 我们开发的软件是飞机大战。 整理人:李柏仑,2016035107096 ,项目经理 今日燃尽图滞后是因为昨天的制作boss困难血条的功能到今天还没有完成,在考虑是否换一种boss困难血条的模式。 团队中遇到的问题就是,这次开发这个游戏使用的是gamemaker8这个开发工具, 团队的 ...
分类:
其他好文 时间:
2018-10-17 11:12:47
阅读次数:
153
Little Ruins is playing a number game, first he chooses two positive integers yy and KK and calculates f(y,K)f(y,K), here f(y,K)=∑z in every digits of ...
分类:
其他好文 时间:
2018-10-17 00:21:39
阅读次数:
237
Problem Description Danganronpa is a video game franchise created and developed by Spike Chunsoft, the series' name is compounded from the Japanese wo ...
分类:
其他好文 时间:
2018-10-16 17:37:03
阅读次数:
149
UE4.17.2,VS2017在要执行退出的地方加上如下语句UKismetSystemLibrary::QuitGame(this,nullptr,EQuitPreference::Quit);看很多例子要引入#include"KismetSystemLibrary.h"但我试的结果是这个include会报错,不加就好
分类:
其他好文 时间:
2018-10-16 14:31:12
阅读次数:
927
题目链接 题意 : 有种不同的字符,每种字符有无限个,要求用这k种字符构造两个长度为n的字符串a和b,使得a串和b串的最长公共部分长度恰为m,问方案数 分析 : 直觉是DP 不过当时看到 n 很大、但是 m 很小的时候 发现此题DP并不合适、于是想可能是某种组合数学的问题可以直接公式算 看到题解的我 ...
分类:
其他好文 时间:
2018-10-16 13:38:36
阅读次数:
200