玉兰 的文章
-
OWASP juice shop靶场闯关题解
1、找到隐藏的记分板 /#/score-board 会直接跳转到计分板 2、登陆管理员账户 这里可以尝试用sql注入的方式进入管理员界面 1、无账号,无密码进入 ’ or 0=0 – 2…… -
k8s创建pod流程
用户通过kubectl命名发起请求。apiserver通过对应的kubeconfig进行认证,认证通过后将yaml中的po信息存到etcd。Controller-Manager通过apiserver的watch接口发…… -
动态规划算法leetcode.152
public int maxProduct(int[] nums) { int len = nums.length; if (len == 0) { return 0; } int[][] dp = new …… -
电子学会 软件编程(Python)一级训练营
电子学会 软件编程(Python)一级训练营 试题来源 青少年软件编程(Python)等级考试试卷(一级)【2020.06】青少年软件编程(Python)等级考试试卷(一级)【…… -
C++出现错误类型error C2664的解决方案(VS环境)
定义如下形式的字符串 char *testString = “This is test string…” 编译器显示这段代码错误,运行后显示为C2664错误 这时候我们只需要修改一下项目设置 具体步…… -
Redis为服务器设置密码
以下以Windows版本为例. 在 redis.windows-service.conf 文件,设置: # requirepass foobared requirepass 123456 # masterauth masterauth 123456 #是主从同…… -
-
-
信息学奥赛一本通 1244:和为给定数 通过
我的信息学奥赛一本通个人主页:信息学奥赛一本通(C++版)在线评测系统http://ybt.ssoier.cn:8088/userinfo.php?name=15276768892 1244:和为给定数 时间限…… -
STM32Cube下载与使用
STM32Cube下载 点击下载即可 https://www.st.com/content/st_com/zh/products/development-tools/software-development-tools/stm32-software-development-too……
友情链接