最近安装Visio2013,奈何一直报错,出现1935的错误并且回滚 试了试网上的方法,无论是安装.netframework4.0也好,下载.net修复工具也好,都不行 最后尝试删除一个注册表路径 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AppModel,删除Ap ...
分类:
其他好文 时间:
2021-06-29 15:49:26
阅读次数:
0
1、SpringMVC自动配置概览 Spring Boot provides auto-configuration for Spring MVC that works well with most applications.(大多场景我们都无需自定义配置) The auto-configuratio ...
分类:
编程语言 时间:
2021-06-28 19:31:50
阅读次数:
0
办公室有一台HP LaserJet 1020p 连接在有线网络上。 我的Manjaro用HP Device Manager怎么也添加不上这个机器(可以看到但添加不上驱动)。最后检查了服务,发现cups没开。 sudo systemctl enable cups sudo systemctl star ...
分类:
其他好文 时间:
2021-06-28 19:26:16
阅读次数:
0
crontab文件只在两处,一个是/etc/crontab中,其相关联的是 /etc/cron.daily monthly等文件夹 另一个各用户分别的crontab文件在 /var/spool/cron ll /var/spool/cron/atjobs/ atspool/ crontabs/ ro ...
分类:
Web程序 时间:
2021-06-28 19:05:08
阅读次数:
0
多张表联合起来查询即为连接查询,可分为: 内连接:等值连接、非等值连接、自连接 外连接:右外连接、左外连接 内连接中的等值连接 // 从emp表中查询ename,从dept表中查询员工所在的部门名称,即dname mysql> select e.ename as employee,d.dname a ...
分类:
数据库 时间:
2021-06-24 18:34:35
阅读次数:
0
The NuGet package sources are configured through Visual Studio, but they're stored in a per-user configuration file, found at c:\Users\$USER\AppData\R ...
分类:
其他好文 时间:
2021-06-24 18:32:12
阅读次数:
0
Problem: Importing an Oracle 11g R2 Data Pump file containing an ArcSDE 10.x geodatabase encounters Oracle errors ORA-31693, ORA-02354, ORA-00600 Desc ...
分类:
其他好文 时间:
2021-06-24 18:01:26
阅读次数:
0
1.删除运行路径和运行环境等 sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin 输入密码: sudo rm -fr /Library/PreferencesPanes/JavaControlPanel.prefPane s ...
分类:
系统相关 时间:
2021-06-24 17:35:34
阅读次数:
0
安装docker 配置阿里云Docker Yum源 [root@xingdian ~]# yum install -y yum-utils device-mapper-persistent-data lvm2 git [root@xingdian ~]# yum-config-manager --a ...
分类:
数据库 时间:
2021-06-24 17:29:11
阅读次数:
0
安装docker的准备工作 参考文档>>>https://yeasy.gitbook.io/docker_practice/ DockerHub官网>>>https://hub.docker.com/ 升级centos的yum源 sudo yum update 设置yum源 官方源>sudo yum ...
分类:
其他好文 时间:
2021-06-21 20:16:40
阅读次数:
0