private class SimpleView extends ImageView{ int point_x; int point_y; int radius = 0; public SimpleView(Context c...
分类:
移动开发 时间:
2014-07-15 00:28:07
阅读次数:
457
最近开发了一个应用,在tomcat下一切ok,到was上有报错。打开debug日志,没有异常??继续调查发现是我们的程序引用了一个sun很久以前的jar.这个jar需要单独打开message日志在一堆日志中找到了:java.security.NoSuchProviderException: no s...
分类:
其他好文 时间:
2014-07-14 22:45:26
阅读次数:
311
一、使某行某列单元格disabled:1.UniStringGrid->Options->goEditing=true2.UniStringGrid->ExtEvents->add eventbeforeeditfunction beforeedit(editor, context, eOpts) ...
分类:
数据库 时间:
2014-07-14 22:20:05
阅读次数:
741
3Permissions and Security Policy3.1The Permission ClassesThe permission classes represent access to system resources. The java.security.Permission cla...
分类:
编程语言 时间:
2014-07-14 19:14:43
阅读次数:
519
FIELD OF INVENTIONThis invention relates to computer graphics processing, and more specifically to computer graphics processing using two or more arch...
分类:
其他好文 时间:
2014-07-14 14:21:10
阅读次数:
272
贴上示例代码,ie中有效(搜狗没效果),其余未测。 其中GetDate.ashx页面只是返回服务器时间,无他用。代码如下: public void ProcessRequest (HttpContext context) { context.Respons...
分类:
其他好文 时间:
2014-07-14 10:53:50
阅读次数:
197
web.xml里面可以定义两种参数:(1)application范围内的参数,存放在servletcontext中,在web.xml中配置如下: context/param avalible during application(2)servlet范围内的参数,只能在servlet的init()方法...
分类:
其他好文 时间:
2014-07-13 20:00:32
阅读次数:
219
1、错误描述
2014-7-13 17:20:50 org.apache.catalina.core.StandardWrapperValve invoke
严重: Servlet.service() for servlet [jsp] in context with path [/FirstSSH] threw exception [/pages/student.jsp (line: 3, c...
分类:
Web程序 时间:
2014-07-13 18:12:48
阅读次数:
251
1、错误描述
2014-7-13 1:34:46 org.apache.catalina.startup.HostConfig undeploy
信息: Undeploying context [/blazeds]
2014-7-13 1:34:46 org.apache.catalina.core.ApplicationContext log
严重: Servlet MessageBroker...
分类:
编程语言 时间:
2014-07-13 17:32:46
阅读次数:
311
1、错误描述
信息: Initializing c3p0-0.9.2.1 [built 20-March-2013 10:47:27 +0000; debug? true; trace: 10]
2014-7-12 19:18:48 org.springframework.web.context.ContextLoader initWebApplicationContext
严重: Contex...
分类:
编程语言 时间:
2014-07-13 17:03:25
阅读次数:
484