Leha somehow found an array consisting of n integers. Looking at it, he came up with a task. Two players play the game on the array. Players move one ...
分类:
其他好文 时间:
2019-12-06 00:28:45
阅读次数:
94
链接: https://vjudge.net/problem/HDU 3555 题意: The counter terrorists found a time bomb in the dust. But this time the terrorists improve on the time bom ...
分类:
其他好文 时间:
2019-12-06 00:03:07
阅读次数:
94
参考网上教程,使用$loader->registerDefinition('Sample', $GEN_DIR); 但是会报PHP Fatal error: Uncaught Error: Class 'Sample\formatDataClient' not found in /Users/wor ...
分类:
Web程序 时间:
2019-12-05 18:49:45
阅读次数:
120
百度了好久都没有找到答案,后来新建了一个文件夹,再build path就正常了,不知道为什么 ...
分类:
编程语言 时间:
2019-12-04 20:33:04
阅读次数:
103
clang编译的两种方法 1.使用绝对路径: clang -rewrite-objc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPho ...
分类:
其他好文 时间:
2019-12-04 20:18:40
阅读次数:
215
Problem Description The counter-terrorists found a time bomb in the dust. But this time the terrorists improve on the time bomb. The number sequence o ...
分类:
其他好文 时间:
2019-12-04 19:57:47
阅读次数:
81
该问题可能导致tomcat启动成功了,但是浏览器输入http://127.0.0.1:8080无法显示tomcat的欢迎界面 打开Tomcat安装目录下的bin文件下的setclasspath.sh,在文档开头添加如下语句: export JAVA_HOME=你的jdk路径 export JRE_H ...
分类:
编程语言 时间:
2019-12-04 01:07:08
阅读次数:
185
$get_sql = "SELECT sql_calc_found_rows field1,field2 FROM table WHERE name = '1' order by add_time desc limit 2,20 "; $get_total_sql = "SELECT FOUND_R ...
分类:
数据库 时间:
2019-12-03 16:44:47
阅读次数:
202
昨天因为用虚拟机调试程序,然后下班时不正常关机,今天突然打开linux系统使用时,无论输入任何命令都显示bash: xxxx: command not found...,比如cd 显示bash: cd : command not found... 比如ls,显示bash: ls: command n ...
分类:
系统相关 时间:
2019-12-02 19:21:02
阅读次数:
146
起源 在windows中写的脚本执行完全没问题,代码一模一样,切换到linux中执行报错。利用命令 “vi/vim -b 文件名”查看文件发现每行结尾多了“^M”这样的结尾。 根源 通过查询得知,其问题根源是windows和linux换行符不同造成,二者区别如下表(外加了mac book) 其中: ...
分类:
其他好文 时间:
2019-12-02 18:43:00
阅读次数:
99