什么是 readme§ A readme (or read me) file contains information about other files in a directory or archive and is very commonly distributed with computer ...
                            
                            
                                分类:
其他好文   时间:
2021-06-13 09:57:10   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    nginx.conf配置 #user nobody; user www www; worker_processes 8; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log in ...
                            
                            
                                分类:
其他好文   时间:
2021-06-13 09:55:40   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    方法一COPY两个*.so文件至上一层,并且为了使得g++编译器能识别两个*.so,要加上"lib"前缀:libthostmduserapi.so libthosttraderapi.so$ export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH$ g++ testMdA ...
                            
                            
                                分类:
系统相关   时间:
2021-06-13 09:50:13   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    跑命令bedtools genomecov -ibam file.bam -bga -split -trackline > file.wig时出现的报错。 解决方案: samtools sort file.bam -T /tmep -o file.sorted.bam #/tmep指的是新建一个tm ...
                            
                            
                                分类:
其他好文   时间:
2021-06-13 09:43:05   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    The pair sum of a pair (a,b) is equal to a + b. The maximum pair sum is the largest pair sum in a list of pairs. For example, if we have pairs (1,5),  ...
                            
                            
                                分类:
其他好文   时间:
2021-06-13 09:41:48   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    1、去官网https://redis.io/下载对应的nginx包,推荐使用稳定版,上传到centos系统 /home/software/ 解压 tar -zxvf redis-5.0.5.tar.gz 或 使用linux wget命令:wget http://download.redis.io/r ...
                            
                            
                                分类:
其他好文   时间:
2021-06-13 09:30:04   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    点开题目,发现只是一个计算框 查看一下源代码 发现了一串代码 .ajax是指通过http请求加载远程数据 输入的算式会被传进calc.php文件中 且提示网页存在waf(就是防火墙) 访问cala.php试试 有一串php代码 1 <?php 2 error_reporting(0); 3 if(! ...
                            
                            
                                分类:
其他好文   时间:
2021-06-13 09:27:14   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    nginx下载地址 http://nginx.org/en/download.html Window启动命令: java -jar D:\jeecg-boot-module-system-2.0.0.jar Linux下后台进程启动命令: nohup java -jar jeecg-boot-mod ...
                            
                            
                                分类:
系统相关   时间:
2021-06-13 09:26:41   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    '''布局容器 .container 2-8-2 布局,取其中8 .container-fluid 全局占满空间栅格系统 .row 将块级标签划分12等份 .col-xs/sm/md/lg-n 设置本标签占据份数 .col-xs/sm/md/lg-offset-n 设置从左向右移动的份数,后面无用份 ...
                            
                            
                                分类:
其他好文   时间:
2021-06-13 09:23:32   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    问题描述 报错信息如下所示: ./configure: error: the HTTP rewrite module requires the PCRE library. You can either disable the module by using --without-http_rewrit ...
                            
                            
                                分类:
Web程序   时间:
2021-06-11 19:17:07   
                                阅读次数:
0