1. Download OpenSSL source code from https://github.com/openssl/openssl/releases. 2. Download and install ActivePerl from https://www.activestate.com/ ...
分类:
其他好文 时间:
2020-01-30 12:56:22
阅读次数:
110
Given two sets of integers, the similarity of the sets is defined to be /, where N?c?? is the number of distinct common numbers shared by the two sets ...
分类:
其他好文 时间:
2020-01-29 21:54:49
阅读次数:
84
问题描述: 打开便签时提示“部分便笺的元数据已被损坏” 解决方法: win+R 输入regedit.exe 运行regsvr32 C:\Program" "Files\Common" "Files\Microsoft" "Shared\ink\InkObj.dll 来自知乎上大佬的简单粗暴的方法(虽 ...
最近从eclipse转idea了,第一步当然是配置快捷键,模板等。但是!发生了一件贼蛋疼的事情,竟然一直找不到正确添加方法注释的方法! 最后自己摸索到了,在此详细记录,供大家参考。 测试版本为idea for mac,可能快捷键不同,但是设置等肯定是相同的 生成类注释 1.打开Preferences ...
分类:
其他好文 时间:
2020-01-29 12:45:11
阅读次数:
76
在Preferences中如下设置,即可解除报红错误: 将Autowiring for Bean Class的Severity级别设置为Warning ...
分类:
其他好文 时间:
2020-01-29 10:26:11
阅读次数:
59
在mac上使用Chrome, control+tab是切换到下一个tab, control+shift+tab是切换到上一个tab, 感觉这个键位不是特别好按,想设置成control+1 进入mac的 系统设置 -> 键盘 -> 快捷键 Mac System Preferences→Keyboard ...
分类:
其他好文 时间:
2020-01-28 21:08:18
阅读次数:
465
更新pip为20后不显示下载链接无法离线下载回退pip版本 先看log WARNING: You are using pip version 19.3.1; however, version 20.0.2 is available. You should consider upgrading via... ...
分类:
其他好文 时间:
2020-01-28 14:17:17
阅读次数:
174
C++ 11提供的智能指针有:shared_ptr、unique_ptr、weak_ptr。在 头文件 memory 中。 一、new delete 直接管理内存 1、初始化 string * ps = new string // 初始换为一个空string int * pi = new int ; ...
分类:
编程语言 时间:
2020-01-28 10:49:44
阅读次数:
99
使用command+H隐藏窗口后, 有没有什么办法能把所有隐藏的窗口都展示出来呢 System Preferences > Keyboard > Keyboard Shortcuts > select "Application Shortcuts" > highlight "All Applicat ...
分类:
系统相关 时间:
2020-01-27 15:49:53
阅读次数:
113
1、Maven插件的设置: Window->Preferences->Maven (1)installations : 指定Maven核心程序的位置。默认是插件自带的Maven程序,可以改为我们自己解压的那个。 点击add: 选择自己解压的maven的位置,点击finish。选择自己刚刚加入的: 点 ...
分类:
其他好文 时间:
2020-01-27 15:17:30
阅读次数:
72