码迷,mamicode.com
首页 >  
搜索关键字:read    ( 19693个结果
[Git] Git操作命令
git配置 创建文件夹与进入 设置当前位置为git仓库 添加至仓库(又名版本库) ...
分类:其他好文   时间:2018-12-14 14:00:46    阅读次数:130
Installing OpenSSH from the Settings UI on Windows Server 2019 or Windows 10 1809
Installing OpenSSH from the Settings UI on Windows Server 2019 or Windows 10 1809 OpenSSH client and server are installable features of Windows 10 180 ...
分类:Windows程序   时间:2018-12-14 13:56:45    阅读次数:172
java图片压缩(Thumbnails)
参考文章: https://blog.csdn.net/qiaqia609/article/details/53171149 https://blog.csdn.net/qiaqia609/article/details/53171149 ...
分类:编程语言   时间:2018-12-14 10:55:52    阅读次数:220
Hash校验工具、MD5 SHA1 SHA256命令行工具
Hash校验工具http://www.nirsoft.net/utils/hash_my_files.html Windows自带MD5 SHA1 SHA256命令行工具 2018年03月07日 01:25:11 Sq-List 阅读数:6257 标签: SHA1MD5SHA256命令行Window ...
分类:其他好文   时间:2018-12-14 10:53:53    阅读次数:569
Netty Reator(二)Scalable IO in Java
Netty Reator(二)Scalable IO in Java __Netty 系列目录 ()__ Doug Lea 大神的《Scalable IO in Java》:可伸缩的 IO 模型 大部分 IO 都是下面这个步骤, Read request Decode request Process ...
分类:编程语言   时间:2018-12-14 10:20:57    阅读次数:260
全文检索:haystack+elasticsearch
优点: 1.查询速度快 2.支持中文分词准备工作:安装es软件 1.拷贝到ubuntu 2.docker load -i 文件路径 3.配置 修改ip地址 4.docker run -dti --network=host --name=elasticsearch -v /home/python/el ...
分类:其他好文   时间:2018-12-13 23:26:41    阅读次数:295
《算法》BEYOND 部分程序 part 3
? 书中第六章部分程序,加上自己补充的代码,包括 Graham 扫描生成凸包,计算最远点对 ● Graham 扫描生成凸包 ● 计算最远点对 ...
分类:编程语言   时间:2018-12-13 20:22:58    阅读次数:216
mean
读取mean.npy ...
分类:其他好文   时间:2018-12-13 16:34:31    阅读次数:185
CountDownLatch实现原理
CountDownLatch的原理 这个类一般的应用场景为:一个线程等待另外N(N>=1)个线程的事情搞完了,自己再搞事情。具体应用代码大致如下: public class CountDownLatchTest { private static final int THREAD_COUNT = 10 ...
分类:其他好文   时间:2018-12-13 14:27:05    阅读次数:180
ObservableTest
package com.test.rxjava; import java.time.Duration; import java.time.Instant; import java.util.LinkedList; import java.util.concurrent.CountDownLatch;... ...
分类:其他好文   时间:2018-12-13 14:25:55    阅读次数:131
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!