SV_POSITION xy = screen space coordinate (>1, offseted by 0.5)z = proj.z / proj.w = clip space depthw = view.z = view space depth ...
分类:
其他好文 时间:
2020-06-09 16:50:17
阅读次数:
52
环境说明:JDK1.8、springboot 2.2.2、springCloud H 、maven3.5.2 步骤为:New Project 聚合总父工程名字 选择Maven版本 创建 2.父工程pom文件配置 <?xml version="1.0" encoding="UTF-8"?> <proj ...
分类:
编程语言 时间:
2020-06-08 00:29:25
阅读次数:
88
导读(苦恼) 做多个项目的时候,可能会有这样的需求,需要把A项目中的某些功能移植到B项目上;移植途中,牵扯到顺便把表也要一块移植过去,若表字段较少,那还好,可能耗费10分钟就搞完了,万一碰上几十个字段的,可就麻烦了。简直是费事费劲,于是乎,博主在这里发现了新大陆,利用该方法一分钟创建表结构,一分钟将 ...
分类:
数据库 时间:
2020-05-29 09:54:35
阅读次数:
173
from tensorboard.backend.event_processing import event_accumulator #加载日志数据 ea=event_accumulator.EventAccumulator(r'G:\proj_drl\openai-2020-03-02-20-25 ...
分类:
其他好文 时间:
2020-04-20 12:00:02
阅读次数:
79
HearthDb项目从另外一个项目导入了初始的xml文件 https://github.com/HearthSim/HearthDb/blob/master/HearthDb/HearthDb.csproj <PropertyGroup> <PreBuildEvent>if exist $(Proj ...
分类:
数据库 时间:
2020-04-06 13:27:08
阅读次数:
109
一、SpringBoot 介绍 解决了配置文件的繁琐配置,开箱即用,不需要配置xml文件,也不需要写java代码配置。 二、三种创建方式 1.官网创建:https://start.spring.io;然后下载,解压,用开发工具打开就ok 2.idea工具创建:打开idea,file-new-proj ...
分类:
编程语言 时间:
2020-04-04 13:05:23
阅读次数:
82
flask的蓝图 蓝图的作用以及结构(结构的目录需要自己定义) 启动文件run.py user.py blog.py __proj_flask/init__.py ...
分类:
其他好文 时间:
2020-03-19 21:32:41
阅读次数:
58
写在前面:【提示】 在打开别人的项目前,先修改gradle的版本号,在gradle和bulid.gradle里面,要是不知道自己的版本号,打开之前的项目看一下即可 打开后,可能会出现的问题及其解决方案,亲测有效 1)“Android framework is detected in the proj ...
分类:
移动开发 时间:
2020-03-12 12:48:06
阅读次数:
118
1 NX11+VS2013 2 3 #include <uf.h> 4 #include <uf_modl.h> 5 #include <uf_curve.h> 6 #include <uf_obj.h> 7 8 9 10 11 UF_initialize(); 12 13 //创建四条直线 14 ...
分类:
其他好文 时间:
2020-03-01 01:03:41
阅读次数:
84
1 NX11+VS2013 2 3 #include <uf.h> 4 #include <uf_modl.h> 5 #include <uf_curve.h> 6 #include <uf_obj.h> 7 8 9 10 11 UF_initialize(); 12 13 //创建四条直线 14 ...
分类:
其他好文 时间:
2020-03-01 00:25:48
阅读次数:
88