E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
XSI
Maven父项目,结合Maven根项目
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:
xsi
="http://www.w3.org/2001
javsmiles
·
2013-05-12 20:00
maven
Maven根项目
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:
xsi
="http://www.w3.org/2001
javsmiles
·
2013-05-12 20:00
maven
wabacus 显示 求和 日期查询 sum
> <applications xmlns="http://www.wabacus.com" xmlns:
xsi
="http://www.w3.
wangcheng2008china
·
2013-05-12 18:00
wabacus
Spring3整合JPA2.0
version="2.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:
xsi
jeremy102
·
2013-05-06 12:00
Spring3
spring学习笔记7--使用spring进行面向切面的(AOP)编程(1)注解方式实现
开发(2)基于xml配置方式进行AOP开发一、环境配置1.在配置文件中引入aop命名空间 xmlns:aop="http://www.springframework.org/schema/aop"
xsi
Hollboy
·
2013-05-04 12:00
注解
spring
AOP
Active MQ的配置和使用
www.springframework.org/schema/beans" xmlns:amq="http://activemq.apache.org/schema/core" xmlns:
xsi
stevezheng
·
2013-05-03 13:00
java
activemq
培训
Active MQ的配置和使用
www.springframework.org/schema/beans" xmlns:amq="http://activemq.apache.org/schema/core" xmlns:
xsi
stevezheng
·
2013-05-03 13:00
java
activemq
培训
maven setting文件详细解释
> <settings xmlns="http://maven.apache.org/POM/4.0.0" xmlns:
xsi
="http://www.w3.org
wusuoya
·
2013-05-02 17:00
maven
spring 配置
<web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:
xsi
xxxx1243
·
2013-05-02 12:00
spring
springMVC对ibatis,hibernate,aop,缓存等的配置
> <web-app xmlns:
xsi
="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://
xxxx1243
·
2013-05-02 12:00
Hibernate
Spring2.5.6中定时器Quarz的使用
> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:
xsi
free0007
·
2013-04-27 16:00
spring
Ehcache RMI Replicated Cluster(RMI集群)
A.java,B.java,C.java, 就可以在eclipse的console中就可以看到3个cache的内容同步啦 1. ehcache 配置文件 <ehcache xmlns:
xsi
caiwenhn2008
·
2013-04-25 23:00
ehcache
Spring 读取 properties 文件的解决方案
的配置文件中,加入 引入命名空间: xmlns:util="http://www.springframework.org/schema/util"
xsi
huyumin
·
2013-04-25 16:00
properties
Ehcache的使用
Ehcache默认的配置文件是ehcache.xml,内容如下:
xsi="http://www.w3.org/2001/XMLSchema-instan
拈花微笑
·
2013-04-25 10:00
ehcache
使用maven2 打ear包
> < project xmlns ="http://maven.apache.org/POM/4.0.0" xmlns:
xsi
="http://www.w3
thecloud
·
2013-04-24 16:00
maven2
使用maven2 打ear包
> < project xmlns ="http://maven.apache.org/POM/4.0.0" xmlns:
xsi
="http://www.w3
thecloud
·
2013-04-24 16:00
maven2
spring application.xml
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:
xsi
="http://www.w3
pengfeicao521
·
2013-04-24 14:00
application
android 集成maven 配置
settings.xml settings.xml <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:
xsi
friping
·
2013-04-23 21:00
android
Linux
XSI
IPC 之共享内存
对于共享内存的知识点介绍,大家可以参阅下面这两篇文章:共享内存基础知识01共享内存基础知识02注意:如果在代码中没有手动删除,共享内存并不会随着程序的终止而自动清理!大家可以使用shell命令:ipcs-m查看自己的共享内存区。效果如下图所示:其中:第一列就是共享内存的key;第二列是共享内存的编号shmid;第三列就是创建的用户owner;第四列就是权限perms;第五列为创建的大小bytes;
jiajiayouba
·
2013-04-23 17:00
共享内存
ssh框架连不同的数据库配置
> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:
xsi
="http:
LynsaHuang
·
2013-04-23 15:00
mysql
SQL Server
ssh
maven nexus
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:
xsi
="http:/
ssydxa219
·
2013-04-22 13:00
maven nexus
Spring 3.X IoC装配 Bean 的方式
> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:
xsi
="http:
TRAMP_ZZY
·
2013-04-20 12:00
Spring 3
Linux
XSI
IPC 之信号量
关于信号量的定义和系统调用,可以查看这篇博文:点击打开链接其中,注意一点就是:在编译信号量程序时,semctl函数,其中一个参数是unionsemun联合体。但是在编译时,unionsemun_semval;这段声明联合体的代码却报错:storagesizeof'_semval' isn'tknown.查看semctl手册,在Notes中可以看到这么一段:Insomeearlierversions
jiajiayouba
·
2013-04-19 18:00
Maven eclipse 构建Spring 项目配置文件
> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:
xsi
="http:
TRAMP_ZZY
·
2013-04-18 16:00
eclipse
Linux
XSI
IPC 之消息队列
今天在学习XSIIPC编程时,发现APUE上的消息队列这一章节讲解的很粗略,阅读两遍后仍是一头雾水。被逼无奈,只好求助百度。在查看了很多前辈们的文章后,终于有所领悟。其中,http://blog.csdn.net/zhsp1029/article/details/2171462 zhsp1029的博客讲解的很好,今天就以此文章为基础,加入一些自己的见解。对消息队列的操作有下面三种类型:1、 打开
jiajiayouba
·
2013-04-17 17:00
spring简单aop切面示例
> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:
xsi
="http:
linlargy
·
2013-04-15 22:00
spring
AOP
spring1
beans xmlns="http://www.springframework.org/schema/beans" xmlns:
xsi
past2010
·
2013-04-14 22:00
spring
JPA基础
> <persistence xmlns="http://java.sun.com/xml/ns/persistence" xmlns:
xsi
="http
diaochenlong2
·
2013-04-11 00:00
jpa
java压缩文件生成XXX.tar.gz压缩包
若用maven,pom.xml文件内容如下: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:
xsi
飞龙8805
·
2013-04-09 13:00
java压缩
SpingMvc定时器
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:
xsi
HC-JAVA
·
2013-04-08 20:00
SpringMVC定时器
aop advisor说明以及The prefix "aop" for element "aop:config" is not bound.错误原因
还要在<beans>中要加入“xmlns:aop”的命名申明, 并在“
xsi
:schemaLocation”中指定aop配置的schema的地址 配置文件如下:<?
快快乐乐的北斗
·
2013-04-08 19:00
AOP
maven+springmvc+spring+hibernate配置
+hibernate+springmvc的maven配置 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:
xsi
chenhongbinjs
·
2013-04-08 16:00
Hibernate
使用cxf-codegen-plugin编译wsdl
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:
xsi
="http://www.w3.org/2001
liqinghui
·
2013-04-08 09:00
maven
wsdl
spring的AOP配置
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:
xsi
="http
logqq
·
2013-04-06 15:00
spring
AOP
CXF入门教程(1) -- 第一个webService
本代码使用Maven来管理依赖 pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:
xsi
pyzheng
·
2013-04-06 15:00
webservice
CXF入门教程(1) -- 第一个webService
本代码使用Maven来管理依赖 pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:
xsi
pyzheng
·
2013-04-06 15:00
webservice
spring scheduled注解定时任务
使用注解执行定时任务 1.application配置文件加上 xmlns:task="http://www.springframework.org/schema/task"
xsi
zhenther
·
2013-04-05 23:00
XSI
IPC——System V消息队列
SystemV消息队列1、key_t键和ftok函数三种类型的SystemVIPC使用key_t值作为它们的名字,头文件把key_t这个数据类型定义为一个整数。函数ftok把一个已存在的路径名和一个整数标识符转换成一个key_t值,称为IPC键。#includekey_tftok(constchar*pathname,intid);该函数把从pathname导出的信息与id的低序8位组合成一个整数
Acceptedxukai
·
2013-04-05 15:00
解析xml02
<web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:
xsi
蔡鹏兴
·
2013-04-03 22:00
xml
spring3.2+hibernate4.1采用声明式的事务处理
> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:
xsi
="http:
wosyingjun
·
2013-04-01 09:00
spring
Hibernate
事务管理
Spring配置ibatis
> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:
xsi
="http:
tangxininjava
·
2013-03-31 17:00
spring配置
我的Maven样板POM.XML文件
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:
xsi
="http://www.w3.org/2001
好事DOMO
·
2013-03-30 15:00
pom.xml
.Net 序列化(去除默认命名空间,添加编码)
枚举永远是可序列化的 XML序列化时去除默认命名空间xmlns:xsd和xmlns:
xsi
publicstaticvoidSerialize(ExportMetadataSummaryexportMetadataSummary
冰碟
·
2013-03-29 15:00
最近遇到了分页的问题,以前真的没仔细研究过了,这几天仔细研究了一下和在网上找到了一些资料,基本原理弄清楚了,首先感谢网上那些资料的作者,以下是我的页面代码(包括完成的登录验证和数据分页)如下:
<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:
xsi
ding43930053
·
2013-03-28 13:00
分页
The prefix "mvc" for element "mvc:annotation-driven" is not bound 的解决方法
解决办法:在该配置文件上面的beans中添加xmlns:mvc="http://www.springframework.org/schema/mvc"
xsi
:schemaLocation="http:/
luanxiyuan
·
2013-03-27 09:00
spirng声明式事务配置
> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:
xsi
="http
刘小小尘
·
2013-03-26 16:00
声明式事务
转:
xsi
:schemaLocation详解
转自:http://blog.csdn.net/zhengyeqing520/article/details/6091656; 作者对xml的有详细的解析
xsi
:schemaLocation详解
dugu61888
·
2013-03-26 16:00
xml
关于spring配置jpa事物了,但是我想加入aop切面留着做日志,不知道怎么加入
> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:
xsi
="http://
lalage
·
2013-03-21 22:00
spring
AOP
jpa
spring链接数据库applicationContext.xml配置
> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:
xsi
="http:
思成super
·
2013-03-21 21:00
Spring+Hibernate+Jpa+Struts2整合实例
> <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:
xsi
="ht
huttoncs
·
2013-03-20 14:00
spring
Hibernate
struts
jpa
上一页
23
24
25
26
27
28
29
30
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他