Wesley13 Wesley13
3年前
android SQLite数据库使用实例
创建数据库帮助类DbHelper.java:packagecom.example.db;importandroid.content.Context;importandroid.database.sqlite.SQLiteDatabase;importandroid.database.sqlite.S
Easter79 Easter79
3年前
springboot2 配置 https
packagecn.xiaojf.aibus.configure;importorg.apache.catalina.Context;importorg.apache.catalina.connector.Connector;importorg.apache.coyote.http11.Http11Ni
Wesley13 Wesley13
3年前
Unable to load configuration.
十一月28,20168:05:01下午org.apache.tomcat.util.digester.SetPropertiesRulebegin警告:SetPropertiesRule{Server/Service/Engine/Host/Context}Settingproperty'source'to'or
Stella981 Stella981
3年前
Recyclerview的多种条目
packagecomp.example.practise9.adapter;importandroid.content.Context;importandroid.support.v7.widget.RecyclerView;importandroid.view.LayoutInflater;importandroid.view.View
Stella981 Stella981
3年前
Android实现搜索功能并本地保存搜索历史记录
第一步:创建SQLite数据库RecordSQLiteOpenHelper.javapackage com.mobile.android.yilone.sqlite;import android.content.Context;import android.database.sqlite.SQLiteDatabase
Wesley13 Wesley13
3年前
Oracle读取xmltype依赖包xmlparserv2导致spring xml读取报错
异常内容Causedby:org.xml.sax.SAXParseException:<Line10,Column103:XML24500:(Error)Cannotbuildschema'http://www.springframework.org/schema/context'locatedat'
Wesley13 Wesley13
3年前
J2EE相关
很自然,J2EE环境中使用JNDI查找组件服务,如何指示JNDI到何处去找到组件是有个原则的,如果需要组件和被需要组件位于同一个虚拟机(当然这个虚拟机中运行着J2EE环境)中,则不必指定类似下面的属性:   ht.put(Context.INITIAL\_CONTEXT\_FACTORY,"weblogic.jndi.WLInitialContextF
Stella981 Stella981
3年前
Android Gallery仿3D图片浏览不支持4.1系统的问题
首先贴Gallery仿3D的7源码:packagecn.pyz.mypro.define;importandroid.content.Context;importandroid.graphics.Camera;importandroid.graphics.Matrix;i
Stella981 Stella981
3年前
Gallery实现流畅的新闻滚动 方法复写
package com.ename.views;import android.content.Context;import android.util.AttributeSet;import android.view.KeyEvent;import android.view.MotionEvent;
Stella981 Stella981
3年前
Android GridView 添加 HeadView
package com.example.test;import android.content.Context;import android.util.AttributeSet;import android.util.Log;import android.view.MotionEvent;i