基于docker+mysql部署nacos1.4 1. 前置环境 正确安装docker和MySQL且能够正常运行 2. 拉取镜像 docker pull nacos/nacos-server:1.4.0 3. 创建数据库 在mysql中创建nacos数据库(略) 执行sql //sql下载地址: h ...
分类:
其他好文 时间:
2020-12-14 13:46:57
阅读次数:
4
详细 the current operating system does not support this product click ok and then install the product on a computer running windows xp professional or w ...
分类:
其他好文 时间:
2020-12-11 12:10:02
阅读次数:
3
转至:http://blog.itpub.net/30484956/viewspace-2677243/ 实验环境:Oracle 11.2.0.4如果DBA不知道业务用户密码,当业务密码过期,应用要求DBA帮忙重设为原来的密码。 1.查询业务用户密码 从user$查到hash加密过的值: selec ...
分类:
数据库 时间:
2020-12-11 11:58:47
阅读次数:
3
1、首先新建分支: git branch testOne 2、等到提交代码的时候,到git push的时候发现,git给了个这样的提示: fatal: The current branch testOne has no upstream branch.To push the current bran ...
分类:
其他好文 时间:
2020-12-07 12:30:34
阅读次数:
5
使用uiDoc.PromptForFamilyInstancePlacement(familySymbol)的时候,试了Revit2017-2021版本,发现在2017以后的版本都会报“The user aborted the current operation ”的问题,查了下相关资料,发现201 ...
ASP.NET Core应用默认的请求处理管道是由注册的IServer对象和HostingApplication对象组成的,后者利用一个在创建时提供的RequestDelegate对象来处理IServer对象分发给它的请求。而RequestDelegate对象实际上是由所有的中间件按照注册顺序创建的... ...
分类:
Web程序 时间:
2020-12-04 11:05:48
阅读次数:
6
1.获取当前页面的url方法:current_url 实例:driver.current_url 2.获取元素坐标方法:location解释:首先查找到你要获取元素的,然后调用location方法实例:driver.find_element_by_xpath("xpath").location 3. ...
分类:
其他好文 时间:
2020-12-03 12:10:18
阅读次数:
7
ERROR 1819 (HY000): Your password does not satisfy the current policy requirements ...
分类:
其他好文 时间:
2020-12-03 12:09:41
阅读次数:
6
这个题目比较坑,没有描述清楚 create TABLE #TB ( ID INT, 科目 int, 成绩 int ) select * from #TB insert into #TB(ID,科目,成绩) select 1,66,66 union select 1,55,55 union selec ...
分类:
其他好文 时间:
2020-12-01 12:15:35
阅读次数:
4
1、窗口函数 窗口范围限定: OVER() CURRENT_ROW 当前行 N PRECEDING 向前N行 N FOLLOWING 向后N行 UNBOUNDED PRECEDING 起点 UNBOUNDED FOLLOWING 终点 order by[asc/desc] 有序 partition ...
分类:
其他好文 时间:
2020-11-30 16:12:44
阅读次数:
9