09 2019 档案

摘要:import java.text.MessageFormat; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Objects; import java.util.Set; public class test_20190924 { public static 阅读全文
posted @ 2019-09-25 13:49 liw66 阅读(141) 评论(0) 推荐(0) 编辑
摘要:public class test_20190923 { public static void main(String... as) { // 基本类型转换 低精度到高精度隐式转换 高精度到低精度显式转换 // 1.byte to any byte b = 1; short s = b; int i = b... 阅读全文
posted @ 2019-09-24 09:22 liw66 阅读(196) 评论(0) 推荐(0) 编辑
摘要:public class test_20190920 { public static void main(String[] args) { // 4种整数 2种浮点 1种字符 1种布尔 // 类内部成员变量 静态变量可以不用初始化,局部变量必须初始化 BaseType c = new BaseType(); System.o... 阅读全文
posted @ 2019-09-20 12:03 liw66 阅读(144) 评论(0) 推荐(0) 编辑
摘要:#include <Shlobj.h> #include <iostream> using namespace std; //获取当前用户AppData文件夹路径 string GetLocalAppDataPath(){ char szDir[1024]; char szDoc[1024]; LP 阅读全文
posted @ 2019-09-17 15:00 liw66 阅读(1184) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示