摘要:
一、DateTime类型转换 (1)DateTime与long相互转换 日期转换为long: DateTime dtnow = DateTime.Now; long time = dtnow.Ticks; long转换为日期: long time = 636617664000000000; Date 阅读全文
摘要:
来源:https://www.runoob.com/linux/linux-shell-include-file.html 一、概念Shell 是一个用 C 语言编写的程序,它是用户使用 Linux 的桥梁。Shell 是指一种应用程序,这个应用程序提供了一个界面,用户通过这个界面访问操作系统内核的 阅读全文