05 2020 档案

摘要:在Ubuntu上安装docker 1.卸载旧版本 sudo apt-get remove docker docker-engine docker.io containerd runc 设置存储库 1..更新apt软件包索引并安装软件包以允许apt通过HTTPS使用存储库: sudo apt-get 阅读全文
posted @ 2020-05-27 20:38 万万万W 阅读(2717) 评论(0) 推荐(0) 编辑
摘要:public class FileOperation { #region 压缩文件 /// <summary> /// 压缩文件 /// </summary> /// <param name="fileNames">要打包的文件列表</param> /// <param name="GzipFile 阅读全文
posted @ 2020-05-15 15:18 万万万W 阅读(185) 评论(0) 推荐(0) 编辑
摘要:数值转度分秒 Create function [dbo].[ConvertDigitalToDegrees](@digitaldegree numeric(18, 2)) returns varchar(50) as begin declare @num numeric(18, 2)=60 decl 阅读全文
posted @ 2020-05-12 11:24 万万万W 阅读(881) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示