春节期间单词记录 Zen Garden is a great choice for lunch or dinner. Their specialty is vegetarian dishes, but there are also some lovely fish and chicken choic ...
分类:
其他好文 时间:
2020-01-26 22:24:27
阅读次数:
94
乌龟吃鱼游戏游戏规则:1).假设游戏场景为范围(x,y)为0<=x<=10,0<=y<=102).游戏生成1只乌龟和10条鱼,它们的移动方向均随机3).乌龟的最大移动能力为2(它可以随机选择1还是2移动),鱼儿的最大移动能力是1当移动到场景边缘,自动向反方向移动4).乌龟初始化体力为100(上限),乌龟每移动一次,体力消耗1当乌龟和鱼坐标重叠,乌龟吃掉鱼,乌龟体力增加20,
分类:
编程语言 时间:
2019-12-31 01:05:45
阅读次数:
153
卸载fish之后,当你使用sudo su 或者su 时,会报错"su:/usr/bin/fish no such directory or file" 解决办法 $ cat /etc/passwd root:x:0:0:root:/root:/user/bin/fish (删除此行) daemon: ...
分类:
系统相关 时间:
2019-12-29 18:12:38
阅读次数:
178
本总结针对Linux用户,由于笔者一直使用Ubuntu系统打Codeforces 打Codeforcecs,想精确能力,打出究极罚时,可以考虑以下套餐 1. 套餐一 vim选手 使用vim + fish + cf tool 2. 套餐二 任意IDE选手 使用任意IDE + cf tool + 任意富 ...
分类:
其他好文 时间:
2019-12-22 00:44:56
阅读次数:
624
package main import "fmt" type animal interface { Eat() } type cat struct { } func (c cat) Eat() { fmt.Println("Cat like to eat fish!") } var _ animal... ...
分类:
其他好文 时间:
2019-12-10 16:52:50
阅读次数:
77
转自:https://blog.csdn.net/u012328159/article/details/81101074 https://blog.csdn.net/masa_fish/article/details/56049710 ...
分类:
移动开发 时间:
2019-12-01 21:09:11
阅读次数:
224
H3C的vlan间路由 模型: 交换机的配置: [SW1]vlan 10 [SW1-vlan10]vlan 20 创建vlan 10和vlan 20 [SW1-GigabitEthernet1/0/2]port link-type access [SW1-GigabitEthernet1/0/2]p ...
分类:
其他好文 时间:
2019-11-25 23:28:31
阅读次数:
69
java8的stream用户 数据准备: public class Dish { public String name; //菜的名称 public Boolean vegetaian; //是否为素 public Integer calories; //卡路里 public Type type; ...
分类:
编程语言 时间:
2019-11-13 22:06:08
阅读次数:
65