会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Charlespace
My AETHS show me the way to infinity and beyond
首页
新随笔
管理
上一页
1
···
12
13
14
15
16
17
18
19
20
···
62
下一页
2018年10月
工具准备
该文被密码保护。
阅读全文
posted @ 2018-10-22 23:19 kongchung
阅读(1)
评论(0)
推荐(0)
2018年9月
字符串反转的两种方法
摘要: 第一种笨方法 第二种,直接使用方法切割
阅读全文
posted @ 2018-09-30 13:41 kongchung
阅读(310)
评论(0)
推荐(0)
数字转为ASCII
摘要: 1 import java.util.Scanner; 2 public class 数字转化为ascii { 3 public static void main(String[] args) { 4 Scanner scanner=new Scanner(System.in); 5 int n=scanner.nextInt(); 6 ...
阅读全文
posted @ 2018-09-30 13:39 kongchung
阅读(648)
评论(0)
推荐(0)
A和B求和问题
摘要: 1 import java.util.Scanner; 2 public class AB求和问题 { 3 public static void main(String[] args) { 4 Scanner scanner=new Scanner(System.in); 5 /* 6 while (scanner.hasNex...
阅读全文
posted @ 2018-09-30 13:39 kongchung
阅读(217)
评论(0)
推荐(0)
二进制的操作
摘要: 第一种移位最厉害 第二种负数还不通 第三种涉及两种char转int的方法
阅读全文
posted @ 2018-09-30 13:37 kongchung
阅读(173)
评论(0)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
19
20
···
62
下一页
公告