主要参考资料: data mining and analysis (Mohammed..) ...
分类:
其他好文 时间:
2020-07-09 15:06:52
阅读次数:
89
Real - time Rendering 实时计算机图形学 一、图形绘制管线 绘制管线:在给定虚拟相机、三维物体、光源、照明模式,以及纹理条件下,生成或者绘制一幅二维图像。 最慢的管线决定绘制速度,即图像更新速度,用fps表示,每秒绘制的图像数量,或者用Hz表示。 1、应用程序阶段 应用程序阶段通 ...
分类:
其他好文 时间:
2020-07-08 19:32:06
阅读次数:
67
1、增加devtools依赖 <!-- 热部署DevTools --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId></dependency ...
分类:
其他好文 时间:
2020-07-08 01:23:07
阅读次数:
65
一、前提: 经过各种踩坑后,现直接说明该文章中整合时需要注意的事项: A.创建Springboot工程时,选择Springboot版本为2.1.1,默认会使用新版本,而新版本对应自带的elasticsearch包可能已经是7.x已上 B.如果创建Springboot工程时,发下没有2.1.1版本,也 ...
分类:
编程语言 时间:
2020-07-07 18:05:02
阅读次数:
73
原文:https://www.cnblogs.com/jiangchengbiao/p/9713020.html 在Application层,添加如下代码即可 using Abp.Dependency; using Abp.Events.Bus.Exceptions; using Abp.Event ...
分类:
其他好文 时间:
2020-07-06 18:12:49
阅读次数:
55
Android 中的数据库初始总结(LitePal部分) LitePal开源数据库在Github上有全部的部分,你也可以去查看一下: >这是跳转链接< 目录 简介 配置 声明LitePal 配置litepal.xml文件 配置AnandManManestest.xml文件 增删改查 增 删 改 查 ...
分类:
移动开发 时间:
2020-07-05 10:40:49
阅读次数:
83
Introduction In LTE the Downlink Shared Channel (DL-SCH) is a transport channel used for the transmission of user data, dedicated control and user-spe ...
分类:
其他好文 时间:
2020-07-05 00:30:22
阅读次数:
93
什么是热部署 应用正在运行的时候升级功能,不需要重新启动应用 对于Java应用程序来说,热部署就是在运行时更新Java类文件 好处:不需要重新手工启动应用,提高本地开发效率 常见热部署 jrebel Spring Loaded spring-boot-devtools 步骤 pom文件添加依赖包 < ...
分类:
编程语言 时间:
2020-07-04 15:29:55
阅读次数:
78
升级了 AdroidStudio到3.6.3,总是报找不到 gradle3.6.3 修改工程的 build.gradle,加入 google() 再同步就可以了 ext { var = '3.6.3' }// Top-level build file where you can add config ...
分类:
移动开发 时间:
2020-07-04 12:01:04
阅读次数:
132
QT-Deploying a Qt5 Application Linux July 3, 2020 11:11 PM 参考: Deploying a Qt5 Application Linux AppImage ##Original text Multiple Ways to deploy a Qt ...
分类:
移动开发 时间:
2020-07-04 01:09:56
阅读次数:
86