https://www.git-scm.com/docs/git-pull https://www.runoob.com/git/git-pull.html https://www.yiibai.com/git/git_pull.html https://www.runoob.com/git/git ...
                            
                            
                                分类:
其他好文   时间:
2021-04-19 14:13:33   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    模拟cpu使用率 脚本: 可以将1个cpu-core打满 k.c #include <stdlib.h> int main() { while(1); return 0; } gcc -o out k.c ./out 查看top可以看到将1个cpu-core打满,可以根据需要,并发启动多个进程将多个 ...
                            
                            
                                分类:
其他好文   时间:
2021-04-16 12:03:28   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    You have a card deck of n cards, numbered from top to bottom, i. e. the top card has index 1and bottom card — index n. Each card has its color: the 𝑖 ...
                            
                            
                                分类:
其他好文   时间:
2021-04-15 12:03:00   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    一、今天在查看awr报告中,发现Top 5 Timed Foreground Events发现enq: HW - contention的等待事件; 二、enq: HW - contention的官方说明: The HW enqueue is used to serialize the allocat ...
                            
                            
                                分类:
其他好文   时间:
2021-04-14 12:39:09   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    ### range(start,stop ,step) - 按循序生成整数 #生成整数,参数可是负值,STEP可以是负值,参数可以只是一个整数 for item in range(0,10,2): print(item) 结果: 0 2 4 6 8 列2: for item in range(10) ...
                            
                            
                                分类:
其他好文   时间:
2021-04-14 12:16:21   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                今天面试学费了一个小技巧 pstack jstack gdb attach 如果CPU过高,面试怎么初步定位,如何辅助开发定位 1,log备份 2,top 之类的信息备份 3,coredump 信息备份 4,我不知道的 堆栈信息备份!! 1,top查看pid 2,pstack 进程ID显示线程堆栈  ...
                            
                            
                                分类:
系统相关   时间:
2021-04-14 12:06:58   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                详见:https://www.cnblogs.com/liyuanhong/articles/14653178.html 1、监控cpu w top htop uptime glances ps 2、监控内存 free glances top htop 3、监控磁盘 df glances iotop ...
                            
                            
                                分类:
其他好文   时间:
2021-04-14 11:52:58   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    1.定位position的取值: static:默认值,静态的 relative:相对定位 absolute:绝对定位 fixed:固定定位 sticky:粘性定位 既然是定位了,不同定位之间的区别是参考系不同 position:static 特点:默认的定位方式,元素不受top,buttom,le ...
                            
                            
                                分类:
Web程序   时间:
2021-04-13 11:40:23   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                现在的大多数网站都有校验,以及信息提示:为了给用户更好的体验可以不用alert提示消息,采用jQuery提示完消息,自动消失。 CSS <style> #tip_message { z-index: 9999; position: fixed; left: 0; top: 40%; text-ali ...
                            
                            
                                分类:
Web程序   时间:
2021-04-12 12:47:55   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8" %> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ...
                            
                            
                                分类:
Web程序   时间:
2021-04-12 11:51:40   
                                阅读次数:
0