前言 首先在Java这门课上我要学习什么? 先是聊一聊装机子,就是一个电脑想要运行至少需要哪些装备?CPU、内存、主板即可。其余的就是外接设备,input、output。 这些都是冯诺依曼硬件体系结构。 看完了硬件紧接着我们来看软件。 紧接着最后是我们用的语言。 Java帝国的诞生 1972 C语言 ...
                            
                            
                                分类:
编程语言   时间:
2021-05-03 12:32:22   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    Low 命令注入Low级别的,我们先看一下源码 <?php if( isset( $_POST[ 'Submit' ] ) ) { // Get input $target = $_REQUEST[ 'ip' ]; // Determine OS and execute the ping comma ...
                            
                            
                                分类:
其他好文   时间:
2021-05-03 12:31:22   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    一、简介 libcurl 是一个跨平台的网络协议库,支持 http, https, ftp, gopher, telnet, dict, file, 和 ldap 协议。libcurl 同样支持 HTTPS 证书授权,HTTP POST, HTTP PUT, FTP 上传, HTTP 基本表单上传, ...
                            
                            
                                分类:
编程语言   时间:
2021-05-03 12:28:55   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    import java.io.File; import java.io.IOException; public class FileDemo2 { public static void main(String[] args) throws IOException { //1.创建文件 File fi ...
                            
                            
                                分类:
编程语言   时间:
2021-05-03 12:20:19   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    求4行3列矩阵和3行4列矩阵的乘积。各构成元素的值从键盘输入。 1、 #include <stdio.h> int main(void) { int i, j, k, a[4][3], b[3][4], c[4][4] = {0}; puts("input the elements of 4 row ...
                            
                            
                                分类:
编程语言   时间:
2021-05-03 12:19:28   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    File类与IO流
File类的静态成员变量
绝对路径和相对路径
File类的构造方法
File类获取功能的方法
File类判断功能的方法
File类创建和删除功能的方法
File类的目录的遍历功能 ...
                            
                            
                                分类:
编程语言   时间:
2021-05-03 12:05:02   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo-backupwget -O /etc/yum.repos.d/CentOS-Base.repo http://file.kangle.odata.cc/rep ...
                            
                            
                                分类:
其他好文   时间:
2021-05-03 11:53:06   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                DENIED Redis is running in protected mode because protected mode is enabled, no bind address was specified, no authentication password is requested to ...
                            
                            
                                分类:
其他好文   时间:
2021-04-30 12:41:09   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                ./premetheus -h 命令行常用参数: ?--config.file="prometheus.yml" # 指定配置文件 ?--web.listen-address="0.0.0.0:9090" # 监听地址和端口 ?--log.level=info # 日志级别 ?--alertmana ...
                            
                            
                                分类:
其他好文   时间:
2021-04-30 12:19:22   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    MyBatisPlus 目的:对mybatis进行增强,不进行改变 简单Demo编写 创建数据库并插入资料 创建springboot工程 引入相关依赖和npm 安装lombox等插件 设置application.properties 编写代码 新建entity实体 新建mapper,继承BaseMa ...
                            
                            
                                分类:
编程语言   时间:
2021-04-30 12:18:44   
                                阅读次数:
0