码迷,mamicode.com
首页 >  
搜索关键字:please    ( 3193个结果
Versioning information could not be retrieved from the NuGet package repository. Please try again later.
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
spring boot配置spring-data-jpa的时候报错CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is java.lang.NoSuchMethodError
jar冲突问题 将spring-orm的jar包升为高版本问题解决 ...
分类:编程语言   时间:2019-09-23 09:59:30    阅读次数:157
【Python】【demo实验4】【计算阶乘】
计算阶乘 输出结果: ————————(我是分割线)———————— 参考: None 备注: 初次编辑时间:2019年9月22日18:15:51 环境:Windows 7 / Python 3.7.2 ...
分类:编程语言   时间:2019-09-22 19:49:18    阅读次数:112
writeUp-攻防世界-reverse-Hello,CTF
先打开这个exe文件。 用PEID查壳。 等等……没有壳?! 可以看到这个程序是C++写的。 拖到ida里查看。 搜索“please input your serial:” 跳过去看看 看到这个东西在_main函数里面。 F5看到伪码: 所以说正确的serial就是"437261636b4d654a ...
分类:其他好文   时间:2019-09-22 12:37:57    阅读次数:112
IDEA出现There is no configured/running web-servers found! Please, run any web-configuration and hit the Refr
出现这个问题的原因是对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
转 How to Find Out Who Is Locking a Table in MySQL
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安装插件被墙失败的方法
一.问题场景描述 当你完成subline和package control的安装后,准备使用install package安装各种各样的插件来丰富你的编辑器,却出现类似 “Unable to download XXX. Please view the console for more details” ...
分类:其他好文   时间:2019-09-13 17:31:28    阅读次数:100
shell编程实战13
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
python处理异常
演示一个程序异常 >>> 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
3193条   上一页 1 ... 39 40 41 42 43 ... 320 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!