推荐
专栏
教程
课程
飞鹅
本次共找到5365条
xml技术
相关的信息
可莉
•
3年前
034 Android NavigationView和DrawerLayout实现抽屉式导航设计(侧边栏效果)
1.创建带侧滑效果的activity!(https://oscimg.oschina.net/oscnet/333199cfe89b2025778b04b97a9ec41f2d7.png)右击,newactivity选择NavgationDrawerActivity2.xml文件布局(1)activi
Easter79
•
3年前
SpringBoot2.x打包成war(看这篇就够了)
springboot默认打包成jar,如果想打包成war,则需要做以下三步。1.修改pom.xml文件 a.将jar改成war1<groupIdcom.test</groupId2<artifactId01springbootHelloWorld</artifactId3<versi
Stella981
•
3年前
Android常见错误
1、Unabletoresolvetarget'android2'安装低版本的api,再default.properties这个文件中把targetandroid2改成targetandroid7终于就没有问题了。2、InvalidstarttagLinearLayoutmain.xml放错文件夹了,应该在\\res\
Stella981
•
3年前
CXF 入门:创建一个基于SOAPHeader的安全验证(CXF拦截器使用)
下面具体的webservice实现类直接用的是上面的,这里不再说明CXF拦截器使用,创建一个使用SOAPHeader的安全验证 xml格式:<soap:Header<auth:authenticationxmlns:auth"http://gd.chinamobile.com//authenticatio
Wesley13
•
3年前
Spring学习详解(1)——Spring入门详解
一:spring的基本用法:1,关于spring容器:spring容器是Spring的核心,该容器负责管理spring中的java组件,ApplicationContextctx newClassPathXmlApplicationContext("bean.xml");//这种方式实例化容器,容器会自动预初始化所有Bean实例
Stella981
•
3年前
Spring 手工装配对象
手工装配依赖对象,在这种方式中又有两种编程方式1\.在xml配置文件中,通过在bean节点下配置,如<beanid"orderDao"class"cn.itcast.service.OrderDao"/<beanid"orderService"class"cn.itcast.service.OrderServiceBea
Stella981
•
3年前
Maven项目环境搭建(Maven + Spring + IBatis)步骤
准备步骤1\.安装Maven,下载解压即可。官网下载(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fmaven.apache.org%2Fdownload.cgi)2\.修改maven\_home/conf/settings.xml中的<localReposito
Stella981
•
3年前
SpringBoot2.x打包成war(看这篇就够了)
springboot默认打包成jar,如果想打包成war,则需要做以下三步。1.修改pom.xml文件 a.将jar改成war1<groupIdcom.test</groupId2<artifactId01springbootHelloWorld</artifactId3<versi
Stella981
•
3年前
C结构体工具DirectStruct(综合示例二)
C结构体工具DirectStruct(综合示例二)1.编写定义文件,用工具dsc处理之,自动生成XML转换代码和ESQL代码片段2.编写应用代码3.编译运行\DirectStruct是一个强有
Stella981
•
3年前
Android百度地图开发(三)范围搜索
1.新建项目将地图API添加进classpath中:!(http://static.oschina.net/uploads/img/201503/22194557_5Zt9.png)2.在activity\_main.xml中添加一个MapView,用来显示地图:<LinearLayoutxmlns:android"http:
1
•••
32
33
34
•••
537