整体架构的构架图如下图(其中服务器用centos8系统搭建,测试客户端用centos7系统实现) 1.8台主机介绍 DNS客户端:10.0.0.7/24 本地DNS服务器(只缓存):10.0.0.8/24 转发目标DNS服务器:10.0.0.18/24 根DNS服务器:10.0.0.28/24 or ...
分类:
Web程序 时间:
2020-05-31 18:02:25
阅读次数:
88
1、点击空白页面,然后选择测试窗口。 2、点击完之后就会弹出一个测试窗口的页面 3、然后就可以输入sql进行调试 -- Created on 2020/5/30 by 123 declare -- Local variables here i integer; O_MSG VARCHAR2(50); ...
分类:
数据库 时间:
2020-05-30 15:53:10
阅读次数:
158
【爱迪的懂】本期来学一学一个底部导航栏的基本实现~ 效果图:点击三个按钮任意一个,切换页面上文字。 步骤: 1.准备 开始前需要准备导航栏底部的图片,以及点击后变换的图片,这里共6张。放在 drawable 下 2.新建一个Activity ,修改他对应的布局文件 FrameLayout: 相当于一 ...
分类:
移动开发 时间:
2020-05-30 10:26:02
阅读次数:
85
场景 在使用passport ~4.0.0包中的/oauth/token路由获取access_token时出现该错误. 原因 追了一下代码后发现,vendor/laravel/passport/src/TokenRepository.php是包里面Token模型使用create的时候created_ ...
分类:
数据库 时间:
2020-05-29 23:26:27
阅读次数:
112
题目描述 Created by Edwin Xu on 5/15/2020 11:35 PM 给定一个整数数组和一个整数 k,你需要找到该数组中和为 k 的 连续的子数组的个数。 示例 1 : 输入:nums = [1,1,1], k = 2 输出: 2 , [1,1] 与 [1,1] 为两种不同的 ...
分类:
编程语言 时间:
2020-05-29 22:55:36
阅读次数:
65
#!/usr/bin/env python # -*- coding: utf-8 -*- # # # Date : xxxx-xx-xx # # Author : Created by zhouwanchun. # # Wechat : loveoracle11g # # Function: Th ...
分类:
数据库 时间:
2020-05-29 19:47:31
阅读次数:
103
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
前言 简单记录insert命令的使用 用法 insert into INSERT INTO student(NAME, salary, created_at) VALUES('xing', 900, CURDATE()); insert into values 需要添加所有列的值 INSERT IN ...
分类:
数据库 时间:
2020-05-27 18:45:32
阅读次数:
66
```swift // // ViewController10.swift // swiftT // // Created by wjwdive on 2020/5/25. // Copyright © 2020 wjwdive. All rights reserved. // import UIK... ...
分类:
编程语言 时间:
2020-05-25 17:49:38
阅读次数:
86
```swift // // ViewController9.swift // swiftT // // Created by wjwdive on 2020/5/25. // Copyright © 2020 wjwdive. All rights reserved. // import UIKi... ...
分类:
编程语言 时间:
2020-05-25 17:46:51
阅读次数:
65