上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 44 下一页
摘要: 引入: https://www.cnblogs.com/savorboard/p/vscode-debugging-angular.html 注意:ng serve 的端口与launch.json 中的端口要一至 ng build 生成 dist 阅读全文
posted @ 2020-07-07 18:17 三瑞 阅读(175) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-07-02 11:59 三瑞 阅读(0) 评论(0) 推荐(0)
摘要: http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-linx8664soft-100572.html 安装依赖时报错: No match for argument: compat-libstdc 阅读全文
posted @ 2020-06-23 17:41 三瑞 阅读(6388) 评论(0) 推荐(0)
摘要: 环境: Win10 安装 VBox(6.1.10),虚拟机系统为:Centos8 开始: http://download.virtualbox.org/virtualbox 中找到你的VBox版本下载对应版本: 后面以为的版本为例: http://download.virtualbox.org/vi 阅读全文
posted @ 2020-06-23 17:02 三瑞 阅读(5715) 评论(0) 推荐(0)
摘要: SQL 分组产生序号 update x set x.HiddenNo='TT'+CONVERT(varchar(12),y.GenTime,112)+RIGHT('0000'+CAST(Y.Rw AS nvarchar(50)),4) from XXXXXXAAAAAA x join ( selec 阅读全文
posted @ 2020-06-23 11:21 三瑞 阅读(417) 评论(0) 推荐(0)
摘要: 下载页面: https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 找到 jdk-8uXXX-linux-x64.tar.gz 文件下载 mkdir /usr/java/ #进入下载目录 阅读全文
posted @ 2020-06-22 10:00 三瑞 阅读(2040) 评论(0) 推荐(0)
摘要: cd /etc/sysconfig/network-scripts cp ifcfg-enpXXX ifcfg-enpXXXBak vi ifcfg-enpXXX #修改 ONROOT=yes 1、可以尝试使用以下命令: service network-manager restart 2、如果是 K 阅读全文
posted @ 2020-06-20 10:59 三瑞 阅读(161) 评论(0) 推荐(0)
摘要: 下载地址: https://www.centos.org/download/ 我下载的是CentOS-8.2.2004-x86_64-dvd1.iso 要进入安装好的系统可点击 “重启” 后马上 按F12 然后选择磁盘启动 阅读全文
posted @ 2020-06-20 09:08 三瑞 阅读(163) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/andrewgao/archive/2013/02/01/2888962.html?utm_source=tuicool https://blog.csdn.net/weixin_42055105/article/details/87854739 ht 阅读全文
posted @ 2020-06-19 11:09 三瑞 阅读(280) 评论(0) 推荐(0)
摘要: SQL Server select substring(sys.fn_sqlvarbasetostr(HashBytes('MD5','123456')),3,32) 其他 阅读全文
posted @ 2020-06-19 10:00 三瑞 阅读(170) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 44 下一页