摘要:
配置事物: @Configuration /**强制使用cglib代理时就把proxy-target-class设为true.*/ @EnableTransactionManagement(proxyTargetClass=true) public class DataBaseConfigurati 阅读全文
摘要:
js调用问题 最近用js调用另一个站点时报错了,报错信息:No 'Access-Control-Allow-Origin' header is present on the requested resource。js跨域问题。 后台C#接口 使用默认的回调函数: 前台js调用示例:(回调函数和后台指 阅读全文