一、WCF的定义WCF是.NET 3.0后开始引入的新技术,意为基于windows平台的通讯服务。首先在学习WCF之前,我们也知道他其实是加强版的一个面向服务(SOA)的框架技术。如果熟悉WebService就会知道WebService是基于XML+XSD,SOAP和WSDL三大技术,当然他也是采用...
分类:
其他好文 时间:
2015-07-10 02:14:22
阅读次数:
281
(六)Advice parameters(advice带参数的情况)例子:修改MyAspect(添加around_init方法):package com.aop.schema;import org.aspectj.lang.ProceedingJoinPoint;/**** 切面类**/public...
分类:
编程语言 时间:
2015-07-10 00:23:43
阅读次数:
154
execution用于匹配方法执行的连接点execution(public * *(..))execution(* set*(..))execution(* com.xyz.service.AccountService.*(..))execution(* com.xyz.service..(..))...
分类:
编程语言 时间:
2015-07-09 17:46:06
阅读次数:
140
xerces-c是一个可以校验XML合法性的XML解析器,它的语言是C++,它的官方主页:http://xml.apache.org/xerces-c。它支持下面这些标准:XML 1.0 ,XML 1.1 ,DOM 1, 2, 3 , SAX 1.0 和SAX 2.0, XML Schema。
xerces操作XML主要是分几步:
先调用XMLPlatformUtils::Init...
分类:
其他好文 时间:
2015-07-09 13:16:10
阅读次数:
99
New xSQL Schema Compare - version 5Compare the schemas of two SQL Server databases, review differences, generate synchronization script and execute it...
分类:
数据库 时间:
2015-07-09 12:38:05
阅读次数:
539
下面交代一下使用的框架
前端: EasyUI+Jquery+Ajax
后台: Spring+Structs2+mybatis
数据库: Oracle
使用工具: MyEclipse12+Maven
操作系统: win7
1.spring.xml
<beans xmlns="http://www.springframework.org/schema/beans...
分类:
其他好文 时间:
2015-07-09 09:48:50
阅读次数:
162
spring schema
spring aop aspect
参考1dubbo service 包名:com.alibaba.dubbo.config参考2spring mvc 包名:org.springframework.web.servlet.config
可以参考这两个的实现,利用schema添加自定义注解并处理自己的注解,注册搜索模块。大致理解
通...
分类:
编程语言 时间:
2015-07-08 22:43:38
阅读次数:
342
兼容公司老版本项目,必须得用spring mvc2.5.6,那么问题来了。怎么配置controller都抛出no mapping的错误。经过查文档得出以下配置,仅供参考。
servlet-config.xml
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www....
分类:
编程语言 时间:
2015-07-08 19:12:06
阅读次数:
119
book.xsd:
book.xml:
<books xmlns:xsi...
分类:
其他好文 时间:
2015-07-08 12:59:51
阅读次数:
121
Spring jms 的命名空间 xmlns:jms="?
xsi:schemaLocation="
http://www.springframework.org/schema/jms
http://www.springframework.org/schema/jms/spring-jms.xsd" Spring jms 的命名空间元素 SpringJMS 提供...
分类:
编程语言 时间:
2015-07-08 00:49:54
阅读次数:
125