Tinyrender-Lesson 2 Triangle rasterization and back face culling 原文:https://github.com/ssloy/tinyrenderer/wiki/Lesson-2-Triangle-rasterization-and-bac ...
分类:
其他好文 时间:
2020-06-23 21:05:47
阅读次数:
62
script script is the only required keyword that a job needs. It's a shell script which is executed by the Runner. For example: job: script: "bundle ex ...
分类:
其他好文 时间:
2020-06-23 18:56:37
阅读次数:
111
apiVersion: extensions/v1beta1 #接口版本 kind: Deployment #接口类型 metadata: name: cango-demo #Deployment名称 namespace: cango-prd #命名空间 labels: app: cango-dem ...
分类:
其他好文 时间:
2020-06-23 18:55:27
阅读次数:
188
Visual VM 垃圾回收性能监控插件, 加入对最新版VisualVM 2.0的支持, 做了中英双语支持.源码地址: https://github.com/beansoftapp/gcperf原始项目: https://github.com/bitcharmer/gcperf原始介绍: https... ...
分类:
编程语言 时间:
2020-06-22 23:25:32
阅读次数:
106
今天实在,感觉受不了,webstorm 中默认的字体了。 总觉该做点什么,每天用的编辑器,不能一成不变。这样看的都麻木了。 主题部分,就不用了,以前写过的,点击即可请参考 字体部分& 配色方案: webstorm,默认是 monospaced 字体,或者微软操作系统,默认的 Consolas “编程 ...
分类:
Web程序 时间:
2020-06-22 19:18:40
阅读次数:
229
不显示滚动条,仍实现滚动效果的方法:动态面板 里再嵌套 一个开启了滚动条的动态面板;这样滚动条被第一个动态面板 遮挡了。 ...
分类:
其他好文 时间:
2020-06-22 19:17:07
阅读次数:
116
辛辛苦苦搭载好GPU环境现在要开始测试下效果 1,准备好数据集 2,测试开始 (1),如果尚未安装Darknet,则应先进行安装 git clone https://github.com/pjreddie/darknet cd darknet make 您已经在cfg/子目录中拥有YOLO的配置文件 ...
分类:
其他好文 时间:
2020-06-22 18:55:05
阅读次数:
57
代码示例: InterceptorTestController: 1 package com.atguigu.controller; 2 3 import org.springframework.stereotype.Controller; 4 import org.springframework. ...
分类:
编程语言 时间:
2020-06-22 18:37:35
阅读次数:
67
macOS 版本:Capslox 功能说明 以下功能都需要按下Capslock,而说明中基本都省略或缩写了Capslock,例如+Q是Capslock+Q 按键对应的功能可以在Capslock+settings.ini下的[Keys]设置,具体请参考Capslock+settingsDemo.ini ...
分类:
其他好文 时间:
2020-06-22 15:27:54
阅读次数:
206
第一步:父层设置文本居中属性。第二步:li设置内联样式。只需以上两步就可以实现导航栏居中显示了,但为了美观好看,可以稍微加点料。以下供参考:list-style:none; 取消列表前面的列表样式border-radius:25px; 设置圆角背景样式text-decoration:none; 取消... ...
分类:
Web程序 时间:
2020-06-22 12:38:30
阅读次数:
51