cmake_minimum_required(VERSION 3.5) project(Triangle) set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_STANDARD_REQUIRED ON) # OPENGL find_package(OpenGL REQU ...
分类:
其他好文 时间:
2020-04-30 15:40:50
阅读次数:
98
nginx rewrite 500的故障 今天遇到的一个问题 当访问 www.biglittleant.cn/mall 返回500,当访问 www.biglittleant.cn/mall/返回正常的页面。 我们来还原一下当时的情况 nginx配置文件如下: 解决办法: cat的多行内容有$等特殊字 ...
分类:
其他好文 时间:
2020-04-30 13:35:41
阅读次数:
83
题目描述 Although Inzane successfully found his beloved bone, Zane, his owner, has yet to return. To search for Zane, he would need a lot of money, of whi ...
分类:
其他好文 时间:
2020-04-30 09:32:09
阅读次数:
48
"题目" Although Inzane successfully found his beloved bone, Zane, his owner, has yet to return. To search for Zane, he would need a lot of money, of whi ...
分类:
其他好文 时间:
2020-04-29 23:39:16
阅读次数:
77
安装node.jssudo chmod -R 777 git 释放读写权限。git是文件夹名 单独vue安装创建 cordova项目 不要cnpm sudo npm install -g cordova cordova create xuanwu com.example.xuanwu xuanwu ...
分类:
移动开发 时间:
2020-04-29 00:41:11
阅读次数:
110
本文讲解了如何处理捕获全局异常以及怎么自定义异常,顺便说明了统一结果的返回格式,并特殊处理的404,not found的异常,将其作为统一结果返回。如果你觉得本文有用,点个赞吧! ...
分类:
编程语言 时间:
2020-04-26 21:13:29
阅读次数:
97
Could not find a package configuration file provided by "Vpp" with any of the following names: VppConfig.cmake vpp-config.cmake Add the installation p ...
分类:
其他好文 时间:
2020-04-26 19:13:37
阅读次数:
107
cmake_minimum_required(VERSION 3.5) project(hello_library) ############################################################ # Create a library ########### ...
分类:
其他好文 时间:
2020-04-25 16:50:46
阅读次数:
78
cmake_minimum_required(VERSION 3.5) project(cmake_examples_install) ############################################################ # Create a library ## ...
分类:
其他好文 时间:
2020-04-25 16:48:02
阅读次数:
73