wmic datafile /?动词有ASSOC,CALL,CREATE,DELETE,GET,LIST 这几个 命令:wmic datafile where "filename='dsc04059' and extension='jpg' and drive='f:'" list /format: ...
分类:
其他好文 时间:
2020-11-07 15:59:22
阅读次数:
24
Java虚拟机的内存可以分为三个区域:栈stack、堆heap、方法区method area public class SxtStu { //属性fields int id; String sname; int age; Computer comp; //计算机 //方法 void study(){ ...
分类:
其他好文 时间:
2020-10-26 11:49:52
阅读次数:
21
1.Socket和TCP/IP的关系 "All problems in computer science can be solved by another level of indirection." 为满足应用层需求,系统对TCP/IP层进行细节屏蔽和抽象,Socket层就相当于TCP/IP和应用 ...
分类:
系统相关 时间:
2020-10-21 21:04:10
阅读次数:
40
1 #include<stdio.h> 2 #include<time.h> 3 #include<stdlib.h> 4 5 int main() 6 { 7 time_t t; 8 int man,computer,sum; 9 t= time(NULL); 10 11 srand(t); 12 ...
分类:
编程语言 时间:
2020-10-06 21:12:15
阅读次数:
27
1419A - Digit Game a题只需要简单判断奇偶数的情况就可以解决。题目第一次读起来稍微有些复杂,理解后直接模拟过程即可 代码如下 #include <bits/stdc++.h>using namespace std; int main() { int t; cin>>t;while ...
分类:
其他好文 时间:
2020-09-23 23:33:32
阅读次数:
36
private createGameScene1(): void { var bg = new egret.Shape(); bg.graphics.beginFill(0x0000FF); bg.graphics.drawRect(0, 0, 480, 800); bg.graphics.endF ...
分类:
其他好文 时间:
2020-09-18 02:59:42
阅读次数:
35
开始安装 添加PPA,过程中回车确认询问的信息 sudo add-apt-repository ppa:graphics-drivers/ppa 依次执行以下命令更新下载源 sudo apt update 检查可用驱动 ubuntu-drivers devices 根据下列结果,可见 nvidia- ...
分类:
系统相关 时间:
2020-09-17 22:23:44
阅读次数:
64
原文:Deep Learning for Computer Vision 协议:CC BY-NC-SA 4.0 自豪地采用谷歌翻译 不要担心自己的形象,只关心如何实现目标。——《原则》,生活原则 2.3.c 在线阅读 ApacheCN 面试求职交流群 724187166 ApacheCN 学习资源 ...
分类:
Web程序 时间:
2020-09-17 13:04:48
阅读次数:
30
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, HTTPApp; type TForm1 = class( ...
VNC (Virtual Network Computer)是虚拟网络计算机的缩写。VNC 是一款优秀的远程控制工具软件,由著名的AT&T 的欧洲研究实验室开发的。VNC 是在基于 UNIX 和 Linux 操作系统的免费的开源软件,远程控制能力强大,高效实用。 在 Linux 中,VNC 包括以下 ...
分类:
其他好文 时间:
2020-08-03 18:40:21
阅读次数:
80