上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 25 下一页
  2020年4月6日
摘要: package com.jack.io;import java.io.File;import java.io.FileReader;import java.io.FileWriter;public class main { public static void main(String[] args) 阅读全文
posted @ 2020-04-06 18:32 biind 阅读(145) 评论(0) 推荐(0)
摘要: package com.jack.io; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; public class main { public static void main 阅读全文
posted @ 2020-04-06 18:20 biind 阅读(165) 评论(0) 推荐(0)
摘要: package com.jack.file; import java.io.File; import java.io.IOException; import java.nio.file.Path; public class main { public static void main(String[ 阅读全文
posted @ 2020-04-06 12:23 biind 阅读(165) 评论(0) 推荐(0)
  2020年4月4日
摘要: package com.jack.test3; public class MyRunnable implements Runnable { @Override public void run() { System.out.println(Thread.currentThread().getName( 阅读全文
posted @ 2020-04-04 12:29 biind 阅读(196) 评论(0) 推荐(0)
摘要: package com.jack.test2; public class main { static Object obj = new Object(); static int total = 100; static int tikets = total; static int pre = tota 阅读全文
posted @ 2020-04-04 11:47 biind 阅读(283) 评论(0) 推荐(0)
摘要: 1. synchronized 2.Lock package com.jack.test2; import java.util.concurrent.locks.Lock; import java.util.concurrent.locks.ReentrantLock; public class M 阅读全文
posted @ 2020-04-04 08:28 biind 阅读(144) 评论(0) 推荐(0)
摘要: package com.jack.test2; public class MyRunnable implements Runnable { int tikets = 20; @Override public void run() { while (true) { if (tikets > 0) { 阅读全文
posted @ 2020-04-04 07:55 biind 阅读(164) 评论(0) 推荐(0)
  2020年3月29日
摘要: 1.安装 2.使用 1.安装 npm install axios --save npm install qs.js --save import axios from 'axios' import qs from 'qs' Vue.prototype.$axios = axios //全局注册,使用方 阅读全文
posted @ 2020-03-29 22:16 biind 阅读(355) 评论(0) 推荐(0)
  2020年3月28日
摘要: 1.关键字 2.用法 1.关键字 throw try catch finally Objects Throwable 2.用法 package com.jack.test2; import java.util.Objects; public class main { public static vo 阅读全文
posted @ 2020-03-28 10:49 biind 阅读(137) 评论(0) 推荐(0)
摘要: 1.编译时异常 2.运行时异常 3.错误 1.编译时异常 2.运行时异常 3.错误 阅读全文
posted @ 2020-03-28 10:18 biind 阅读(146) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 25 下一页