一、不可变类和不可变对象 Normally,you create an object and allow its contents to be changed later.However ,occasionally it is desirable to create an object whose ...
分类:
编程语言 时间:
2019-10-17 17:41:30
阅读次数:
105
list所有tar.gz文件,然后利用xargs将其作为参数传给tar命令。-n 1表示每次传一个参数。 xargs: https://www.cnblogs.com/wangqiguo/p/6464234.html 阅读目录 为什么要用xargs,问题的来源 xargs是什么,与管道有什么不同 x ...
分类:
系统相关 时间:
2019-10-16 00:14:07
阅读次数:
118
.NET Core WebApi RESTful规范 "RESTful API 最佳实践" "理解RESTful架构" 接口版本控制 "Support multiple versions of ASP.NET Core Web API" "ASP.NET Core API 版本控制" 配置使用流程 ...
分类:
Web程序 时间:
2019-10-15 18:49:55
阅读次数:
126
官方文档 https://www.keycloak.org/docs/7.0/server_admin/#admin-console-export-import If more than one realm file needs to be imported, a comma separated l ...
分类:
其他好文 时间:
2019-10-14 10:24:00
阅读次数:
158
Failed to commit install session 1665525132 with command cmd package install-commit 1665525132. Error: INSTALL_FAILED_INVALID_APK: Split lib_slice_0_a ...
分类:
其他好文 时间:
2019-10-13 23:41:13
阅读次数:
107
无模命令 命令描述 G<n> 设计栅格设置,如G50 GD<n> 显示栅格设置,如G50 HI 引用层次推进 H0 引用层次调用 Q 快速测量 R<n> 设置路径图形最小显示宽度 SH<n> 选择图页边界大小指定的图页边界线 W<N> 设置当前的连线线宽 S<String> 查找文本string制定 ...
分类:
其他好文 时间:
2019-10-13 20:56:43
阅读次数:
135
第三部分 硬件层 第四章 门和电路 4.1 计算机和电学 任何电信号都有电平。0 2伏是低电平,用0表示,2 5伏是高电平,用1表示。计算机中的信号被限制在这两个范围之内。 门(gate):对电信号执行基 ...
分类:
其他好文 时间:
2019-10-13 12:49:33
阅读次数:
108
一 线程queue queue is especially useful in threaded programming when information must be exchanged safely between multiple threads. 有三种不同的用法 class queue. ...
分类:
编程语言 时间:
2019-10-13 10:44:30
阅读次数:
99
IO模型介绍 同步\异步and阻塞\非阻塞(重点) 同步: 异步: 阻塞: 非阻塞: 小结: 同步(synchronous) IO和异步(asynchronous) IO,阻塞(blocking) IO和非阻塞(non blocking)IO分别是什么,到底有什么区别?这个问题其实不同的人给出的答案 ...
分类:
其他好文 时间:
2019-10-13 10:31:56
阅读次数:
63
Game theory Nim SG function Graph theory SPFA Dijkstra MST (Kruskal) Virtual tree 例: "[SDOI2011]消耗战" Tree plus cycle (contaning multiple edges) Heavy ...
分类:
其他好文 时间:
2019-10-12 22:26:29
阅读次数:
95