未知 /gamerule commandBlockOutput false /gamerule sendcommandfeedback false 1.ess重载 /ess reload 2.权限组重载 /manload 3.登陆插件重载 /authme reload 4.领地插件 /res rel ...
分类:
其他好文 时间:
2021-03-02 11:52:09
阅读次数:
0
1 QImage image(m_Pixmap.width(), m_Pixmap.height(), QImage::Format_RGB888); 2 QPainter painter(&image); 3 m_pGraphicsScene->render(&painter); //关键函数 4 ...
分类:
Web程序 时间:
2021-02-20 12:42:00
阅读次数:
0
unit Unit1; {$mode objfpc}{$H+} interface uses Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, Unit2; type TMyProc = procedure of obj ...
分类:
其他好文 时间:
2021-01-27 13:59:43
阅读次数:
0
一、概述 1.什么是接口? 连接两个设备,并且进行物质传递。 包括:①API(Application Program Interface):属于一种操作系统或程序接口。 ②GUI(Graphic User Interface):属于一种图形操作系统。 2.接口的类型 两种web协议接口:HTTP协议 ...
分类:
其他好文 时间:
2021-01-14 10:58:43
阅读次数:
0
一.Linux基础 1.用户 root用户 一个特殊的管理帐户 也被称为超级用户 root已接近完整的系统控制 对系统损害几乎有无限的能力 除非必要,不要登录为 root 普通( 非特权 )用户 权限有限 造成损害的能力比较有限 2.终端(terminal) 在Linux中有很多终端类型 控制台终端 ...
分类:
系统相关 时间:
2021-01-12 10:45:23
阅读次数:
0
1、 查询Student表中的所有记录的Sname、Ssex和Class列。select sname,ssex,class from studentLinq: from s in Students select new { s.SNAME, s.SSEX, s.CLASS }Lambda: Stud ...
分类:
数据库 时间:
2021-01-11 11:29:57
阅读次数:
0
LaTex图片之间的间隔设置说白了就是对水平方向上间隔的设置,用到的命令:\hspace{bcm}"b"可正可负,正数扩大间距,负数缩小间距。问题解决。 Latex调整图片与上下文距离 \vspace{-0.8cm} %调整图片与上文的垂直距离 \setlength{\abovecaptionski ...
分类:
其他好文 时间:
2021-01-11 11:26:26
阅读次数:
0
Introduction R 是一门用于 Data Analysis 和 Graphic 的语言。R语言同时也是一门语法极不严格的语言。 Global Method assign ← mean, sum, sqrt length sort seq(Python中的Range) sep(分割) rep ...
分类:
其他好文 时间:
2021-01-08 11:24:28
阅读次数:
0
查看服务运行状态 [root@room4pc09 桌面]# systemctl status crond #查看服务运行状态 ● crond.service - Command Scheduler Loaded: loaded (/usr/lib/systemd/system/crond.servi ...
分类:
其他好文 时间:
2021-01-07 12:21:11
阅读次数:
0
独立精神 https://indienova.com/ Unity Asset Store https://assetstore.unity.com/ CraftPix https://craftpix.net/ Game Art Partners https://gameartpartners.c ...
分类:
其他好文 时间:
2020-12-03 12:20:54
阅读次数:
4