摘要:
The rasterizer then determines the positions of each of those fragments based on where they reside on the triangle shape. Based on these positions, it 阅读全文
posted @ 2023-03-07 16:30
一个AI的修养
阅读(18)
评论(0)
推荐(0)
摘要:
A color buffer for writing color values, a depth buffer to write and test depth information, and finally a stencil buffer that allows us to discard ce 阅读全文
posted @ 2023-03-07 16:30
一个AI的修养
阅读(35)
评论(0)
推荐(0)
摘要:
本篇主要是域名解析相关 放到这里可能有点迟了,但买服务器的时候最好买香港,因为这样域名就不用备案了。同时买域名的时候需要实名,认证一个小时左右 解析的方法,具体如下图 进入域名页面 解析域名 选择快速添加解析即可 官方说是0到72个小时,会成功。但一个小时左右应该就可以了 wordpress就到这里 阅读全文
posted @ 2023-03-07 16:23
一个AI的修养
阅读(21)
评论(0)
推荐(0)
摘要:
本篇主要是遇到的问题以及处理方法 包含以下三个部分 中文404问题 markdown导入问题 文件上传大小限制问题 1.中文404问题 这个很简单,直接在设置,固定链接 里面选择朴素就可以结局 2.markdown导入问题 这个在插件里面搜索MarkDown既可解决,安装后启用即可以解决。本页面使用 阅读全文
posted @ 2023-03-07 16:23
一个AI的修养
阅读(35)
评论(0)
推荐(0)
摘要:
主要用了下面的命令 安装apache sudo apt install apache2 -y 安装mariadb sudo apt install mariadb-server mariadb-client -y 取人mariadb是否安装成功 sudo systemctl status maria 阅读全文
posted @ 2023-03-07 16:20
一个AI的修养
阅读(63)
评论(0)
推荐(0)