###C的编译环境 1.在虚拟机中使用g,可使用如下命令: 先测试有没有安装g++ g++ -v 安装 sudo apt-get update sudo apt-get install g++ g++ -v //用来检查是否安装成功 g是c的一种编译器,需要安装,g++的用法和gcc一致,需要更换下 ...
分类:
编程语言 时间:
2021-03-12 13:45:42
阅读次数:
0
1. Grid: by default showing content in Y axis (column), Flex: by default showing content in X axis. Exp: If you want to style a header.. you can use f ...
分类:
Web程序 时间:
2021-03-09 13:32:34
阅读次数:
0
ModuleNotFoundError: No module named 'apt_pkg' Ubuntu18 从python3.6手动升级到python3.9后,apt update无法执行,显示没有apt_pkg模块。 查阅到四种解决方法,我是用的第三种。 第一种: # 创建一个软链接 cd / ...
分类:
其他好文 时间:
2021-03-08 14:14:27
阅读次数:
0
Step 1 — Installing Apache and Updating the Firewall Adjust the Firewall to Allow Web Traffic sudo apt update sudo apt upgrade sudo apt install apache ...
分类:
系统相关 时间:
2021-03-06 14:52:16
阅读次数:
0
安装情况详见上一篇:https://www.cnblogs.com/ZwyBky/p/14483630.html 三 升级Oracle11.2.0.1到11.2.0.4参考教程:https://blog.csdn.net/lanxuxml/article/details/781793593.1 关闭 ...
分类:
数据库 时间:
2021-03-06 14:50:07
阅读次数:
0
漏洞关键字 SQL注入: select insert update mysql_query mysqli等 文件上传: $_FILES,type="file",上传,move_upload_file()等 XSS跨站: print print_r echo sprintf die var_dump ...
分类:
其他好文 时间:
2021-03-06 14:12:18
阅读次数:
0
GitLab官方搭建教程地址: https://about.gitlab.com/install/#ubuntu 1. 依赖包安装 sudo apt-get update sudo apt-get install -y curl openssh-server ca-certificates ...
分类:
其他好文 时间:
2021-03-05 13:25:21
阅读次数:
0
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-- ...
分类:
其他好文 时间:
2021-03-05 13:22:06
阅读次数:
0
class Foo { public static $flag_status = array( 'foo', 'bar' ); Const OT_UPGRADE_1 = 1; Const OT_UPGRADE_2 = 2; } // 静态属性 $name_attr = 'flag_status'; ...
分类:
其他好文 时间:
2021-03-05 13:15:20
阅读次数:
0
spingboot手动热部署和自动热部署(建议使用手动热部署) 手动热部署: 1、首先需要导入spring-boot-devtools依赖 2、在build里添加fork 3、选择上update classes and resources 4、启动springboot项目 5、项目启动后点击此处手动 ...
分类:
编程语言 时间:
2021-03-05 13:13:35
阅读次数:
0