xdebug 2.8 (貌似3.0以下都可以) [xdebug]xdebug.remote_enable=1xdebug.remote_host=host.docker.internalxdebug.remote_port=9000xdebug.remote_handler=dbgpxdebug.r ...
                            
                            
                                分类:
其他好文   时间:
2021-05-25 18:12:24   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    通过Cockpit管理虚拟机 除非您进行的是最小安装,否则默认情况下,Web控制台默认安装在CentOS 8安装上。 Web控制台默认情况下未启动,因此第一步是使用以下命令启用它: # systemctl enable --now cockpit.socket 如果未安装cockpit,则可以使用以 ...
                            
                            
                                分类:
其他好文   时间:
2021-05-25 18:06:22   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    Mockito 使用 doThrow 让方法抛出异常 如果一个对象的方法的返回值是 void,那么不能用 when .. thenThrow 让该方法抛出异常 如果没有返回值, 下面这种写法是错误的: import org.junit.Test; import org.mockito.Mock; i ...
                            
                            
                                分类:
其他好文   时间:
2021-05-25 17:50:29   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                使用ubuntu环境 安装miniconda3 查看 https://mirrors.bfsu.edu.cn/help 安装配置镜像等 安装需要的包 pip install jupyter d2l torch torchvision 下载代码并执行 wget https://zh-v2.d2l.ai ...
                            
                            
                                分类:
其他好文   时间:
2021-05-24 17:21:55   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    #引言 原子操作是指不会被线程调度机制打断的操作;这种操作一旦开始,就一直运行到结束,中间不会有任何 context switch (切换到另一个线程)。通常所说的原子操作包括对非long和double型的primitive进行赋值,以及返回这两者之外的primitive。之所以要把它们排除在外是因 ...
                            
                            
                                分类:
编程语言   时间:
2021-05-24 16:35:44   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                打开charles,点击proxy-选中Throttle Settings 勾选Enable Throttling 点击ok。弱网环境设置成功 如果是针对单独的地址进行弱网测试,可选中location.添加需要测试的url ...
                            
                            
                                分类:
其他好文   时间:
2021-05-24 16:24:38   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                解决方法 VCS-Enable Version Control Integration ...
                            
                            
                                分类:
其他好文   时间:
2021-05-24 14:48:18   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                DELIMITER $ CREATE TRIGGER `dw_realtime_i_a` AFTER INSERT ON `dw_realtime` FOR EACH ROW begin replace into dw_realtime(id,etl_dt) select id ,DATE_FORM ...
                            
                            
                                分类:
数据库   时间:
2021-05-24 14:33:58   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    follow this video: https://www.youtube.com/watch?v=IZtv9s_Wx9I paper: https://arxiv.org/pdf/1511.06434.pdf 与Simple GAN相比,loss部分是一样的,主要的不同在于结构,从全连接改成卷积 ...
                            
                            
                                分类:
其他好文   时间:
2021-05-24 14:04:47   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    Linux服务加入systemctl|service管理 一.加入systemctl 1.添加 vim /usr/lib/systemd/system/user_timejob.service # copy to /usr/lib/systemd/system # systemctl enable  ...
                            
                            
                                分类:
系统相关   时间:
2021-05-24 13:48:55   
                                阅读次数:
0