https://segmentfault.com/q/1010000016162834 ...
分类:
其他好文 时间:
2020-01-27 23:39:01
阅读次数:
70
@Bean public Client getClient() throws NoSuchAlgorithmException, KeyManagementException { SSLContext sslContext = SSLContext.getInstance("tls"); final ...
分类:
Web程序 时间:
2020-01-27 13:49:00
阅读次数:
376
[//title]:(解决vim选中文字不能复制的问题) [//englishTitle]:(vim copy issue in iterm2) [//category]:(mac,iterm2,vim,problem,problem solved) [//tags]:(mac,iterm2,vim ...
分类:
系统相关 时间:
2020-01-27 00:12:29
阅读次数:
156
deno 实际上也是一个typescript 的runtime,而且代码也是基于 ts 开发,目前社区也有了支持基于vscode 插件(新版本语法支持不好0.31.0) vscode 插件安装 代码提示效果 不支持的语法,相关issue https://github.com/denoland/den ...
分类:
其他好文 时间:
2020-01-26 22:18:17
阅读次数:
92
Lightness aware contrast enhancement for images with different illumination conditions [toc] 1. approach In this paper, a simple but effective model f ...
分类:
其他好文 时间:
2020-01-24 12:04:40
阅读次数:
106
如何修改已发布issue的标题和正文 我们知道,点击issues中的New issue就可以发布新的issue,但是发布完成后想要修改它的标题和段落应该怎么做呢? 标题的修改 进入需要修改的issue中,点击标题右侧白色的Edit键即可更改(后来我才意识到edit是编辑的意思,exit才是退出的意思 ...
分类:
其他好文 时间:
2020-01-24 09:13:42
阅读次数:
70
查看发行版本 cat /etc/issue cat /etc/*-release 查看内核版本 uname -a 显示机器的处理器架构 arch uname -m 清屏 clear 命令行别名 alias 新的命令='原命令 -选项/参数' 例:alias dir='ls -l' 查看进程详细信息 ...
分类:
系统相关 时间:
2020-01-23 22:43:31
阅读次数:
207
/* * @Issue: 输入两个整数,求他们相除的余数,用带参的宏编程来实现 * @Author: 一届书生 * @LastEditTime : 2020-01-23 09:55:37 */ #include<iostream> #include<math.h> using namespace s ...
分类:
其他好文 时间:
2020-01-23 10:58:50
阅读次数:
57
sudo npm install -g node-inspector --unsafe-perm=true --allow-root答案的链接地址:https://github.com/npm/npm/issues/17268 ...
分类:
其他好文 时间:
2020-01-21 19:55:46
阅读次数:
95
前提 今天( )在编写 相关代码的时候,从 源码中的 和`GlobalEventExecutor ContextClassLoader Issue`: "ThreadDeathWatcher causes custom classLoader script memory leaks" "Ensure ...
分类:
编程语言 时间:
2020-01-20 09:20:50
阅读次数:
80