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
package com.examp.use_SQLite.dao;import java.util.ArrayList;import java.util.List;import android.content.ContentValues;import android.content.Context;...
分类:
移动开发 时间:
2014-07-13 23:34:02
阅读次数:
264
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
先上效果图:
这里做一个左右旋转,上下旋转,和左右移动的动画,先自己建立一个View的类,作为操作的对象:
public class MyView extends View {
private Paint mPaint;
int width = 0;
int height = 0;
public MyView(Context context, AttributeSet a...
分类:
移动开发 时间:
2014-07-13 16:51:00
阅读次数:
344
JSP连接数据库异常Context.lookup分析,发现配置问题
分类:
数据库 时间:
2014-07-13 13:15:19
阅读次数:
282
在lucene里面,suggest 的支持非常完善,可以随心所欲的定制;但是在es中使用起来就没有那么方便了。es给suggest 分类4类:term ;phrase; completion; context;目前最新版本是es1.2.1 这一块也还在不断完善中;[term suggester](....
分类:
其他好文 时间:
2014-07-13 13:04:41
阅读次数:
1433