How to deploy EBS CSI on AWS EKS in China region? ISSUE Cannot access k8s.gcr.io repository in China region. Prerequisites Fetch the Account ID and sa ...
                            
                            
                                分类:
其他好文   时间:
2021-03-08 13:03:04   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    Step 1 — Installing Apache and Updating the Firewall Adjust the Firewall to Allow Web Traffic sudo apt update sudo apt upgrade sudo apt install apache ...
                            
                            
                                分类:
系统相关   时间:
2021-03-06 14:52:16   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    Security and Cryptography in Python - Hash Functions(3) How password are Verified https://docs.python.org/3/library/hashlib.html https://en.wikipedia. ...
                            
                            
                                分类:
编程语言   时间:
2021-03-03 12:13:31   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    //计划长铸坯块数信息添加 bcls_ret->Tables[0].Columns.Add(DT_DECIMAL,"PLAN_LSLAB_NUM"); //Log::Trace("", __FUNCTION__, "count=[{0}]", bcls_ret->Tables[0].Rows.get ...
                            
                            
                                分类:
数据库   时间:
2021-03-03 12:11:25   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    查看数据库 show databases; use 数据库名; show tables; //显示数据库的表名describe 表名; //显示某表的字段, 建表模板 ...
                            
                            
                                分类:
数据库   时间:
2021-03-03 12:05:33   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                #run mysql 8.0.23 with docker docker run --detach \ --restart always \ --publish 3306:3306 \ --name mysql \ --env MYSQL_ROOT_PASSWORD=Gah6kuP7ohfio4 \ ...
                            
                            
                                分类:
数据库   时间:
2021-03-02 12:27:39   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    Eva would like to make a string of beads with her favorite colors so she went to a small shop to buy some beads. There were many colorful strings of b ...
                            
                            
                                分类:
其他好文   时间:
2021-02-27 13:26:28   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    what is it? 我把快读快写装进了一个模板中。 本模板使用fread。 之所以是lite版,是因为它只集成了整型的输入输出与字符的输出优化。 虽经过博主大量测试,但仍可能存在bug,可以私信向博主反馈以及时修改。 后期会出一个所有类型输入输出优化的模板。 How to use it? 读入一 ...
                            
                            
                                分类:
其他好文   时间:
2021-02-25 12:07:57   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    1,if(ds == null) 这是判断内存中的数据集是否为空,说明DATASET为空,行和列都不存在!! 2,if(ds.Tables.Count == 0) 这应该是在内存中存在一个DATASET,但是,数据集中不存在表!! 3,if(ds.Tables.Count == 1 && ds.Ta ...
                            
                            
                                分类:
Web程序   时间:
2021-02-24 12:59:51   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    查看sql_model参数命令:SELECT @@SESSION.sql_mode; 解决方法:命令行输入set sql_mode =’STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENG ...
                            
                            
                                分类:
数据库   时间:
2021-02-24 12:58:47   
                                阅读次数:
0