安装操作系统 1.运行已创建完成的虚拟机 2.选择(ctrl+alt释放鼠标) 3.选择时间地区,语言,磁盘配置等。software selection 选择装系统时装的软件包。(什么都不选最小化安装) 要选择添加的工具,保证后期命令能够正常运用,(外置命令) 4.磁盘分区 选择自己配置 5.内核存 ...
分类:
其他好文 时间:
2020-01-02 15:44:35
阅读次数:
77
log4j:WARN No appenders could be found for logger (freemarker.cache). log4j:WARN Please initialize the log4j system properly.log4j:WARN See http://log ...
分类:
其他好文 时间:
2020-01-01 13:38:44
阅读次数:
271
初始化msyql时出现报错 C:\mysql-5.7.19-winx64> C:\mysql-5.7.19-winx64\bin\mysqld --initialize-insecure2019-12-25T01:59:21.234788Z 0 [Warning] TIMESTAMP with im ...
分类:
数据库 时间:
2019-12-25 13:16:40
阅读次数:
94
sys@MYTESTDB> show parameterNAME TYPE VALUE shared_servers integer 1max_shared_servers integerprocesses integer 150shared_server_sessions integerdispa ...
分类:
数据库 时间:
2019-12-25 01:59:39
阅读次数:
118
shutting down a database 共有四种模式的关机: 1.normal 2.immediate 3.abort 4.tranacatsion 一.shutting down with the normal mode When you shut down a database wit ...
分类:
数据库 时间:
2019-12-23 15:17:41
阅读次数:
116
void 隐藏同色() { UF_initialize(); //单选对象对话框 char 提示语[] = "选择对象,隐藏对象同色的所有对象", 对话框title[] = "单选对象隐藏同色", msg[256]; int 选择范围 = UF_UI_SEL_SCOPE_WORK_PART, 响应, ...
分类:
其他好文 时间:
2019-12-22 10:55:33
阅读次数:
74
import pygame import sys from pygame.locals import * # wait for keys to putdown def waitForKeys(keysAllowed): key = False # initialize the key pygame. ...
分类:
其他好文 时间:
2019-12-22 10:27:00
阅读次数:
62
1 /* TODO: Add your application code here */ 2 /* 3 此程序主要演示的是name_switch (设置名称显示) 4 */ 5 UF_initialize(); 6 7 //MODL_create_block1 8 UF_FEATURE_SIGN s ...
分类:
其他好文 时间:
2019-12-21 13:44:09
阅读次数:
77
方法一:对所有的请求打断点 1、rules->automatic Breakpoints->Befor Requests 2、点击选择需要修改的请求 3、选择右侧请求区域的 Inspectors-Webform(看接口请求的定义格式,如果是www-form) 4、修改对应的参数 5、点击右侧响应区域 ...
分类:
其他好文 时间:
2019-12-20 14:05:23
阅读次数:
135
``` class MyStack { public: /** Initialize your data structure here. */ MyStack() { } /** Push element x onto stack. */ void push(int x) { dataqueue.p... ...
分类:
其他好文 时间:
2019-12-18 13:00:59
阅读次数:
81