MongoDB数据库默认的管理工具是(CLI)Shell命令行,对于专业的DBA来说比较容易上手,但是对于普通人员GUI可视化工具更方便使用。MongoDB官方提供了社区版的Compass,可以独立安装使用,也提供了云服务器版本MongoDB Atlas。商业版本的MongoDB必须购买其订阅。Mo ...
分类:
数据库 时间:
2020-05-31 12:38:18
阅读次数:
263
Spring Cloud 示例项目地址:https://github.com/Yanshaoshuai/microservicecloud Eureka 集群搭建 microservicecloud-eureka-7001 application.yml server: port: 7001 eur ...
分类:
编程语言 时间:
2020-05-31 01:02:11
阅读次数:
105
GUI编程介绍 Frame介绍 1 package Gui; 2 3 import java.awt.*; 4 5 /** 6 * author liulei 7 * data 5.29 8 * since 1.8 9 * version 1.0 10 * Description 实现一个简易的fr ...
分类:
其他好文 时间:
2020-05-30 20:11:57
阅读次数:
56
gzserver: /build/ogre-1.9-mqY1wq/ogre-1.9-1.9.0+dfsg1/OgreMain/src/OgreRenderSystem.cpp:546: virtual void Ogre::RenderSystem::setDepthBufferFor(Ogre::RenderTarget*): Assertion `bAttached && "A new DepthBuffer for a RenderTarget was created, but after creation" "it says it‘s incompatible with that RT"‘ failed.
分类:
其他好文 时间:
2020-05-29 19:45:03
阅读次数:
180
leecode 394. 字符串解码 java版本 2020-05-29 17:07:06 编码规则为: k[encoded_string],表示其中方括号内部的 encoded_string 正好重复 k 次。注意 k 保证为正整数。 你可以认为输入字符串总是有效的;输入字符串中没有额外的空格,且 ...
分类:
编程语言 时间:
2020-05-29 17:31:18
阅读次数:
62
* 操作系统: Ubuntu 18.04
* 运行镜像: continuumio/anaconda3, based on debian ...
分类:
系统相关 时间:
2020-05-29 09:41:46
阅读次数:
77
Linux下常用的关机/重启命令一般包括: shutdown、reboot、halt、poweroff等,当然了我们可以使用init 运行等级runlevel 0即halt来关机,或使用init 运行等级runlevel 6即reboot来执行重启。 当然了这些关机或重启的方式也有一些细微差别。 首 ...
分类:
系统相关 时间:
2020-05-28 12:59:22
阅读次数:
80
前言 非 GUI 模式下命令行运行 cypress,需知道有哪些参数可以使用。 查看命令行参数 输入 -h 查看命令行参数 cypress run -h Runs Cypress tests from the CLI without the GUI Options: -b, --browser <b ...
分类:
Web程序 时间:
2020-05-28 00:56:06
阅读次数:
168
oracle数据库获取uuid:select rawtohex(sys_guid()) from dual; mapper.xml实例 <insert id="insert" parameterType="net.topcheer.module.entity.TsOperateLog"> <sele ...
分类:
数据库 时间:
2020-05-27 20:42:54
阅读次数:
120
window terminal下添加alias 首先需要将window terminal的启动已powerShell打开的窗口,一半都是默认行为 github地址 https://github.com/DaiHangLin/my-power-shell-module 此項目是爲了在powerShel ...