Docker For Windows | Setting Up Docker On Windows 7 / 11 Blog from Docker If you’re looking for simple and painless software deployment, Docker is the ...
                            
                            
                         
                    
                        
                            
                            
                                    编译的时候经常会遇到 ISO C90 forbids mixed declarations and code 警告 百度了一下,知道是如下原因 : 变量定义之前任何一条非变量定义的语句(注意:语句是会带分号的)都会引起这个警告! 解决方法: 将非变量的定义移到变量定义之后 即可 在内核中还需要将 p ...
                            
                            
                                分类:
其他好文   时间:
2020-06-12 14:16:09   
                                阅读次数:
62
                             
                         
                    
                        
                            
                            
                                    一、top命令 top命令是Linux下常用的性能分析工具,能够实时显示系统中各个进程的资源占用状况,类似于Windows的任务管理器。下面详细介绍它的使用方法。 top - 01:06:48 up 1:22, 1 user, load average: 0.06, 0.60, 0.48 Tasks ...
                            
                            
                                分类:
系统相关   时间:
2020-06-12 12:51:30   
                                阅读次数:
66
                             
                         
                    
                        
                            
                            
                                    mysql的binlog日志的binlog_format模式与配置详解 mysql复制主要有三种方式:基于SQL语句的复制(statement-based replication, SBR),基于行的复制(row-based replication, RBR),混合模式复制(mixed-based  ...
                            
                            
                                分类:
数据库   时间:
2020-06-11 20:04:34   
                                阅读次数:
69
                             
                         
                    
                        
                            
                            
                                问题描述: 1.华为云域名 + 华为云ECS服务器 2.宝塔 + PHP项目 在申请ssl Let's Encrypt 免费证书时,提示如下: DNS problem: SERVFAIL looking up A for www.flyweng.com - the domain's nameserv ...
                            
                            
                                分类:
其他好文   时间:
2020-06-11 10:47:34   
                                阅读次数:
218
                             
                         
                    
                        
                            
                            
                                参考来自狂神说java一个讲解java很细腻的up主 1.为什么使用代理 public class UserServiceImpl implements UserService { public void add() { System.out.println("增加用户"); } public vo ...
                            
                            
                                分类:
编程语言   时间:
2020-06-11 00:56:34   
                                阅读次数:
65
                             
                         
                    
                        
                            
                            
                                create table t1( id int, num1 int, num2 int, unique up (num1) /unique up (num1,num2) )engine=innodb default charset=utf8; ...
                            
                            
                                分类:
其他好文   时间:
2020-06-10 19:32:33   
                                阅读次数:
78
                             
                         
                    
                        
                            
                            
                                P3378 【模板】堆 #include <iostream> #include <cstring> #include <cstdio> using namespace std; const int N = 1e6; int h[N], s; void up(int u) { while(u / 2 ...
                            
                            
                                分类:
其他好文   时间:
2020-06-10 17:17:55   
                                阅读次数:
67
                             
                         
                    
                        
                            
                            
                                    <div class="allPro"> <div class="line-big"> <div class="pro-item"> <div class="media-img"> <a href="/a/product/tiegao/2020/0529/33.html"><img src="/up ...
                            
                            
                                分类:
Web程序   时间:
2020-06-10 10:54:25   
                                阅读次数:
95
                             
                         
                    
                        
                            
                            
                                    1、安装imwheel sudo apt-get install imwheel 2、更改配置 sudo gedit ~/.imwheelrc 在打开的imwheelrc文件中添加下面的内容: ".*" None, Up, Button4, 5 None, Down, Button5, 5 Cont ...
                            
                            
                                分类:
系统相关   时间:
2020-06-09 23:55:55   
                                阅读次数:
293