07-11 13:43:26.184: E/AndroidRuntime(10229): FATAL EXCEPTION: main07-11 13:43:26.184: E/AndroidRuntime(10229): java.lang.RuntimeException: Unable to s...
分类:
移动开发 时间:
2014-07-27 10:58:12
阅读次数:
264
--------------输出----------------print 'hello world'--以文本形式输出select 'hello world'--以网格形式输出,也可以设置成以文本形式输出print 'abc'+'cde'print 3+5print 'ab'+5--出错,'ab'...
分类:
其他好文 时间:
2014-07-27 10:42:52
阅读次数:
275
10628. Count on a treeProblem code: COTYou are given a tree with N nodes.The tree nodes are numbered from 1 to N.Each node has an integer weight.We wi...
分类:
其他好文 时间:
2014-07-27 10:31:42
阅读次数:
304
URI : uniform resource identifier统一资源标示符用于指定Web资源的字符串,它定义了Web资源中的各个不同的部分。ex:http://example.org/absolute/URI/with/absolute/path/to/resource.txtftp://ex...
分类:
其他好文 时间:
2014-07-26 16:54:21
阅读次数:
356
将
LOCAL_SRC_FILES := hellocpp/main.cpp ../../Classes/AppDelegate.cpp ../../Classes/HelloWorldScene.cpp修改成
FILE_LIST := hellocpp/main.cpp
FILE_LIST += $(wi...
分类:
移动开发 时间:
2014-07-26 15:17:40
阅读次数:
170
Delphi实例之一个简易的浏览器的实现 Delphi7的WebBrowser组件提供了很多不错的网页设计的功能,下面做一个简单的浏览器。组件很简单按照下面摆放就行了。这是运行后的效果源代码主页面 1 unit Unit1; 2 3 interface 4 5 uses 6 Wi...
分类:
其他好文 时间:
2014-07-26 05:42:27
阅读次数:
247
把程序打成jar包放到Linux上
转到目录下执行命令 hadoop jar mapreducer.jar /home/clq/export/java/count.jar hdfs://ubuntu:9000/out06/count/
上面一个是本地文件,一个是上传hdfs位置
成功后出现:打印出来,你所要打印的字符。
package com.clq.hdfs;
import java...
分类:
编程语言 时间:
2014-07-26 02:27:17
阅读次数:
270
Description Resource Path Location Type
Error occured processing XML 'Cannot find class [springmvc.extention.BeanArgumentResolver]'. See Error Log for more details applicationContext.xml
maven在管...
分类:
编程语言 时间:
2014-07-26 02:22:46
阅读次数:
224
--判断库是否存在,存在则删除if exists (select name from master..sysdatabases where name in ('db_name'))drop database db_namego--判断存储过程是否存在,存在则删除if exists (select *...
分类:
数据库 时间:
2014-07-26 01:36:46
阅读次数:
259
转自:http://frabbit2013.blog.51cto.com/1067958/1243549 本文主要介绍在系统中成功配置好Android开发环境(即SDK is ok and ADT on eclipse is ok)后,eclipse中未出现AVD情况的解决方法。如下图所示,在Wi....
分类:
移动开发 时间:
2014-07-26 01:27:16
阅读次数:
257