Overview: Matrix algebra Matrix algebra covers rules allowing matrices to be manipulated algebraically via addition, subtraction, multiplication and d ...
分类:
其他好文 时间:
2018-11-28 12:20:13
阅读次数:
219
用法:date [选项]... [+格式] 或:date [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]] 以给定的格式显示当前时间,或是设置系统日期。 -d,--date=字符串 显示指定字符串所描述的时间,而非当前时间 -f,--file=日期文件 类 ...
分类:
系统相关 时间:
2018-11-26 02:27:34
阅读次数:
271
使用Files.walkFileTree()找出指定文件夹下所有大于指定大小(比如1M)的文件 import java.io.IOException; import java.nio.file.*; import java.nio.file.attribute.BasicFileAttributes ...
分类:
其他好文 时间:
2018-11-21 22:21:18
阅读次数:
257
什么是Hexo?Hexo是一个快速、简洁且高效的博客框架。Hexo使用Markdown(或其他渲染引擎)解析文章,在几秒内,即可利用靓丽的主题生成静态网页。安装Hexo相当简单然而在安装前,您必须检查电脑中是否已安装下列应用程序:Node.jshttps://nodejs.org/dist/v10.13.0/node-v10.13.0-x64.msi(Winx64)Githttps://githu
分类:
其他好文 时间:
2018-11-19 19:58:25
阅读次数:
251
1.使用Files. walkFileTree()找出指定文件夹下所有扩展名为.txt和.java的文件。 import java.io.IOException;import java.nio.file.FileSystems;import java.nio.file.FileVisitResult ...
分类:
其他好文 时间:
2018-11-18 19:31:00
阅读次数:
191
概要本文中我们将讨论如何借助Kafka实现分布式消息管理,使用事件溯源(EventSourcing)模式实现原子化数据处理,使用CQRS模式(Command-QueryResponsibilitySegregation)实现查询职责分离,使用消费者群组解决单点故障问题,理解分布式协调框架Zookeeper的运行机制。整个应用的代码实现使用Go语言描述。第一部分引子、环境准备、整体设计及实现第二部分
分类:
其他好文 时间:
2018-11-14 18:52:37
阅读次数:
185
/// /// 打印功能 /// /// 打印控件 /// 标题 /// 纸张类型 /// 边距 public virtual void Print(IPrintable panel,string title = null, PaperKind pageSize = PaperKi... ...
分类:
其他好文 时间:
2018-11-14 18:51:44
阅读次数:
203
一 文件操作 一 介绍 计算机系统分为:计算机硬件,操作系统,应用程序三部分。 我们用python或其他语言编写的应用程序若想要把数据永久保存下来,必须要保存于硬盘中,这就涉及到应用程序要操作硬件,众所周知,应用程序是无法直接操作硬件的,这就用到了操作系统。操作系统把复杂的硬件操作封装成简单的接口给 ...
分类:
其他好文 时间:
2018-11-11 10:53:58
阅读次数:
123
Style:Mac Series:Java Since:2018-09-10 End:2018-09-10 Total Hours:1 Degree Of Diffculty:5 Degree Of Mastery:5 Practical Level:5 Desired Goal:5 Archiev ...
分类:
其他好文 时间:
2018-11-04 19:46:49
阅读次数:
194
1.pwd Print the current working directory. With the -P option, pwd prints the physical directory, without any symbolic links; the -L option makes pwd ...
分类:
系统相关 时间:
2018-11-04 11:07:11
阅读次数:
189