码迷,mamicode.com
首页 >  
搜索关键字:please    ( 3193个结果
C++:error 1189(转)
在VS 2013中编译程序时出现错误: 错误提示1: error C1189: #error : Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version. Please #defin ...
分类:编程语言   时间:2018-08-31 11:43:10    阅读次数:180
python-异常处理-20
# 异常处理# 异常-异常是指在语法逻辑正确运行的前提下,出现的问题-在python中,异常是一个类,可以处理和使用 BaseException 所有异常的基类SystemExit 解释器请求退出KeyboardInterrupt 用户中断执行(通常是输入^C)Exception 常规错误的基类St ...
分类:编程语言   时间:2018-08-30 23:34:56    阅读次数:387
git安装管理
Step 1 Information 信息 Please read the following important information before continuing 继续之前,请阅读以下重要信息 Step 2 Select Destination Location 选择安装位置 Step ...
分类:其他好文   时间:2018-08-29 14:29:32    阅读次数:269
[转]jmeter安装启动报错:Not able to find Java executable or version. Please check your Java installation
在启动jmeter过程中,如果出现这个问题: Not able to find Java executable or version. Please check your Java installation . errorlevel=2 在确定jdk安装配置没有问题的情况下, 解决问题如下 在 PA ...
分类:编程语言   时间:2018-08-29 14:03:34    阅读次数:197
初始化MYSQL数据库遇到一些问题
初始化MYSQL数据库的时候提示缺少perl和data::dumper这个时候需要安装两个包,yuminstallperlyuminstallautoconf初始化MYSQL数据库的时候提示innodb数据库文件大小错误2018-08-2818:01:5126794[ERROR]InnoDB:auto-extendingdatafile./ibdata1isofadifferentsize768p
分类:数据库   时间:2018-08-29 10:54:10    阅读次数:301
Python变量、字符练习1
1、判断一个变量是否合法:(变量由字母、数字下划线组成;且开头不是数字)while True: s = raw_input("please input values:") if s=="exit": print "welcome use nexttime!" break if s[0].isalph ...
分类:编程语言   时间:2018-08-28 23:57:41    阅读次数:316
squid故障汇总
1、COSS will not function without large file support (off_t is 4 bytes long. Please reconsider recompiling squid with --with-large-files Bungled squid_ ...
分类:其他好文   时间:2018-08-28 01:00:52    阅读次数:213
git遇到的问题之“Please make sure you have the correct access rights and the repository exists.”
对于git的提交一直很小心翼翼,感觉一不小心就会踩到莫名的坑。 这不, 某天commit 就遇到了On branch master nothing to commit (working directory clean)  一查意思。你的分支很干净? ...
分类:数据库   时间:2018-08-27 23:25:24    阅读次数:347
HDU 2199 Can you solve this equation?(二分精度)
HDU 2199 Can you solve this equation? Now,given the equation 8*x^4 + 7*x^3 + 2*x^2 + 3*x + 6 == Y,can you find its solution between 0 and 100; Now ple ...
分类:其他好文   时间:2018-08-27 12:39:06    阅读次数:155
2018中国大学生程序设计竞赛 - 网络选拔赛 1009 - Tree and Permutation 【dfs+树上两点距离和】
Tree and Permutation Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 619 Accepted Submission(s): ...
分类:其他好文   时间:2018-08-26 14:45:34    阅读次数:273
3193条   上一页 1 ... 80 81 82 83 84 ... 320 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!