码迷,mamicode.com
首页 >  
搜索关键字:unknown application    ( 16694个结果
c# Visual Studio|There is no editor available for ***,make sure the application for the file type(.vb) is installed问题解决方法
这个问题出现在在使用VS编码当中,电脑意外关机,导致的文件的缺失或者损坏。 使用反编译软件(如:ILSpy)对编译后的 .EXE文件进行反编译,在翻遍的结果中将相关代码拷贝至目标路径下,替换所需文件。 按照目标文件的格式,选择性粘贴(例如winform 中*.cs 和 *.Design.cs文件,存 ...
分类:移动开发   时间:2021-04-19 15:26:49    阅读次数:0
excel导出前端vue
export_excel(){ this.axios.get('downExcelView/',{responseType:'blob'}).then(res=>{ var blob = new Blob([res.data], {type: 'application/vnd.openxmlform ...
分类:其他好文   时间:2021-04-19 15:08:07    阅读次数:0
(一)网络基础7层模型三次握手四次挥手
OSI七层参考模型 第7层 应用层 应用层(Application Layer)提供为应用软件而设的接口,以设置与另一应用软件之间的通信。例如: HTTP、HTTPS、FTP、TELNET、SSH、SMTP、POP3、MySQL等 第6层 表示层 主条目:表示层(Presentation Layer ...
分类:其他好文   时间:2021-04-16 12:05:11    阅读次数:0
Capture Data.dmg
苹果apple mac 系统检测 日常分析 软件 https://gigafiles.apple.com/#/download 现有文件可供下载。 备注 Capture Data 9.9.0 This application gathers information from your system ...
分类:其他好文   时间:2021-04-16 11:49:46    阅读次数:0
Spring从IOC、DI、Aop到Mvc实现思路
配置阶段 配置web.xml文件 DispatcherServlet 设置init-param configLocation=classpath:application.properties 设置url-pattern /* 配置Annotation @Controller、@Service、@Re ...
分类:编程语言   时间:2021-04-15 12:17:07    阅读次数:0
KEIL中cannot open source input file "core_cmInstr.h"、type of input file 'Files' unknown 解决办法
在做STM32f405 移植过程中,编译出现了cannot open source input file "core_cmInstr.h": No such file or directory的错误,显然我们需要将core_cmInstr.h添加keil include path中,具体如下图: 查 ...
分类:其他好文   时间:2021-04-15 12:04:39    阅读次数:0
Cannot deserialize instance of `java.util.ArrayList<org.jeecg.modules.face.entity.FaceDevice>` out of START_OBJECT token
远程调用出现json解析异常 操作失败,Error while extracting response for type [java.util.List<org.jeecg.modules.face.entity.FaceDevice>] and content type [application/ ...
分类:编程语言   时间:2021-04-14 12:42:30    阅读次数:0
application.yaml配置文件
spring boot还支持yaml格式的配置文件。这种格式文件是JSON超集文件格式,其以数据为中心,扩展名可是是yml和yaml。 yaml格式文件以key/value的格式配置属性,使用缩进控制层级关系。 具体使用如下: 1、value为普通数据类型,根目录下建/config/applicat ...
分类:移动开发   时间:2021-04-10 13:31:59    阅读次数:0
安装chromedriver.exe的报错,pycharm跑起来报错提示
报错提示 今天,在复习整理Ui自动化的东西,学习selenium的时候,要先进行安装浏览器驱动;安装好了之后,跑一下,报错 :selenium.common.exceptions.WebDriverException: Message: unknown Error: cannot find Chro ...
分类:其他好文   时间:2021-04-09 13:29:22    阅读次数:0
Maven安装
环境准备: 系统版本:CentOS Linux release 7.5.1804 (Core) 软件版本:apache-maven-3.8.1-bin.zip 安装目录:/application/ 安装: 下载安装包: wget https://mirrors.bfsu.edu.cn/apache/ ...
分类:其他好文   时间:2021-04-09 13:05:21    阅读次数:0
16694条   上一页 1 ... 7 8 9 10 11 ... 1670 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!