借鉴自某位大佬不记得了 using System.Collections; using System.Collections.Generic; using UnityEngine; using ZXing; using UnityEngine.UI; /// <summary> /// 二维码扫描识 ...
分类:
编程语言 时间:
2021-02-02 11:05:42
阅读次数:
0
art-template 模板引擎: 中文文档:http://aui.github.io/art-template/zh-cn/docs/ 既支持ejs 的语法,也可以用自己的类似angular 数据绑定的语法 在 koa 中使用 art-template 模板引擎: npm install --s ...
分类:
其他好文 时间:
2021-02-01 11:57:14
阅读次数:
0
一、组合模式在 JDK 集合的源码分析 1、Java 的集合类 HashMap 就使用了组合模式 2、代码分析 + Debug 源码 1 public class Composite { 2 3 public static void main(String[] args) { 4 5 Map<Int ...
分类:
其他好文 时间:
2021-01-27 14:00:00
阅读次数:
0
C++使用类成员函数作为线程启动函数 1、使用非静态成员函数作为线程启动函数 示例: #include<thread> #include<iostream> #include "Server.h" #include<Windows.h> #include<chrono> using namespac ...
分类:
编程语言 时间:
2021-01-26 12:27:29
阅读次数:
0
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/logging/?view=aspnetcore-5.0 "Logging": { "MinimumLevel": { "Default": "Debug", "Override": ...
分类:
其他好文 时间:
2021-01-25 11:03:58
阅读次数:
0
本文主要是介绍Linux启动过程中做的事情,包括系统自检、BIOS开机自检、内核加载过程、环境初始化过程等。 ...
分类:
系统相关 时间:
2021-01-22 11:50:33
阅读次数:
0
Debian包构建 记得提前配置构建环境 1.使用 apt source 下载 sl 的源码 2.尝试 sl 的编译成包 3.尝试 dpkg-deb 解压和修改二进制包 4.尝试 dpkg-repack 从系统中取出已经安装的 debian package ##1.拉取源码 apt sourece ...
分类:
其他好文 时间:
2021-01-20 11:50:12
阅读次数:
0
下载某个版本的glibc,我是在这里下载的:https://mirrors.tuna.tsinghua.edu.cn/ubuntu/pool/main/g/glibc/ 我把它解压到lib00文件夹里:dpkg -x libc6_2.31-0ubuntu9.1_amd64.deb lib00 利用p ...
分类:
系统相关 时间:
2021-01-19 11:43:12
阅读次数:
0
安装及初始化 清华源镜像 # 安装 [root@ubuntu1804:~]# dpkg -i gitlab-ce_13.7.1-ce.0_amd64.deb # 修改配置文件 [root@ubuntu1804:~]# vim /etc/gitlab/gitlab.rb external_url 'h ...
分类:
其他好文 时间:
2021-01-14 10:38:08
阅读次数:
0
安装google需要设置代理 /etc/apt/sources.list中增加:deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main google-chrome-stable dingtalk,apt install ...
分类:
系统相关 时间:
2021-01-11 11:04:51
阅读次数:
0