- 博客(3)
- 收藏
- 关注
转载 连接远程服务器数据库(阿里云、AWS可用)
https://www.cnblogs.com/xiaomingwang/p/11557554.html
2020-06-07 18:13:30
352
转载 Java 线程通信之 wait/notify 机制
前言Java 线程通信是将多个独立的线程个体进行关联处理,使得线程与线程之间能进行相互通信。比如线程 A 修改了对象的值,然后通知给线程 B,使线程 B 能够知道线程 A 修改的值,这就是线程通信。wait/notify 机制一个线程调用 Object 的 wait() 方法,使其线程被阻塞;另一线程调用 Object 的 notify()/notifyAll() 方法,wait() 阻塞的线程继续执行。wai/notify 方法方法 说明 wait() 当前线程被阻塞,
2020-05-19 11:29:07
279
原创 Rust安装后执行第一个程序遇到的问题
当按照https://kaisery.github.io/trpl-zh-cn/ch01-02-hello-world.html学习教程编写第一个Helloworld。执行rustc命令后汇报如下错误G:\rustspace>rustc main.rserror: linker `link.exe` not found | = note: 系统找不到指定的文件。 (os error 2)note: the msvc targets depend on the msvc link..
2020-05-14 21:56:09
4463
8
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人