摘要:
二进制包安装docker docker下载地址 https://download.docker.com/linux/static/stable/x86_64/ 下载安装 wget https://download.docker.com/linux/static/stable/x86_64/docke 阅读全文
posted @ 2021-09-11 14:46
贝隆
阅读(99)
评论(0)
推荐(0)
|
摘要:
二进制包安装docker docker下载地址 https://download.docker.com/linux/static/stable/x86_64/ 下载安装 wget https://download.docker.com/linux/static/stable/x86_64/docke 阅读全文
posted @ 2021-09-11 14:46
贝隆
阅读(99)
评论(0)
推荐(0)
摘要:
如图,进度条总是处于滑动状态,始终无法启动程序: 解决办法: 将文件单独拷贝至新的目录,只有一个go文件,重新创建launch.json,会生成.vscode目录 { // Use IntelliSense to learn about possible attributes. // Hover t 阅读全文
posted @ 2021-07-09 08:55
贝隆
阅读(960)
评论(0)
推荐(0)
摘要:
SELECT BDCDYH_S, zd_shangyq.ZL FROM (SELECT substring(person_real_estate.BDCDYH, 1, 19) as BDCDYH_S FROM `person_real_estate` where id_card = 11010119 阅读全文
posted @ 2021-06-30 08:42
贝隆
阅读(132)
评论(0)
推荐(0)
摘要:
1.点击Manage->Settings,输入Editor: Insert Spaces 2.出现go配置,点击Edit in settings.json 输入editor,在联想的下拉框中,出现 editor.insertSpaces,输入回车,文件中会自动生成下面的文本 "[go]": { "e 阅读全文
posted @ 2021-06-11 09:17
贝隆
阅读(1102)
评论(0)
推荐(0)
摘要:
[Setup]; 注: AppId的值为单独标识该应用程序。; 不要为其他安装程序使用相同的AppId值。; (生成新的GUID,点击 工具|在IDE中生成GUID。)AppId={{A9861883-31C5-4324-BD9A-DC3271EEB675};程序名AppName=ISsample; 阅读全文
posted @ 2021-05-11 08:49
贝隆
阅读(959)
评论(0)
推荐(0)
摘要:
转载:https://www.cnblogs.com/akidongzi/p/12801574.html 一.根据时间戳获取日期 // 获取时间,该时间带有时区等信息,获取的为当前地区所用时区的时间 timeNow := time.Now() // 获取时间戳 unix := time.Now(). 阅读全文
posted @ 2021-05-06 08:59
贝隆
阅读(208)
评论(0)
推荐(0)
摘要:
Inno Setup进阶之窗口初始化(一) - 码农教程 (manongjc.com) 阅读全文
posted @ 2021-04-29 19:50
贝隆
阅读(117)
评论(0)
推荐(0)
摘要:
python软件更新及安装 一、启动时更新 这一步其实是最简单的, 在上一篇文章 怎么实现软件更新? 里,我们已经用一个函数main()把整个过程封装起来,所以我们只需要在我们的软件代码的主程序里引入这个函数,并且放到其他语句的最前面。 # 引入函数 from update import main 阅读全文
posted @ 2021-04-27 09:24
贝隆
阅读(605)
评论(0)
推荐(0)
摘要:
mirror.chpc.utah.edu/pub/vault.centos.org/7.4.1708/isos/x86_64/sha1sum.txt http://mirror.chpc.utah.edu/pub/vault.centos.org/7.4.1708/isos/x86_64/CentO 阅读全文
posted @ 2021-04-25 12:55
贝隆
阅读(848)
评论(0)
推荐(0)
摘要:
certutil -hashfile yourfilename MD5 certutil -hashfile yourfilename SHA1 certutil -hashfile yourfilename SHA256 D:\>certutil -hashfile 1.txt SHA1SHA1 阅读全文
posted @ 2021-04-25 10:54
贝隆
阅读(680)
评论(0)
推荐(0)
|