创建一个用户: create user 'oukele'@'%' identified by 'oukele'; 提示下面所列出的信息的话,得刷新一下权限表 The MySQL server is running with the --skip-grant-tables option so it c ...
                            
                            
                                分类:
数据库   时间:
2019-11-10 00:00:50   
                                阅读次数:
149
                             
                    
                        
                            
                            
                                    E - Long Jumps CodeForces - 479D Valery is a PE teacher at a school in Berland. Soon the students are going to take a test in long jumps, and Valery h ...
                            
                            
                                分类:
其他好文   时间:
2019-11-09 23:34:10   
                                阅读次数:
98
                             
                    
                        
                            
                            
                                Given the relations of all the activities of a project, you are supposed to find the earliest completion time of the project. Input Specification: Eac ...
                            
                            
                                分类:
其他好文   时间:
2019-11-09 22:06:02   
                                阅读次数:
88
                             
                    
                        
                            
                            
                                    一、截图(Take Screenshot)的介绍 截取指定的UI元素屏幕截图的一种活动,输出量仅支持图像变量(image) 二、Take Screenshot在UiPath中的使用 1. 打开设计器,在设计库中新建一个Sequence,为序列命名及设置Sequence存放的路径,然后在Activit ...
                            
                            
                                分类:
其他好文   时间:
2019-11-09 17:35:46   
                                阅读次数:
466
                             
                    
                        
                            
                            
                                skip_name_resolve对登录的影响版本:mysql5.7.18情况介绍:通过--initialize-insecure初始化MySQL数据库,root密码为空,skip_name_resolve默认为OFF。当设置skip_name_resolve为ON的时候,通过密码方式登录MySQ ...
                            
                            
                                分类:
其他好文   时间:
2019-11-07 23:28:19   
                                阅读次数:
90
                             
                    
                        
                            
                            
                                    实际工作中,测试用例的执行可能会依赖于一些外部条件,例如:只能运行在某个特定的操作系统(Windows),或者我们本身期望它们测试失败,例如:被某个已知的Bug所阻塞;如果我们能为这些用例提前打上标记,那么pytest就相应地预处理它们,并提供一个更加准确的测试报告; ...
                            
                            
                                分类:
其他好文   时间:
2019-11-06 17:02:40   
                                阅读次数:
115
                             
                    
                        
                            
                            
                                    You are playing the following Nim Game with your friend: There is a heap of stones on the table, each time one of you take turns to remove 1 to 3 ston ...
                            
                            
                                分类:
其他好文   时间:
2019-11-06 11:40:01   
                                阅读次数:
98
                             
                    
                        
                            
                            
                                    东京IT青年前线 http://www.rpatokyo.com/ Uipath如何处理截图 Uipath如何把画面局部截图贴到Excel里 使用Take Screenshot Activity 点击Indicate on screen抓取你想要的图片 在Take Screenshot Activi ...
                            
                            
                                分类:
其他好文   时间:
2019-11-03 01:05:32   
                                阅读次数:
467
                             
                    
                        
                            
                            
                                安装后打开mysqld配置项加入skip-grant-tables可以无密码登录,登录进去后修改密码修改成功删除skip-grant-tables mysql> select user, plugin from mysql.user;+ + +| user | plugin |+ + +| root ...
                            
                            
                                分类:
其他好文   时间:
2019-11-02 20:25:31   
                                阅读次数:
114
                             
                    
                        
                            
                            
                                import pytest# 使用mark标记 带参数的fixture 中的某些参数枚举值@pytest.fixture(params=[0, 1, pytest.param(2, marks=pytest.mark.skip)])def data_set(request): return requ ...
                            
                            
                                分类:
其他好文   时间:
2019-11-01 13:03:48   
                                阅读次数:
81