Versioning information could not be retrieved from the NuGet package repository. Please try again later. vscode 修改文件 C:\Users\dong\.vscode\extensions\ ...
分类:
其他好文 时间:
2019-09-24 17:40:24
阅读次数:
162
计算阶乘 输出结果: ————————(我是分割线)———————— 参考: None 备注: 初次编辑时间:2019年9月22日18:15:51 环境:Windows 7 / Python 3.7.2 ...
分类:
编程语言 时间:
2019-09-22 19:49:18
阅读次数:
112
先打开这个exe文件。 用PEID查壳。 等等……没有壳?! 可以看到这个程序是C++写的。 拖到ida里查看。 搜索“please input your serial:” 跳过去看看 看到这个东西在_main函数里面。 F5看到伪码: 所以说正确的serial就是"437261636b4d654a ...
分类:
其他好文 时间:
2019-09-22 12:37:57
阅读次数:
112
出现这个问题的原因是对idea的使用还不是太了解,这个提示的意思是 没有找到与artifact对应的tomcat 出现这种问题有两种解决办法: 一 、没有配置tomcat 添加tomcat 配置tomcat 二、配置tomcat了,但是tomcat中对应的Artifact不对,我们要用的是explo ...
分类:
Web程序 时间:
2019-09-17 13:03:54
阅读次数:
169
1、模版xml <!--WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BEOVERWRITTEN AND LOST. Changes to this xml configuration should be m ...
分类:
其他好文 时间:
2019-09-14 22:28:32
阅读次数:
195
MySQL is adding more tools to monitor its internals with every new release, but one thing it still lacks is a way to find out who is locking what, and ...
分类:
数据库 时间:
2019-09-14 00:16:00
阅读次数:
197
一.问题场景描述 当你完成subline和package control的安装后,准备使用install package安装各种各样的插件来丰富你的编辑器,却出现类似 “Unable to download XXX. Please view the console for more details” ...
分类:
其他好文 时间:
2019-09-13 17:31:28
阅读次数:
100
1. 检测网站是否正常 2.打包小于5KB的文件 3.监控22端口是否被封并处理 4. 分析nginx日志 5. 根据提示打印数字 #!/bin/bash read -p "please input a number" nn1=`echo $n|sed 's/[0-9]//g'`if [ -n "$ ...
分类:
系统相关 时间:
2019-09-11 23:56:16
阅读次数:
169
演示一个程序异常 >>> anumber = int(input("Please enter an integer "))Please enter an integer -23>>> print(math.sqrt(anumber))Traceback (most recent call last) ...
分类:
编程语言 时间:
2019-09-11 17:32:32
阅读次数:
75