Administrator@PC201803221826 MINGW64 /f/BI/bi/二期/脚本 (master) $ mkdir ~/.ssh mkdir: cannot create directory ‘/c/Users/Administrator/.ssh’: File exi sts ...
分类:
其他好文 时间:
2020-02-17 17:54:19
阅读次数:
67
Html: <input type="range" value="0" [style.--thumb-rotate]="720 * $any(input.value)/100 + 'deg'" #input (input)="0"> CSS: input[type="range"]::-webkit ...
分类:
Web程序 时间:
2020-02-17 17:37:48
阅读次数:
91
面试官心理分析面试官问了你一堆dubbo是怎么玩儿的,你会玩儿dubbo就可以把单块系统弄成分布式系统,然后分布式之后接踵而来的就是一堆问题,最大的问题就是分布式事务、接口幂等性、分布式锁,还有最后一个就是分布式session。当然了,分布式系统中的问题何止这么一点,非常之多,复杂度很高,这里只是说一下常见的几个问题,也是面试的时候常问的几个。面试题剖析session是啥?浏览器有个cookie,
分类:
其他好文 时间:
2020-02-17 16:24:43
阅读次数:
79
shell-init: error retrieving current directory: getcwd: cannot access parent directories: 没有那个文件或目录chdir: error retrieving current directory: getcwd: ...
分类:
数据库 时间:
2020-02-17 15:40:12
阅读次数:
105
参考:https://blog.csdn.net/zhaoyun_zzz/article/details/84341801 音频录制:简洁版 import pyaudioimport waveimport timeimport sysCHUNK = 1024FORMAT = pyaudio.paIn ...
分类:
其他好文 时间:
2020-02-16 14:56:56
阅读次数:
105
使用wp_enqueue_scripts函数配合wp_head()在header.php中使用 在functions.php文件中添加 function tone_front_script() { wp_enqueue_style( 'css名', get_template_directory_ur ...
分类:
Web程序 时间:
2020-02-15 15:15:34
阅读次数:
100
原因一:JUnit 版本太低 解决:导入 4.12 及其以上版本 原因二:没有将 test 文件夹 设置为 Test Resource Root 解决:右键文件夹 --> Mark Directory as --> Test Resource Root 来源:https://blog.csdn.ne ...
分类:
其他好文 时间:
2020-02-15 13:30:01
阅读次数:
164
FlipGame有人也叫它点灯游戏,不过叫啥不重要,随他去吧。 ...
分类:
其他好文 时间:
2020-02-15 09:44:27
阅读次数:
196
一、git的基本操作 1 git的基本概念 三个工作区:工作区,使用git add ,将代码临时存储在暂存区;然后用git commit -m "comment"提交到本地库 工作区(work directory) 暂存区 版本库(本地) 远程库 2 git的基本命令 本地库初始化:git init ...
分类:
其他好文 时间:
2020-02-14 22:44:23
阅读次数:
89
General Use custom workspace Directory: d:\xxx\xxx Source Code Management Git plugin Git Repositories Repository URL: Credentials: ... Branches to bui ...
分类:
其他好文 时间:
2020-02-14 18:42:04
阅读次数:
194