数据库备份恢复基本问题 一、问:Oracle11g数据库数据量有50T,每天增量50g左右,该如何制定备份方案,如何验证备份的有效性? 答: 50T的数据也不大,运营商的地市级市数据基本都在100T以上了,只要备份环境允许的话,也能在12h内备份完成。 以一次全备份来算,在12h内备份完成,那么平均 ...
                            
                            
                                分类:
数据库   时间:
2020-01-11 16:44:40   
                                阅读次数:
98
                             
                    
                        
                            
                            
                                    Verilog 进击之路 - 夯实基础第二节之module framework 在掌握Verilog层次化设计风格后,知道一个basic building block 是module , 需要对每个module进行framework设计。module框架的实现需要element和rules的约束.  ...
                            
                            
                                分类:
其他好文   时间:
2020-01-11 11:43:45   
                                阅读次数:
82
                             
                    
                        
                            
                            
                                    Server +less 没有服务器,不需要去部署 Serverless computing refers to the concept of building and running applications that do not require server management. 无服务器计 ...
                            
                            
                                分类:
其他好文   时间:
2020-01-10 16:02:42   
                                阅读次数:
80
                             
                    
                        
                            
                            
                                    接入github OAuth时序图 github oauth api地址 https://developer.github.com/apps/building-oauth-apps/authorizing-oauth-apps/ 1. 使用client_id scope等获取code。 浏览器输入: ...
                            
                            
                                分类:
移动开发   时间:
2020-01-10 15:34:53   
                                阅读次数:
101
                             
                    
                        
                            
                            
                                    SpringBoot介绍与使用 1.什么是SpringBoot SpringBoot是Spring项目中的一个子工程,与我们所熟知的Spring framework 同属于spring的产品: 我们可以看到下面的一段介绍: Takes an opinionated view of building  ...
                            
                            
                                分类:
编程语言   时间:
2020-01-09 01:38:52   
                                阅读次数:
114
                             
                    
                        
                            
                            
                                    微软的分布式应用框架 Dapr Helloworld Dapr HelloWorld Dapr Distributed Application Runtime. An event-driven, portable runtime for building microservices on cloud ...
                            
                            
                                分类:
其他好文   时间:
2020-01-08 11:01:13   
                                阅读次数:
352
                             
                    
                        
                            
                            
                                学习前预热:———轻松学英语第一步:建立英语思维 为什么大家学英语学得这么累,最后依然对英语糊糊涂涂?原因只有一个——就是我们的学习能力太差了!!我们的老师太笨了!!! 这篇文章主要是给大家讲英语的基本结构, 看了这篇文章,你们会突然就明白,英语怎么会如此简单!! 首先我们来看下面这两张地图(左边是 ...
                            
                            
                                分类:
其他好文   时间:
2020-01-07 10:26:21   
                                阅读次数:
313
                             
                    
                        
                            
                            
                                常用DBA脚本1、查看表空间的名称及大小 select t.tablespace_name, round(sum(bytes/(1024*1024)),0) ts_size from dba_tablespaces t, dba_data_files d where t.tablespace_nam ...
                            
                            
                                分类:
数据库   时间:
2020-01-05 00:25:52   
                                阅读次数:
123
                             
                    
                        
                            
                            
                                Javascript + DOM lessions from Codecademy practice link: http://feraljas.gitee.io/piano-plus/ Basic JS+DOM: 理解如何交互,何为interaction Building interactive  ...
                            
                            
                                分类:
Web程序   时间:
2020-01-04 15:57:10   
                                阅读次数:
98