Oracle启动报错:ORA-03113: end-of-file on communication channel问题背景:客户启动测试环境数据库报错 1 SQL> startup 2 ORACLE instance started. 3 Total System Global Area 1068 ...
分类:
数据库 时间:
2020-06-13 10:58:24
阅读次数:
54
基本框 CSS假定每个元素都会生成一个或者多个矩形框,这称为元素框。各元素框中心还有一个内容区(content area)。这个内容区周围有可选的内边距、边框和外边距。这些项都是可选的,因为它们的宽度可以设置为0。 包含块 每个元素都相对于其包含快摆放;可以这么说,包含快就是一个元素的"布局上下文" ...
分类:
Web程序 时间:
2020-06-11 21:53:32
阅读次数:
79
问题背景: 客户数据库环境遭遇断电宕机,启动数据库失败,协助查看。 报错如下: 1 Total System Global Area 6442450944 bytes 2 Fixed Size 8807168 bytes 3 Variable Size 1375735040 bytes 4 Data ...
分类:
其他好文 时间:
2020-06-11 21:52:31
阅读次数:
59
问题背景: 客户数据库环境遭遇断电宕机,启动数据库失败,协助查看。 报错如下: 1 Total System Global Area 6442450944 bytes 2 Fixed Size 8807168 bytes 3 Variable Size 1375735040 bytes 4 Data ...
分类:
其他好文 时间:
2020-06-11 21:32:12
阅读次数:
51
"""房间放入家具 定义Fur类: 包含两个属性 ,name 和size 初始化name和size 定义__str__方法, 修改print 对象的结果 定义House类: 包含四个属性 ,name 和size,area(剩余空间),fur_list(家具列表) 初始化name和size 定义__s ...
分类:
其他好文 时间:
2020-06-11 16:39:28
阅读次数:
53
GitLab Admin Area 500 Error GitLab Admin Area Settings 菜单全部报错 500 解决方法 执行: gitlab-rake cache:clear # 打开控制台 gitlab-rails console # 重新生成 Git Runner toke ...
分类:
其他好文 时间:
2020-06-11 10:28:07
阅读次数:
54
595. Big Countries https://leetcode.com/problems/big-countries/description/ Description + + + + + + | name | continent | area | population | gdp | + + ...
分类:
数据库 时间:
2020-06-10 19:28:00
阅读次数:
67
/** * 模拟数据 数据格式如下: * * 日期 卡口ID 摄像头编号 车牌号 拍摄时间 车速 道路ID 区域ID * date monitor_id camera_id car action_time speed road_id area_id * * monitor_flow_action * ...
分类:
其他好文 时间:
2020-06-09 20:34:37
阅读次数:
71
html的标签大概如下: <!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <b> <base> <basefont> <bdo> <big> <blockquote> <body> <br> <button> <capt ...
分类:
Web程序 时间:
2020-06-09 18:11:03
阅读次数:
67
public struct PublicationInfor{ public string village; public string fullSite; public string area; public string deadLine; public string publicationTi ...