2020宁波市第三届网络安全大赛,比赛分行业组和院校组进行团体赛。感觉这次比赛还是很不错的~ 值得参加。 Easy_SSRF <?php show_source(__FILE__); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $_GET["ur ...
分类:
Web程序 时间:
2020-07-07 21:04:32
阅读次数:
428
+ sh make_release.sh fatal: could not read Username for 'http://gitlab.yintech.net': No such device or address vim .git/config [core] repositoryformat ...
分类:
其他好文 时间:
2020-07-07 20:17:20
阅读次数:
64
SpringBoot整合SpringSecurity 1. 认识SpringSecurity Spring Security 是针对Spring项目的安全框架,也是Spring Boot底层安全模块默认的技术选型,他可以实现强大的Web安全控制,对于安全控制,我们仅需要引入spring-boot-s ...
分类:
编程语言 时间:
2020-07-07 20:07:31
阅读次数:
56
资金允许,请支持正版 ps:MyEclipse目前已更新至2020.5.18,但是目前还没有有效的激活方式,本次文章以2019.4为例; 该文章使用离线安装的方式进行安装,在线安装不保证不会出现各类小问题,离线安装包及激活工具在文末获取; 该次演示基于windows10虚拟机,未曾有过任何配置,如果 ...
分类:
系统相关 时间:
2020-07-07 19:42:04
阅读次数:
461
#!/user/bin/python3# -*- coding: utf-8 -*-# @Time : 2020/7/7 15:32# @Author :Test_zhangping# @Email :981874735@qq.com# @File :api_requests.pyimport re ...
群主发普通红包。某群有多名成员,群主给成员发普通红包。普通红包的规则: 1. 群主的一笔金额,从群主余额中扣除,平均分成n等份,让成员领取。 2. 成员领取红包后,保存到成员余额中。 /** * 用户类 */public class User { private String username; p ...
分类:
其他好文 时间:
2020-07-07 18:08:28
阅读次数:
39
#!/user/bin/python3# -*- coding: utf-8 -*-# @Time : 2020/7/7 15:32# @Author :Test_zhangping# @Email :981874735@qq.com# @File :api_data.py"""首先确认用例需要修改 ...
.net的WebClient在网络编程中用来同远方地址通讯,正常情况下不需要明确设置user-agent , 但有的时候远方地址可能有针对连接请求user-agent的判断处理,如果必要我们可以为webclient加上user-agent 。 WebClient client = new WebCl ...
分类:
Web程序 时间:
2020-07-07 17:32:20
阅读次数:
84
if exists (select * from sysobjects where id = object_id(N'[fn_ChineseToSpell]') and xtype in (N'FN', N'IF', N'TF')) drop function [fn_ChineseToSpell] ...
分类:
数据库 时间:
2020-07-07 15:36:09
阅读次数:
89
Bash的特性 1. tab补全 #命令补全 [root@clf ~]# user #命令补全useradd userdel usermod usernetctl users [root@clf ~]# s Display all 195 possibilities? (y or n) #以s开头的 ...
分类:
其他好文 时间:
2020-07-07 15:26:59
阅读次数:
66