码迷,mamicode.com
首页 >  
搜索关键字:context    ( 11739个结果
启动tomcat后出现红色警告
启动tomcat后出现红色警告:[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:webProject' did not f...
分类:其他好文   时间:2014-09-28 17:48:43    阅读次数:211
LayoutInflater和inflate()方法的用法
public static LayoutInflaterfrom(Context context) {         LayoutInflaterLayoutInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);         if(LayoutInflater== ...
分类:其他好文   时间:2014-09-28 16:00:44    阅读次数:144
关于MTK平台SIM-ME Lock的配置方案
针对一些运营商的锁网需求,MTK平台已经对其有很好的支持。绝大多数的海外需求可以通过直接配置相关文件来完成。这里简单描述一下配置方法,不做原理分析。相关数据结构分析:Modem中与SML锁网配置相关的数据结构有:Sml_context_struct:SML上下文,cat:SML种类,目前MTK平台共...
分类:其他好文   时间:2014-09-28 14:09:42    阅读次数:261
tomcat启动提示server.xml的context节点中不支持source属性警告的解决方法
Tomcat启动时提示:2011-4-17 0:33:27 org.apache.tomcat.util.digester.SetPropertiesRule begin警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setti...
分类:其他好文   时间:2014-09-28 12:57:32    阅读次数:196
SurfaceView 透明和半透明
透明//Transparent半透明//Translucentimport android.app.Activity; import android.content.Context; import android.graphics.Bitmap; import android.graphics...
分类:其他好文   时间:2014-09-28 11:01:01    阅读次数:189
asp.net Context.User.Identity.Name说明
今天做了一个身份验证页面,基本实现功能,却不能显示当前用户姓名,自己MSDN半天一无所获,问题就在Context.User.Identity.Name;Context是HttpContext类,User属性Gets or sets security information for the curre...
分类:Web程序   时间:2014-09-28 10:40:41    阅读次数:182
创建安全的ashx文件,ashx编译
平时系统默认创建的ashx如下格式:CodeusingSystem;usingSystem.Web;publicclassHandler2:IHttpHandler{publicvoidProcessRequest(HttpContextcontext){context.Response.Conte...
分类:其他好文   时间:2014-09-28 09:26:31    阅读次数:124
canvas 笔记之圆
/** ?* 圆形进度条 ?* 描述:1、支持在环形进度条中显示百分比 ?* 2、支持绕环渐变 ?*/ function drawProcess()? { var canvas = $("canvas")[0]; var context = canvas.getContext(‘2d‘); context.clearRec...
分类:其他好文   时间:2014-09-28 00:31:01    阅读次数:168
struts2集成spring
1.在web.xml中加入以下配置 该配置可以在spring手册15.2章中找到org.springframework.web.context.ContextLoaderListenercontextConfigLocationclasspath:applicationContext*.xml2.加...
分类:编程语言   时间:2014-09-27 22:10:10    阅读次数:243
java.lang.NoClassDefFoundError: org/apache/jsp/jsp/Container_jsp
1、错误描写叙述八月 20, 2014 7:10:18 下午 org.apache.catalina.core.StandardWrapperValve invoke严重: Servlet.service() for servlet [jsp] in context with path [/Fusi...
分类:编程语言   时间:2014-09-27 19:01:40    阅读次数:154
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!