以下为linux上安装apache时自己遇到的一些问题,记录在这,以后遇到时也会不定时更新...一.安装Apache提示APR not found的解决办法解决方法:1. 网站 http://apr.apache.org/download.cgi 下载 apr-1.5.1.tar.gz 、apr-u...
分类:
Web程序 时间:
2015-01-29 20:50:01
阅读次数:
220
Given a sorted array of integers, find the starting and ending position of a given target value.
Your algorithm's runtime complexity must be in the order of O(log
n).
If the target is not found in...
分类:
其他好文 时间:
2015-01-29 01:55:39
阅读次数:
259
Multiple annotations found at this line: - No label views point to this text field with a labelFor attribute - This text field does not specify an i.....
分类:
移动开发 时间:
2015-01-28 19:25:15
阅读次数:
301
自增Id重新计数 TRUNCATE TABLE 表名 获取最后插入数据的ID SELECT LAST_INSERT_ID();使用"id1,id2,id3"当参数 FIND_IN_SET(id,"id1,id2,id3,")返回受影响行数 FOUND_ROWS() : sel...
分类:
数据库 时间:
2015-01-28 19:23:49
阅读次数:
345
>>> map(int,'0')[0]>>> int('-1')-1>>> map(int, l[1])Traceback (most recent call last): File "", line 1, in ValueError: invalid literal for int() with....
分类:
其他好文 时间:
2015-01-28 06:08:44
阅读次数:
369
JavaWeb: 报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path今天建立了一个Javaweb工程,并在eclipse中配置了Web容器Tomcat。JSP页面顶端出现“红...
分类:
编程语言 时间:
2015-01-28 00:40:54
阅读次数:
227
Time Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uDescriptionIgnatius had a nightmare last night. He found himself in a labyrinth with...
分类:
其他好文 时间:
2015-01-27 21:32:30
阅读次数:
171
输出21世纪中截止某个年份以来的所有闰年年份。注意:闰年的判别条件是该年年份能被4整除但不能被100整除、或者能被400整除。输入格式:输入在一行中给出21世纪的某个截止年份。输出格式:逐行输出满足条件的所有闰年年份,即每个年份占一行。输入若非21世纪的年份则输出"Invalid year!"。输入...
分类:
其他好文 时间:
2015-01-27 21:29:12
阅读次数:
1977
一、在使用高德地图的API的时候,没有办法实现定位,在这里说一下在真机测试的时候出现没法定位应该注意的几点问题和解决方法。
1.将mapView添加到self.view上,[self.view addSubView:self.mapView];
2.在plist文件中添加一个属性NSLocationAlwaysUsageDescription。
3.设置mapView...
分类:
移动开发 时间:
2015-01-27 18:36:44
阅读次数:
353
转自:http://name5566.com/4198.html参考文献列表:http://www.wangafu.net/~nickm/libevent-book/此文编写的时候,使用到的 Libevent 为 2.0.21。本文略过了关于 event 优先权和超时相关的讨论。创建和销毁 even...
分类:
其他好文 时间:
2015-01-27 18:09:11
阅读次数:
192