Error [root@fenghong conf]# service httpd restart 停止 httpd:[确定] 正在启动 httpd:httpd: apr_sockaddr_info_get() failed for fenghong httpd: Could not reliably determine the server's fully qualified domai
原创 2012-04-25 14:21:24
578阅读
关于521时间限制:1000 ms  |  内存限制:65535 KB难度:2描述Acm队的流年对数学的研究不是很透彻,但是固执的他还是想一头扎进去。浏览网页的流年忽然看到了网上有人用玫瑰花瓣拼成了521三个数字,顿时觉得好浪漫
原创 2023-05-05 18:11:22
70阅读
I added additional folder for browser to access, Apache encountered anerror: 403 Forbidden,ForbiddenYou don't have permission to access /pub/ on this server.
原创 2022-09-21 14:42:52
251阅读
    一个项目,无论好坏,之所以会夭折,仅仅是因为收入抵不过付出,哪怕是精神上的.
原创 2015-05-21 22:24:39
426阅读
关于521时间限制:1000ms | 内存限制:65535KB难度:2描述Acm队的流年对数学的研究不是很透彻,但是固执的他还是想一头扎进去。浏览网页的流年忽然看到了网上有人用玫瑰花瓣拼成了521三个数字,顿时觉得好浪漫,因为每个男生都会不经意的成为浪漫的制造者。此后,流年走到哪里都能看到5、2、1...
转载 2014-04-07 15:25:00
77阅读
2评论
You notice that a job in a chain has not completed on a nonconstrained RAC database. Which ofthese are valid reasons why that might occur?A. The job p
转载 2017-11-07 09:17:00
45阅读
2评论
public class Solution { public int FindLUSlength(string a, string b) { return a == b ? -1 : Math.Max(a.Length, b.Length); } } https://leetcode.com/problems/longest-uncommon-subsequen
转载 2017-04-19 11:04:00
43阅读
无效的预处理器命令“progma”,写错了error C2039: “second”: 不是“std::_List_iterator<std::_List_val<std::_List_simple_types<_Ty>>>”的成员,查找时用->不是.“入”: 未声明的标识符,函数中,把这些函数全部转移到一个构中,以后直接继承,更方便了,这是对象的方便...
原创 2022-02-09 16:18:07
121阅读
无效的预处理器命令“progma”,写错了error C2039: “second”: 不是“std::_List_iterator<std::_List_val<std::_List_simple_types<_Ty>>>”的成员,查找时用->不是.“入”: 未声明的标识符,函数中,把这些函数全部转移到一个构中,以后直接继承,更方便了,这是对象的方便...
原创 2021-08-19 17:11:28
287阅读
很有意思的一题 运用打表节省时间但是这题的标...
转载 2016-04-09 11:25:00
66阅读
关于521时间限制:1000ms | 内存限制:65535KB难度:2描述Acm队的流年对数学的研究不是很透彻,但是固执的他还是想一头扎进去。浏览网页的流年忽然看到了网上有人用玫瑰花瓣拼成了521三个数字,顿时觉得好浪漫,因为每个男生都会不经意的成为浪漫的制造者。此后,流年走到哪里都能看到5、2、1...
转载 2015-05-13 13:57:00
52阅读
2评论
wampserver apache 500 Internal Server ErrorInternal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administr
转载 精选 2014-03-19 23:20:33
978阅读
Apache: 提示configure: error: APR not found  编译apache时出错:#./configure --prefix……检查编辑环境时出现:checking for APR... noconfigure: error: APR not found . Please read the documentation解决办法:1.下载所需软件包:wg
转载 精选 2014-10-22 11:03:35
509阅读
一不小心打开邮局的一个网页,显示上面的东西,而且还不止一次,更新一次好了,再更新一次又这样了,请高手们瞅瞅是什么原因,大家学习一下!
原创 2010-05-20 19:19:59
2568阅读
1评论
#./configure --prefix……检查编辑环境时出现:checking for APR... noconfigure: error: APR not found .  Please read the documentation.可以用./confi
转载 精选 2013-11-21 11:56:23
459阅读
Tested the Apache CGI perl encountered quite a few problem and s
原创 2022-08-22 18:14:43
101阅读
错误提示17:27:17 [Apache] Error: Apache shutdown unexpectedly.17:27:17 [Apache]
原创 2022-12-07 14:55:31
161阅读
关于521时间限制:1000 ms  |  内存限制:65535 KB难度:2描述Acm队的流年对数学的研究不是很透彻,但是固执的他还是想一头扎进去。浏览网页的流年忽然看到了网上有人用玫瑰花瓣拼成了521三个数字,顿时觉得好浪漫,因为每个男生都会不经意的成为浪漫的制造者。此
原创 2022-10-18 16:46:19
30阅读
Description 洛谷传送门 Solution 一道非常友好毒瘤的贪心题。 前置:本文与题目中变量名不同,本文:有 \(n\) 个正整数,\(m\) 个操作,选 \(k\) 个。 题目中要求 3 种操作。 把 \(a_i\) 赋值为 \(b\); 把 \(a_i\) 加上 \(b\); 把 \ ...
转载 2021-10-08 10:44:00
141阅读
2评论
class Solution: def findLUSlength(self, a: str, b: str) -> int: if a == b: return -1 max = len(a) if len(a) > len(b) else len(b) return max
原创 2022-07-01 11:57:13
41阅读
  • 1
  • 2
  • 3
  • 4
  • 5