最新 最热

Spring Boot 集成 Thymeleaf 模板

2. application.properties 文件中添加 Thymeleaf 模板配置

2019-05-29
1

Spring Boot 集成 Freemarker

2. application.properties 文件中添加 Freemarker 相关配置

2019-05-29
1

springboot集成druid配置多数据源连接

----##环境说明 jdk1.7, springboot1.5.8.RELEASE, druid1.1.5,nutz1.r.66 ##配置步骤配置文件(application.properties)t1.data1.driver-class-name=oracle.jdbc.driver.OracleDr...

2019-04-16
1

java中使用自己的邮箱进行多人邮件发送

email.properties文件如下:host=smtp.qq.com //这是qq邮箱,如果是其他邮箱 服务要配置成相应的hostuser=自己邮箱名pwd=邮箱密码subject=主题1:167359230@qq.com //发送人2:17655858721@qq.comimport jav......

2019-04-16
0

Error: Your project contains C++ files but it is not using a supported native build system

我在编写有关JNI的代码的时候回报这个错误,我在网上搜了相关的资料后,找到了一篇文章解决了这个问题,点击这里查看这篇文章,我在照着这篇文章尝试的时候,总有一些错误,现在我把自己详细的解决流程贴出来,供大家参考。 首先...

2019-02-25
0

log4j配置文件模版

log4j.properties{.brush:xml;toolbar: .true; .auto-links: .false;}log4j.rootLogger=DEBUG, INFO, ERROR# 输出控制台log4j.appender.CONSOLE=org.apache.log4j.Consol...

2019-01-30
1

springboot日志配置

导入mavern依赖包 <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.10.0</v......

2019-01-17
0

M2文件头

M2文件中的信息大体是这样的 全局纹理列表 全局顶点列表 Position Blend weights Blend indices Normal Texture coordinate

2018-05-23
0

Shader初学笔记:vertex/fragment渲染过程

#pragma vertex vert //对应下面的vert函数,得到转换坐标系后的顶点信息

2018-03-25
1

Leetcode 74 Search a 2D Matrix

Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties:Integers in each row are sorted from left ...

2018-01-12
1