题目链接: "POJ 2253" Description Freddy Frog is sitting on a stone in the middle of a lake. Suddenly he notices Fiona Frog who is sitting on another stone ...
分类:
其他好文 时间:
2019-10-11 23:11:22
阅读次数:
97
List of acceptable shells for chpass(1). Ftpd will not allow users to connect who are not using one of these shells. /bin/sh bourne shell /bin/bash bo ...
分类:
系统相关 时间:
2019-10-07 21:44:53
阅读次数:
109
encodeURI 可以為URI編碼,使其符合URI規範。 URI是Uniform Resource Identifier 的縮寫,中文翻譯為 "統一資源標誌符" 。 為什麼要對URI編碼,什麼時候用的到URI編碼? 如果對URI編碼很陌生,那我們先來看個例子,看看URI編碼跟我們有多常接觸。 先打 ...
分类:
Web程序 时间:
2019-10-07 21:42:37
阅读次数:
111
软件过程 什么是软件过程 软件过程的目的 软件过程是为了获得高质量的软件所需要完成的一系列任务的框架,它规定了完成各项任务的工作步骤 软件过程描述了什么 软件过程描述了为了开发出客户满意的软件,什么人(who)、在什么时候(when)、做什么事(what)以及怎么做(how)这些事以实现某一个特定的 ...
分类:
其他好文 时间:
2019-10-07 13:19:46
阅读次数:
126
https://www.bilibili.com/video/av50668972/?spm_id_from=333.788.videocard.3 two years ago, my life change forever. My wife Kelsey and I welcome our dau ...
分类:
其他好文 时间:
2019-10-06 09:23:24
阅读次数:
247
链接: https://codeforces.com/contest/1230/problem/D 题意: Marcin is a coach in his university. There are n students who want to attend a training camp. Ma ...
分类:
其他好文 时间:
2019-10-04 15:21:39
阅读次数:
85
numpy中的快速的元素级数组函数 一元(unary)ufunc 对于数组中的每一个元素,都将元素代入函数,将得到的结果放回到原来的位置 二元(binary)ufunc 取x和y之中对应位置的最大值 返回多个数组的ufunc 分别获取小数部分和整数部分 一些ufuc函数 ...
分类:
编程语言 时间:
2019-10-03 14:31:45
阅读次数:
117
1441: who is better 题目描述 有一堆石子共有N个。syx xxh两个人轮流拿,syx先拿。每次最少拿1颗,最多拿K颗,拿到最后1颗石子的人获 胜。syx xxh都非常聪明,拿石子的过程中不会出现失误。给出N和K,问最后谁能赢得比赛。 例如N = 3,K = 2。无论syx如何拿, ...
分类:
其他好文 时间:
2019-10-02 00:54:23
阅读次数:
116
https://leetcode-cn.com/problems/customers-who-never-order/ 从不订购的客户 select Customers.Name as Customers from Customers where Customers.Id not in (selec ...
分类:
数据库 时间:
2019-09-30 20:15:24
阅读次数:
89