摘要:
找回方式: ideal的最右侧有个maven projects 点开后点击“+”,也就是Add Maven Projects,寻找不小心remove modules 的 子项目的pom文件所在的位置,添加进来即可。 阅读全文
摘要:
第一题http://www.try2hack.nl/levels/: 方法:直接右键看网页源码 第二题http://www.try2hack.nl/levels/level2-xfdgnh.xhtml: 方法:抓包 username: try2hack password: irtehh4x0r! 第 阅读全文
摘要:
错误描述:Initialization failed for 'https://start.spring.io' Please check URL, network and proxy settings. Error message: connect timed out 网上能找的方法找遍了,未成功 阅读全文
摘要:
一、图片隐写术 1.图种 例如一个zip压缩包(1.zip)+一个jpg图片(4fcefdaba56019d77b476e30a5558b47.jpg)结合为一张图片(output.jpg) 以下为Windows命令: C:\Users\lenovo>copy/b C:\Users\lenovo\D 阅读全文
摘要:
练习黑客技术的在线网站 1、bWAPP 免费和开源的web应用程序安全项目。它有助于安全爱好者及研究人员发现和防止web漏洞。 地址:http://www.itsecgames.com/ 2、Damn Vulnerable iOS App (DVIA) DVIA是一个iOS安全的应用。它的主要目标给 阅读全文
摘要:
ideal 的 注册码并没有失效,却显示这个信息 the license has been canceled 如果用的是Windows系统,在hosts文件添加下边的ip及映射 0.0.0.0 account.jetbrains.com 如果不知道hosts文件在哪(C:\Windows\Syste 阅读全文
摘要:
题目: 题目描述 You are given an n x n 2D matrix representing an image. Rotate the image by 90 degrees (clockwise). Follow up:Could you do this in-place? You 阅读全文
摘要:
题目: 题目描述 Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inser 阅读全文
摘要:
wireshark抓包蓝色和红色 在默认情况下 蓝色适合红色相反的方向 绿色背景的是HTTP包灰色背景的是TCP包。黑色背景的是TCP错误包或者校验和错误的包 有时候wireshark抓的包还有颜色区分,想知道为什么吗? 如果汉化: 视图->着色规则 如果未汉化: view->coloring ru 阅读全文
摘要:
最近公司打算项目重构,提出了一些问题,其中有一条是关于数据同步的:使用DBSYNC 工具对数据库结构保持一致;所有物理外键删除 1.当看到物理外键的时候,第一反应是有物理外键那一定有逻辑外键,那我熟悉的外键是什么? 物理外键指的是使用foreign key 作为外键关联另一张的字段的连接方法,而且限 阅读全文