qt demo pro qtdemo.pri TEMPLATE = app QT_VER = $$[QT_VERSION] QT_PATH = $$[QT_INSTALL_PREFIX] #message(Qt version is $$QT_VER) #message(Qt install pre ...
分类:
其他好文 时间:
2020-02-07 18:31:15
阅读次数:
76
SpringMVC 框架概述 Spring Web MVC是基于Servlet API构建的传统Web框架,并且从一开始就已包含在Spring框架中 与Spring Web MVC并行,Spring Framework 5.0引入了一个新的反应式Web框架,其名称“ Spring WebFlux; ...
分类:
编程语言 时间:
2020-02-07 01:08:17
阅读次数:
69
文档 https://www.webpackjs.com/concepts/ node.js必备插件 Babel: Babel is a JavaScript compiler. https://babeljs.io/ END ...
分类:
Web程序 时间:
2020-02-05 16:37:53
阅读次数:
80
Quora问题:What are the top 10 algorithms of the 20th century? Pratyush Kumar回答: Top Ten Algorithms 1946: The Metropolis Algorithm for Monte Carlo. Throu ...
分类:
编程语言 时间:
2020-01-31 13:55:47
阅读次数:
93
添加依赖 application.yml配置 additional paths对于多模块也有效,多模块下只要是此目录下的就会重新加载 idea设置 第一步 Preferences Build,Execution,Deployment Compiler找到 Build Project Automati ...
分类:
编程语言 时间:
2020-01-30 19:00:00
阅读次数:
81
我们也可以利用maven将我们的项目打包成war格式,在真正的服务器中运行。 (1) 右键点击项目,选择run as--maven install。出现了问题:No compiler is provided in this environment,可参考: https://blog.csdn.net ...
分类:
其他好文 时间:
2020-01-29 18:10:38
阅读次数:
95
Mac机子下Cmake报错:mac No CMAKE_C_COMPILER could be found. 解决方案: 终端输入 sudo xcode-select --switch /Applications/Xcode.app/ 清空build目录文件(第二行) 关掉Cmake,打开Cmake ...
分类:
其他好文 时间:
2020-01-29 18:02:28
阅读次数:
69
1.安装依赖 [compiler] sudo apt-get install build-essential [required] sudo apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-d ...
分类:
其他好文 时间:
2020-01-29 16:00:14
阅读次数:
189
# Debian Packages Required:## mingw-w64# provides GCC cross-compiler. GCC 4.9.1 or later required.## mingw-w64-tools# provides pkg-config and other bu... ...
分类:
其他好文 时间:
2020-01-26 20:52:56
阅读次数:
66