PTA 自测-5 Shuffling Machine 题目描述 Shuffling is a procedure used to randomize a deck of playing cards. Because standard shuffling techniques are seen as ...
分类:
系统相关 时间:
2020-07-03 17:48:11
阅读次数:
67
put me a message then you can get the flag: 根据提示使用PUT方法提交看看: 根据提示输入message: base64解码后: ...
分类:
其他好文 时间:
2020-07-03 17:23:27
阅读次数:
253
Archive old log files NLog 4.5 makes it easy to setup archive logic to move/cleanup old files with dynamic fileName-Layout. You just need to configure ...
分类:
其他好文 时间:
2020-07-03 15:55:03
阅读次数:
68
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below. For example, given the fo ...
分类:
其他好文 时间:
2020-07-03 15:34:00
阅读次数:
55
Assume you are an awesome parent and want to give your children some cookies. But, you should give each child at most one cookie. Each child i has a g ...
分类:
其他好文 时间:
2020-07-03 12:57:57
阅读次数:
63
今天MySQL数据库,在使用的过程中一直报错ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement. 之所以出现这个问题是因为用户可以登录到 ...
分类:
数据库 时间:
2020-07-03 10:51:19
阅读次数:
59
真实对象和代理对象都要实现同一个接口 代理对象代理真实角色 public class staticProxy { interface Marry{ void happyMarry(); } static class You implements Marry{ @Override public voi ...
分类:
其他好文 时间:
2020-07-03 09:16:05
阅读次数:
79
Hutool工具包导出Excel文件异常 You need to add dependency of poi-ooxml to your project 出现如下异常信息 cn.hutool.core.exceptions.DependencyException: You need to add d ...
分类:
其他好文 时间:
2020-07-02 22:06:57
阅读次数:
314
先来看解释 : (PHP 4, PHP 5, PHP 7) call_user_func — 把第一个参数作为回调函数调用 通过函数的方式回调<?php function barber($type){ echo "you wanted a $type haircut, no problem\n";} ...
分类:
其他好文 时间:
2020-07-02 18:30:36
阅读次数:
63
一,调试函数repr 读写文件的时候,你可能会碰到空格导致的问题,这些问题很难解决,因为空格、跳表以及换行,平常就难以用眼睛看出来: >>> s = '1 2\t 3\n 4' >>> print(s) 1 2 3 4 >>> t = 'I like use Python\n and you?' > ...
分类:
编程语言 时间:
2020-07-02 18:22:51
阅读次数:
88