首页 > TAG信息列表 > hel

1044 火星数字 (20分)

1044 火星数字 (20分)  火星人是以 13 进制计数的: 地球人的 0 被火星人称为 tret。 地球人数字 1 到 12 的火星文分别为:jan, feb, mar, apr, may, jun, jly, aug, sep, oct, nov, dec。 火星人将进位以后的 12 个高位数字分别称为:tam, hel, maa, huh, tou, kes, hei, elo, s

史上最全面的python学生管理系统教程(二)

序言     这篇我们来讲该软件的数据保存方式,由于想到要简便快捷,所以我采用了sqlite3数据库,该数据库操作简单方便,而且易于管理,并且SQLite是一个进程内的库,实现了自给自足的、无服务器的、零配置的、事务性的 SQL 数据库引擎。它是一个零配置的数据库,这意味着与其他数据库一样,

无法从controller跳转到页面

使用springboot的时候我想从controller的一个方法跳到一个页面hel.html。就是这样啊, @RequestMapping("/hello") public String hel() { return "hel"; } 以前都是这样写就能跳转的。 后来导thymeleaf包有可以用来,但是不知道依赖的具体是哪个包。

1100 Mars Numbers -Pat甲级

People on Mars count their numbers with base 13: Zero on Earth is called "tret" on Mars. The numbers 1 to 12 on Earth is called "jan, feb, mar, apr, may, jun, jly, aug, sep, oct, nov, dec" on Mars, respectively. For the next higher dig

java 手工实现ArrayList版本一

版本一内容:泛型,默认构造长度(不指定参数的构造方法和指定参数的构造方法),添加元素,打印 public class hel<E>{ private Object[] ele; private int size; //数组元素个数,类中private int默认为0 private static final int DEFAULT_CAPACITY=10; public hel() //默认长度

PAT 1100 Mars Numbers

1100 Mars Numbers (20 分)   People on Mars count their numbers with base 13: Zero on Earth is called "tret" on Mars. The numbers 1 to 12 on Earth is called "jan, feb, mar, apr, may, jun, jly, aug, sep, oct, nov, dec" on Mars, resp