摘要:
一、操作String类型数据 @RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration("classpath:spring/applicationContext-redis.xml") public class RedisStrTes 阅读全文
摘要:
当你在服务器外部或另一个服务器中向当前服务器中发送部分请求时,如Ajax请求,会受到浏览器同源策略的限制,No 'Access-Control-Allow-Origin' header is present on the requested resource',解决方法如下: @RequestMap 阅读全文