1.项目结构如下 2.user类的代码 package com.ximen.entity; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; @Data//生成get和set方 ...
分类:
数据库 时间:
2021-01-28 11:54:05
阅读次数:
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
set hive.mapred.mode=nonstrict; 这是不严格模式,默认如此 对分区表进行查询,若在where子句中没有加分区的话,将禁止提交任务。 把属性值进行设置.默认值是没有开启的。默认是nonstrict 查看hive是否开启严格模式 set hive.mapred.mode 说 ...
分类:
其他好文 时间:
2021-01-26 12:44:54
阅读次数:
0
client.go:9:2: cannot find module providing package google.golang.org/grpc: working directory is not part of a module 因为开启mod模式了export GO111MODULE=aut ...
分类:
其他好文 时间:
2021-01-26 12:04:45
阅读次数:
0
前言 今天分享一下日常工作中遇到的性能问题和解决方案,比较零碎,后续会持续更新(运行环境为.net core 3.1) 本次分享的案例都是由实际生产而来,经过简化后作为举例 Part 1(作为简单数据载体时class和struct的性能对比) 关于class和struct的区别,根据经验,在实际开发 ...
system-view :进入系统视图模式 [H3C]super password H3C :设置用户分级密码 [H3C]undo super password :删除用户分级密码 [H3C]localuser bigheap 123456 1 :web网管用户设置,1(缺省)为管理级用户,缺省ad ...
分类:
其他好文 时间:
2021-01-25 11:01:45
阅读次数:
0
像我们运维学习者,平常会用到linux,但是又必不可免的会用到windows,所以在一台电脑上安装linux和windows双系统就成了刚需,那么如何来安装windows和linux双系统呢 实验环境 电脑:实验室台式机 优盘:金士顿DT106 安装包:win7.gho rhel7.5 软件:通用p ...
Part 1: 住处 Do you live in a house or a flat? Which is your favourite room in your house / flat? What do you like about the area that you live in? Is t ...
分类:
其他好文 时间:
2021-01-22 12:11:42
阅读次数:
0
很多时候我们需要手动为Linux 服务器配置地址或者是浮动地址,下面介绍ip、ifconfig 两个命令分别如何添加和删除IP地址。 ip命令添加和删除浮动ip ip add add 192.168.10.202/26 dev enp4s0f0 //添加ip或vip ip add del 192.1 ...
分类:
系统相关 时间:
2021-01-19 12:14:53
阅读次数:
0
原文:How to Build a Multiplayer (.io) Web Game, Part 1 GitHub: https://github.com/vzhou842/example-.io-game 深入探索一个 .io 游戏的 Javascript client-side(客户端)。 ...
分类:
Web程序 时间:
2021-01-19 11:49:17
阅读次数:
0