02 2018 档案
摘要:student.getDateProperty("business","birth","yyyy-MM-dd",null)测试时 时间格式很重要 yyyy-MM-dd HH:mm:ss.SSS 如果写成了 yyyy-mm-dd 1990-12-01 就变成了 1990-01-01,要写成yyyy-M
阅读全文
摘要:<build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <configuration> <attach>true</atta
阅读全文
摘要:今天使用postman进行springmvc的测试发现提示404错误,检查原因发现是tomcat的配置问题.这里的发布的war包的访问地址 Application Context设置为了根路径”/” 所以访问的地址是直接controller上面的requestmapping中的地址,postman中
阅读全文
摘要:public class SMSMessageHandler implements InitializingBean { @Overridepublic void afterPropertiesSet() throws Exception { //初始化属性 smsServiceMap.put(Co
阅读全文
摘要:https://www.2cto.com/kf/201310/251778.html
阅读全文
摘要:* @author Rod Johnson* @see BeanNameAware* @see BeanFactoryAware* @see BeanFactory* @see org.springframework.beans.factory.support.RootBeanDefinition#
阅读全文
摘要:package com.aliyun.openservices.ons.api;/** * 消息监听器,Consumer注册消息监听器来订阅消息 */public interface MessageListener { /** * 消费消息接口,由应用来实现<br> * * @param messa
阅读全文
摘要:添加远程仓库git remote add Zk 仓库地址.git查看远程仓库git remote -v上传远程仓库git push Zk master删除远程仓库Zkgit remote rm Zk
阅读全文

浙公网安备 33010602011771号