sharding-proxy安装 #下载 下载地址: https://mirror.bit.edu.cn/apache/shardingsphere/5.0.0-alpha/apache-shardingsphere-5.0.0-alpha-shardingsphere-proxy-bin.tar. ...
分类:
其他好文 时间:
2021-01-27 13:26:34
阅读次数:
0
#0x00 信息收集 nmap -Pn -sV -p- -T 4 10.10.10.79 PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 5.9p1 Debian 5ubuntu1.10 (Ubuntu Linux; protocol 2.0) ...
分类:
其他好文 时间:
2021-01-27 13:04:29
阅读次数:
0
问题描述 报错内容如下: yarn run v1.22.10 $ vue-cli-service electron:serve INFO Starting development server... 98% after emitting CopyPlugin ERROR Failed to comp ...
分类:
Web程序 时间:
2021-01-25 11:30:27
阅读次数:
0
SpringMVC View 从jsp =》现代前端; C 从Servlet =》Controller; Model 包括数据和行为:dao+service,vo/dto DispatcherServlet 请求分发 dispatcher程序调度 SpringMVC执行流程: (找个清楚的图。。) ...
分类:
编程语言 时间:
2021-01-25 11:04:12
阅读次数:
0
Docker 入门到精通 123456789101112131415161718192021222324 """1)docker就是Linux上及其轻量的虚拟机2)虚拟机是存在宿主系统中,通过镜像给宿主系统拓展子系统的(一个镜像理论上可以做n个子系统)3)两个特别重要的概念 image:镜像 con ...
分类:
其他好文 时间:
2021-01-25 10:59:26
阅读次数:
0
今天在写程序的时候看见一个以前没有见过的注解(@Component),在网上查找过后,经过实践,决定把它记录下来。 1、@controller 控制器(注入服务) 用于标注控制层,相当于struts中的action层 2、@service 服务(注入dao) 用于标注服务层,主要用来进行业务的逻辑处 ...
分类:
其他好文 时间:
2021-01-22 12:31:16
阅读次数:
0
EF和EF Core 的DbContext类实现IDisposable接口。因此,很多最佳编程实践中都建议你将它们放在一个using()块中。不幸的是,至少在Web应用程序中,这样做通常不是一个好主意。 我与许多从.NET Framework迁移到.NET Core和.NET 5的客户一起工作,其中 ...
分类:
数据库 时间:
2021-01-21 10:57:23
阅读次数:
0
win系统开机时间慢的解决方法 可连接互联网的解决方法:确认windows time服务已经开启,查看命令service w32time w32tm /config /manualpeerlist:ntp.aliyun.com /syncfromflags:manual /reliable:yes ...
Ansible 常用模块 参考地址: https://docs.ansible.com/ansible/latest/modules/modules_by_category.html ping command and shell # 注意区别和相同 # command 不能识别变量以及引号内容 ro ...
分类:
系统相关 时间:
2021-01-19 12:09:17
阅读次数:
0
MyEclipse自动生成注释配置:Window ->preference--> Java --> Code Style --> Code Templates参考资料:http://www.cnblogs.com/o-andy-o/archive/2012/08/11/2634116.html Fi ...
分类:
系统相关 时间:
2021-01-18 11:43:26
阅读次数:
0