1、错误描述
usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop }
八月 18, 2014 7:35:40 下午 org.apache.catalina.core.AprLifecycleListener init
信息: Lo...
分类:
Web程序 时间:
2014-08-18 20:32:32
阅读次数:
439
转载请标明出处:http://blog.csdn.net/lmj623565791/article/details/38614699,本文出自:【张鸿洋的博客】1、概述相信大家对AsyncTask都不陌生,对于执行耗时任务,然后更新UI是一把利器,当然也是替代Thread + Handler 的一种方式。如果你对Handler机制还不了解,请看:Android 异步消息处理机制 让你深入理解 Lo...
分类:
移动开发 时间:
2014-08-18 09:15:23
阅读次数:
287
KMP KMP算法主要用于字符串匹配中的单串匹配 next函数:表示当前字符失配时,应从模式串的第几位开始匹配(越大越好)。即模式串的前缀与以t[i]为结尾的后缀的最长相同部分的长度。 代码如下(pascal) var s,t:string; next,ans:array[0..100] of lo...
分类:
其他好文 时间:
2014-08-17 12:55:12
阅读次数:
234
---恢复内容开始---#import "ViewController.h"#import "Campusbeaut.h"@interface ViewController (){ NSMutableData *_totalData; NSFileHandle *_fileHandle; lo...
分类:
其他好文 时间:
2014-08-15 20:52:59
阅读次数:
298
HDU Number Transformation
题目链接
题意:按题目中要求求出最后的n
思路:推公式(i+1)x′>=ix,得到x′>=1+floor(xi+1),这样一来就可以递推x,那么注意题目中k很大,但是实际上如果i到一定数值之后,x就不会在增长了,这时候就可以break了
代码:
#include
#include
typedef long lo...
分类:
其他好文 时间:
2014-08-15 01:32:56
阅读次数:
161
[Info @09:03:33.737] ====================================================================[Info @09:03:33.743] Team Foundation Server Administration Lo...
分类:
数据库 时间:
2014-08-14 23:49:37
阅读次数:
284
最终效果图:
代码片段:
//
// DockItemLocation.m
// 帅哥_团购
//
// Created by beyond on 14-8-13.
// Copyright (c) 2014年 com.beyond. All rights reserved.
//
#import "DockItemLocation.h"
// 点击dock上面的lo...
分类:
移动开发 时间:
2014-08-14 16:53:58
阅读次数:
169
1. 执行代码 vim /etc/network/interfaces2. 编辑内容 auto lo iface lo inet loopback #网卡eth0的配置 auto eth0 iface eth0 inet static address 192.168.1.30 #设置得静态IP...
分类:
其他好文 时间:
2014-08-13 21:49:17
阅读次数:
208
private boolean isZh() { Locale locale = getResources().getConfiguration().locale; String language = locale.getLanguage(); if (lo...
分类:
移动开发 时间:
2014-08-13 17:56:56
阅读次数:
464
部分内容参考 http://blog.csdn.net/gaogao0603/article/details/76896701.启用文件上传:在LocalSettings.php修改或者增加如下:$wgEnableUploads = true;2.上传文件大小php.ini中控制3.上传文件格式Lo...
分类:
其他好文 时间:
2014-08-13 00:41:24
阅读次数:
258