在 菜单栏 》 虚拟机 》 安装 vmtools 进入虚拟机后,查看设备管理文件 /dev 新建待挂载目录 /mnt/cdrom mkdir /mnt/cdrom *** 挂载设备至 /mnt/cdrom *** mount /dev/cdrom /mnt/cdrom 进入到 /mnt/cdrom ...
问题出现: 在eclipse中pull项目至github上出现该问题 查看报错日志 org.eclipse.jgit.api.errors.TransportException: https://github.com/muzhiyi1996/test1.git: cannot open git-up ...
分类:
Web程序 时间:
2020-07-12 22:33:02
阅读次数:
155
TypeError: Cannot read property '$createElement' of undefinedat render (eval at ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_module ...
分类:
其他好文 时间:
2020-07-12 18:55:59
阅读次数:
111
Startup,顾名思义,就是启动类,用于配置ASP.NET Core应用的服务和请求管道。 Startup有两个主要作用: 通过ConfigureServices方法配置应用的服务。服务是一个提供应用功能的可重用组件。 通过Configure方法配置应用的请求处理管道(中间件)。 下面是VS通过A ...
分类:
Web程序 时间:
2020-07-12 18:42:30
阅读次数:
78
复现代码地址:https://github.com/xuhongwei237/change-detection 论文地址:A Deep Learning Method for Change Detection in Synthetic Aperture Radar Images 中文地址:基于深度神 ...
分类:
其他好文 时间:
2020-07-12 14:16:47
阅读次数:
65
[root@kunpeng82 mininet]# ls /lib/systemd/system/zebra.service /lib/systemd/system/zebra.service [root@kunpeng82 mininet]# vi /lib/systemd/system/zebr ...
分类:
其他好文 时间:
2020-07-12 14:15:10
阅读次数:
68
[JavaScript 中文开发手册object.watch (Object) - JavaScript 中文开发手册警告:通常你应该避免使用,watch()和unwatch()在可能的情况下。这两种方法仅在 Gecko 中实现,主要用于调试。另外,使用观察点会对性能产生严重的负面影响,在使用全局对... ...
分类:
编程语言 时间:
2020-07-12 00:55:30
阅读次数:
124
连接数据库的jar出现异常(通常报错:Cannot find class:com.mysql.jdbc.Drive), 问题:Connector的jar已经导入,还是出现 Cause: java.sql.SQLException: Error setting driver on UnpooledDa ...
分类:
数据库 时间:
2020-07-11 00:13:37
阅读次数:
108
Installing via curl error - starship: Cannot open: Permission denied · Issue #838 · starship/starship https://github.com/starship/starship/issues/838 ...
分类:
其他好文 时间:
2020-07-11 00:03:50
阅读次数:
66
不同VLAN之间如何通信 1 单臂路由 2 三层交换 单臂路由(也叫VLAN间路由),这是一项相对比较古老的技术,几乎现在用的不多,但是为什么还要拿出来说呢? 因为在现网中,真的有可能出现这样的需求,我们本着客户至上的原则,还是整理了一下技术点 配置思路,本着先二层后三层的配置顺序 1 交换机VLA ...
分类:
其他好文 时间:
2020-07-10 23:57:49
阅读次数:
95