6.18 readcount同步 保护? 哲学家吃饭问题 https://wenku.baidu.com/view/90e0bb7f1711cc7931b716f9.html 管程 死锁 Bridge Crossing Example 互为条件的进程发生的死锁/饿死现象 四个必要条件: 占有和等待 ...
分类:
其他好文 时间:
2020-06-18 13:11:26
阅读次数:
59
Given an array of integers arr and an integer k. Find the least number of unique integers after removing exactly k elements. Example 1: Input: arr = [ ...
分类:
其他好文 时间:
2020-06-18 13:10:04
阅读次数:
64
1. JavaScript按位运算符 Bit operators work on 32 bits numbers. 2. JavaScript按位运算符~ 值得注意的是,在JavaScript中,~5的值是-6,而不是10。 The examples above uses 4 bits unsign ...
分类:
编程语言 时间:
2020-06-18 12:59:32
阅读次数:
45
nacos单例模式简单搭建 一、安装环境 Ubuntu 18.04.4 docker 工具:docker-compose 二、准备工作 Nacos Docker官方示例 将example目录中的standalone-mysql-5.7.yaml文件重命名docker-compose.yml 修改文件 ...
分类:
其他好文 时间:
2020-06-18 10:53:25
阅读次数:
110
Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For example, given L being 1→2→3→4→5→6, ...
分类:
其他好文 时间:
2020-06-17 23:12:36
阅读次数:
57
(PHP 4, PHP 5, PHP 7) in_array—检查数组中是否存在某个值 说明 in_array(mixed$needle,array$haystack[,bool$strict=FALSE] ) :bool 大海捞针,在大海(haystack)中搜索针(needle),如果没有设置s ...
分类:
Web程序 时间:
2020-06-17 20:04:58
阅读次数:
72
安装及配置 修改docker-compose文件 vim docker-compose.yml gitlab: image: 'gitlab/gitlab-ce:latest' restart: always hostname: 'gitlab_1' environment: GITLAB_OMNI ...
分类:
其他好文 时间:
2020-06-17 10:48:28
阅读次数:
45
1.torchtext的一些API torchtext.data.Example : 用来表示一个样本,数据+标签torchtext.vocab.Vocab: 词汇表相关torchtext.data.Datasets: 数据集类,__getitem__ 返回 Example实例torchtext.d ...
分类:
其他好文 时间:
2020-06-16 20:12:25
阅读次数:
53
1 <div class="pie" style="width:500px;height:500px;"></div> 2 3 <div class="line" style="width:500px;height:500px;"></div> 4 5 <script type="text/java ...
分类:
其他好文 时间:
2020-06-16 18:31:42
阅读次数:
66
最近,在项目开发过程中使用了RedisTemplate,进行单元测试时提示“Field redisTemplate in com.example.demo1.dao.RedisDao required a bean of type ‘org.springframework.data.redis.co ...
分类:
编程语言 时间:
2020-06-16 15:14:43
阅读次数:
55