微软的Window视窗操作系统以其操作简便直观等众多优势占据了目前绝大部分桌面PC操作系统的份额。其中的Windows XP 是继 Windows 2000 和 Windows ME 后推出的又一个非服务器版 Windows 版本。Windows XP 通过将 Windows 2000 中的强大功能(包括基于标准的安全性、易管理性以及可靠性)与 Windows ME中的最佳功能(如即插即用、易于使用的用户界面以及具有创新意义的支持服务)进行集成,使 Windows 操作系统 (OS) 的精华有
操作String,提供了很多简便的API public class TestLang { public static void main(String[] args) { String str1 = StringUtils.repeat("Java", 10); System.out.println(str1); String str2 = StringUtils.abbreviate("how long no see you", 12); System.out.println(str2);