故事起源于上次阿里电面的3个问题。问题1,jvm中线程分为哪些状态。问题2,在执行Thread.start()方法后,线程是不是马上运行。问题3,java中的synchronized和ReentrantLock有什么不同。当时我的回答不是很好,就不说了,面试之后,在网上搜了很多文章,对照着jdk源码 ...
分类:
其他好文 时间:
2019-12-11 19:35:01
阅读次数:
93
Note Before proceeding, take a moment to review the Inherit from the Business Class Library Class (EF) lesson. 注意在继续之前,请花点时间复习从商务舱库类 (EF) 课程继承。 Before ...
分类:
其他好文 时间:
2019-12-11 12:44:11
阅读次数:
108
In this lesson, you will learn how to implement business classes for your application using the Business Class Library. This library contains the most ...
分类:
其他好文 时间:
2019-12-11 12:42:44
阅读次数:
80
需求:有项目A,B。需要将B集成到A中,作为A的一个模块。 方法: 1.将B工程的app下面的build.gradle文字中 apply plugin: 'com.android.application' 改为 apply plugin: 'com.android.library', 意思是将B作为 ...
分类:
其他好文 时间:
2019-12-11 11:07:01
阅读次数:
169
docker的简单使用 1. mac下实用命令行安装 brew cask install docker 若没有安装brew工具,先实用命令安装homebrew包管理工具 2. 安装Nginx镜像,并run为容器。 1. 运行Nginx的image,使他变为一个container,如果本地没有该ima ...
分类:
其他好文 时间:
2019-12-11 09:34:33
阅读次数:
85
Java Web JSTL 概念 Java Server Pages Tag Library:JSP标准标签库 是由Apache组织提供的开源、免费JSP标签 用于简化和替换JSP页面上的Java代码,用标签代替Java代码,以便于前端的工作。 使用步骤 1. 导入JSTL相关的jar包 2. 引入 ...
分类:
编程语言 时间:
2019-12-10 22:33:27
阅读次数:
133
cd /Applications/ rm -r IntelliJ\ IDEA.app/ rm -r /Users/apple/Library/Logs/IntelliJIdea2019.3/ rm -r /Users/apple/Library/Preferences/IntelliJIdea201 ...
分类:
系统相关 时间:
2019-12-10 17:22:58
阅读次数:
877
Shared variable in python's multiprocessing https://www.programcreek.com/python/example/58176/multiprocessing.Value https://docs.python.org/zh-cn/3.7/ ...
分类:
编程语言 时间:
2019-12-10 15:15:29
阅读次数:
114
文章题目:Constructing a Tandem Mass Spectral Library for Forensic Ricin Identification 构建用于鉴定蓖麻毒素的串联质谱库 解读人:马臻 Doi号:https://doi.org/10.1021/acs.jproteome. ...
分类:
其他好文 时间:
2019-12-10 14:58:53
阅读次数:
104
主要错误提示如下: ld: library not found for -lssl clang: error: linker command failed with exit code 1 (use -v to see invocation) error: command 'clang' faile ...
分类:
数据库 时间:
2019-12-10 14:50:44
阅读次数:
123