摘要: 单纯的 code 只是工具的工具,整体的app大于 code 阅读全文
posted @ 2024-06-11 13:59 onionycs 阅读(24) 评论(0) 推荐(0)
摘要: 因为有 long l=9L;(9l) //这种写法所以想好好理解 char、short、byte这几个赋值时的问题 他们只要是等号右侧的常量在范围内就不会出错。 char a = 97; //可以理解为97c byte b = 97; //可以理解为97b short s = 97; //可以理解为 阅读全文
posted @ 2022-04-08 09:41 onionycs 阅读(36) 评论(0) 推荐(0)
摘要: 我的博客域名是www.cnblogs.com/ycspro 欢迎大家与我交流~ 我的昵称叫轻风~ 阅读全文
posted @ 2019-09-21 09:51 onionycs 阅读(268) 评论(0) 推荐(0)