问题分析:遇到该问题一般是struts中某个配置文件没有正确配置,比如:1.class中的TestAction没有成功加载: --> success.jsp 2.将name误写为ty...
分类:
其他好文 时间:
2014-07-10 10:12:59
阅读次数:
176
1 AlertDialog builder=new AlertDialog.Builder(context).setTitle("注意:") 2 .setIcon(R.drawable.dailog_icon) 3 .setMessa...
分类:
移动开发 时间:
2014-07-07 19:46:09
阅读次数:
288
这是我最近几个月来遇到的最棘手的一个问题:* 昨天花了4个小时找出第一层次的原因这个纠结啊,本来和老婆说好准时下班回家吃饭的,结果被这个问题拖了老久。这是一个gradle的plugin,用来resolve公司内部的dependency的,弄完了跑测试项目的,抛一个NPE,而且NPE还不在自己的代码里...
分类:
其他好文 时间:
2014-07-07 18:41:22
阅读次数:
197
Android中Log的输出有如下几种:Log.v(String tag, String msg); //VERBOSELog.d(String tag, String msg); //DEBUGLog.i(String tag, String msg); //INFOLog.w(String ta...
分类:
移动开发 时间:
2014-07-07 15:53:03
阅读次数:
279
Problem Description:There areNgas stations along a circular route, where the amount of gas at stationiisgas[i].You have a car with an unlimited gas ta...
分类:
其他好文 时间:
2014-07-07 15:52:25
阅读次数:
231
使用udp实现,简单,方便,不用三次握手1. 所有部署服务器进程的机器有一个代理进程hagent,用来监听hcm console中发送过来的命令2.hcm需要提供以下命令start :普通方式启动进程stop :停止进程reload :重新载入配置文件resume :恢复方式启动进程(共享内存)ta...
分类:
其他好文 时间:
2014-07-01 20:29:04
阅读次数:
263
SDK和ADT为22.6.2版本
工程为4.4.2
新建了一个工程 ,代码编写好后并没有报错,在安装支持后报出如下错误:
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.silence.jsonutil/com.silence.jsonutil.MainActivity}: ...
分类:
编程语言 时间:
2014-07-01 08:05:46
阅读次数:
294
1、错误描述
java.sql.SQLException: ORA-0064:error occurred at recursive SQL level 1.
ORA-06153:unable to extend table SYS.AUD$ by 8192 in tablespace SYSTEM.
ORA-02002:error while writing to audit trail.
O...
分类:
数据库 时间:
2014-07-01 08:01:47
阅读次数:
463
delphi fmx的字体等设置默认与皮肤有关,用代码直接修改字体颜色等是无效的,如何才能用代码修改呢?请按以下方法就可以:1.在Object inspector中取消StlyedSettings中的Fontcolor选项的勾。2. Label6.TextSettings.FontColor:=TA...
分类:
其他好文 时间:
2014-06-30 22:47:39
阅读次数:
265
题目:
Given an array of integers, find two numbers such that they add up to a specific target number.
The function twoSum should return indices of the two numbers such that they add up to the ta...
分类:
其他好文 时间:
2014-06-28 08:17:11
阅读次数:
305