1.页面部分 用户名:2.编写javascript脚本部分3.ashx中代码 public void ProcessRequest(HttpContext context) { context.Response.ContentType ...
分类:
Web程序 时间:
2014-07-15 09:42:32
阅读次数:
261
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
一、使某行某列单元格disabled:1.UniStringGrid->Options->goEditing=true2.UniStringGrid->ExtEvents->add eventbeforeeditfunction beforeedit(editor, context, eOpts) ...
分类:
数据库 时间:
2014-07-14 22:20:05
阅读次数:
741
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
先上效果图:
这里做一个左右旋转,上下旋转,和左右移动的动画,先自己建立一个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