English Alphabet: 7 sounds e? A H J K i: B C D E G P T V e F L M N S X Z a? I Y ?? O u: Q U W ɑ? R Lesson 01 - Greetings and Introducations Formal Gre ...
分类:
其他好文 时间:
2021-06-28 19:42:26
阅读次数:
0
安装教程: https://www.cnblogs.com/laumians-notes/p/9069498.html https://blog.csdn.net/weixin_42869365/article/details/83472466 启动 net start mysql 登录 (1234 ...
分类:
数据库 时间:
2021-05-24 16:08:31
阅读次数:
0
Cpp primer plus notes ch2. get start #include 预处理器编译指令。 using namespace 编译指令。 void关键字显示说明不接受任何参数。 //myfirst.cpp #include <iostream> int main(void) { u ...
分类:
其他好文 时间:
2021-05-24 08:11:29
阅读次数:
0
Computer Networking: a Top-Down Approach (8th ed.) : Select Lectures Notes Navigator 1 Resources and Introduction 2 Chapter 1: Introduction 3 Chapter ...
分类:
Web程序 时间:
2021-05-04 15:21:01
阅读次数:
0
WebRTC M89 目前在 Chrome 测试版渠道发布,包含超过39个漏洞修复,功能增强,稳定性及性能改进。本篇文章为 WebRTC M89 Release Notes 中文版。 ...
分类:
Web程序 时间:
2021-04-23 12:00:36
阅读次数:
0
代码见:https://github.com/onsummer/my-dev-notes/tree/master/webgpu-Notes/05-uniform-color 原创,发布日 2021年4月6日,@秋意正寒。若代码失效请留言,或自行到官网根据最新 API 修改。 简介 这个案例演示 un ...
分类:
Web程序 时间:
2021-04-07 11:14:01
阅读次数:
0
#include <cmath> #include <queue> #include <cstdio> #include <vector> #include <cstring> #include <iostream> #include <algorithm> #define ll long long ...
分类:
其他好文 时间:
2021-03-16 13:45:15
阅读次数:
0
/** * 导出课程excel * * @return */ @AutoLog(value = "课程-导出课程excel") @ApiOperation(value = "课程-导出课程excel", notes = "导出课程excel") @GetMapping(value = "/expor ...
分类:
其他好文 时间:
2021-03-02 11:52:53
阅读次数:
0
参考:CS-Notes 单例模式 最简单的设计模式--单例模式 枚举实现单例模式 Java setAccessible方法作用 为什么要用枚举实现单例模式(避免反射、序列化问题) 单例模式的实现方式及如何有效防止防止反射和反序列化 单例模式应用场景 1、什么是单例模式 单例模式(Singleton ...
分类:
其他好文 时间:
2021-02-09 12:15:03
阅读次数:
0
Path Tracing Lab 2 Note 碎碎念:个把月前写完的东西,拖到今天才补报告 Overview 在 Lab 1 的基础上,把球体换成了三角形描述的面,把灰度换成了 RGB,顺便写了个 CubeCreator(sb玩意) Notes 其实也没啥可写的,颜色问题只是换汤不换药,三角形面的 ...
分类:
其他好文 时间:
2021-01-28 12:23:57
阅读次数:
0