
reverseOrder()
麻辣小布叮
这个作者很懒,什么都没留下…
展开
-
java之17天 Collections的使用 (一)
Collections:集合框架工具类 Collections.sort(); Collections.max(); Collections.binarySerach() 的使用 以及 原理 package com.itheima.day17; import java.util.ArrayList; import java.util.Collections; import java.原创 2017-03-27 11:21:16 · 260 阅读 · 0 评论 -
java之 21天 (三)"联通" 乱码 和 IO练习
需要明白 UTF-8 编码 格式规则 /** * 记事本中的 联通的 编码问题 * */ public class LiantongDemo { public static void main(String[] args) throws IOException { String s="联通"; byte[] by=s.getBytes("gbk"原创 2017-03-27 11:24:10 · 423 阅读 · 0 评论