摘要: 转自:https://blog.csdn.net/weixin_39640298/article/details/84900326 原作者:YoungYangD 概述 C/C++语言之所以强大,以及其自由性,很大部分体现在其灵活的指针运用上。因此,说指针是C/C++语言的灵魂一点都不为过。 有好的一 阅读全文
posted @ 2021-01-05 16:17 y0um 阅读(148) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <string> #include "mult.h"//引用函数 using namespace std; /* 1.定义函数 return_type function_name( parameter list ) { body of the 阅读全文
posted @ 2021-01-05 11:33 y0um 阅读(69) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> using namespace std; int main() { //1.定义数组 /*int args[5] = { 1,2,3}; //数组不够5个元素,将被0填充 for ( int i =0 ; i< 5 ; i++) { cout << args[ 阅读全文
posted @ 2021-01-05 10:01 y0um 阅读(70) 评论(0) 推荐(0) 编辑
摘要: 深夜. 睁一只眼闭一只眼.用睁着的眼睛凝视着没有一点光亮的黑暗. 当感受到黑暗的存在时.闭上双眼. 感受到一个拥有边界的黑洞. 但边界时刻在变化着 . 之后. 身体也越来越远离边界.坠入深渊感. 阅读全文
posted @ 2021-01-02 00:18 y0um 阅读(98) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> using namespace std; int main() { /*//while int num = rand() % 100 +1; cout << "Type num" << endl; int count = 1; cout << num << e 阅读全文
posted @ 2021-01-01 21:36 y0um 阅读(83) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> using namespace std; const int score = 60; int main() { //if--else if --else int a; cout << "Type num" << endl; cin >> a; if (a>sc 阅读全文
posted @ 2021-01-01 21:25 y0um 阅读(143) 评论(0) 推荐(0) 编辑
摘要: <h1 style="color:red;"> Start</h1> //1.注释//2.变量//3.可变变量 <?php //1.注释 /*PHP 脚本以 <?php 开始,以?>结束*/ //php单行注释;/* 多行注释*/ //2.变量 //变量以 $ 符号开始,后面跟着变量的名称,php为 阅读全文
posted @ 2020-12-30 14:35 y0um 阅读(69) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <string> using namespace std; //单行 注释 /*多行注释*/ //常量定义 #define Month 12; #define Day 31; /*main为c++的入口函数*/ int main() { // 阅读全文
posted @ 2020-12-29 22:20 y0um 阅读(139) 评论(0) 推荐(0) 编辑
摘要: **第一章:** ```PETS渗透测试流程``` --前期交互--情报搜集--威胁建模--漏洞分析--渗透攻击--后渗透攻击--测试报告撰写 ```渗透测试类型``` 白盒测试:即和客户一起工作,测试者在拥有客户组织所有知识的情况下进行的渗透测试,问题在于无法有效地测试客户组织的应急响应程序,无法 阅读全文
posted @ 2020-12-25 15:25 y0um 阅读(114) 评论(0) 推荐(0) 编辑
摘要: import pywififrom pywifi import constimport sysimport timefrom asyncio.tasks import sleepclass PoJie(): def __init__(self, path): # self.file = open(p 阅读全文
posted @ 2020-10-08 20:17 y0um 阅读(923) 评论(0) 推荐(0) 编辑

新人优惠服务器