1.多配置文件,其中application.properties中的spring.profiles.active能够灵活的切换使用环境 application.properties spring.mvc.view.prefix=/WEB-INF/jsp/ spring.mvc.view.suffix ...
分类:
编程语言 时间:
2020-11-26 15:24:02
阅读次数:
14
Unity 版本: 2019.4.15f1 解决方法: File > Build Settings > Player Settings > Player > Minimum API Level 将其设为23 ...
分类:
移动开发 时间:
2020-11-26 14:48:40
阅读次数:
13
CMake最佳实践 金戈大王关注 0.1742019.05.26 21:08:35字数 1,429阅读 2,566 前言 相信每个人都写过CMakeLists,然而,“一千个读者心中有一千个哈姆雷特”,一千个程序员也能写出一千种CMakeLists。这是因为CMake在发展的过程中始终保持向后兼容, ...
分类:
其他好文 时间:
2020-11-26 14:39:53
阅读次数:
4
在 Flutter 中,ListView 可以沿一个方向(垂直或水平方向)来排列其所有子 Widget,常被用于需要展示一组连续视图元素的场景 ListView 构造方法 ListView:仅适用于列表中含有少量元素的场景 ListView.build:适用于子 Widget 比较多的场景 List ...
分类:
其他好文 时间:
2020-11-26 14:16:38
阅读次数:
4
problem: 给你n个数字,和m个查询. 将[l,r]之间数第一次出现的位置信息弄成一个新的数组,然后找出其中k/2大的数.(k为位置的数量) #include<bits/stdc++.h> using namespace std; const int maxn=2e5+100; const i ...
分类:
其他好文 时间:
2020-11-26 14:12:20
阅读次数:
3
一、增加计算节点需要步骤 1:配置yum源 2:时间同步 3:安装openstack基础包 4:安装nova-compute 5:安装neutron-linuxbridge-agent 6:启动服务nova-compute和linuxbridge-agent 7:验证 二、增加计算节点实战 1. 配 ...
分类:
其他好文 时间:
2020-11-25 12:44:41
阅读次数:
4
JavaScript练习 1.模态框 <!doctype html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, i ...
分类:
编程语言 时间:
2020-11-24 13:02:51
阅读次数:
19
Dao层代码:@Overridepublic int findTotalCount(int cid,String rname) { //String sql = "select count(*) from tab_route where cid = ?"; //1.定义sql模板 String sq ...
分类:
数据库 时间:
2020-11-24 12:07:25
阅读次数:
8
https://www.bilibili.com/video/BV15E411H7it https://blog.csdn.net/qx3501332/article/details/104978741 j:方案 -> n i:小卷 -> m ...
分类:
其他好文 时间:
2020-11-23 12:44:16
阅读次数:
17
<!--在build中配置resources,来防止我们资源导出失败的问题--> <build> <resources> <resource> <directory>src/main/resources</directory> <includes> <include>**/*.properties< ...
分类:
其他好文 时间:
2020-11-23 12:17:28
阅读次数:
4