2019年12月6日
摘要: 突然感悟了什么时候需要NoSQL。 当BaseModel不确定模式的时候。 例如,一个管理mysql集群的webapp,很容易想到的model有cluster对象,一个cluster对象有1到多个mysqlapp对象。mysqlapp的字段可能有id, clusterid, hostip, mysq 阅读全文
posted @ 2019-12-06 13:10 还好可以改名字 阅读(204) 评论(0) 推荐(0) 编辑
摘要: spring security的典型用法 配置 下面是spring security.xml的配置 在web.xml中添加spring的DelegatingFilterProxy 其中contextAttribute配置的spring的webapplicationcontext的key name,注 阅读全文
posted @ 2019-12-06 09:28 还好可以改名字 阅读(426) 评论(0) 推荐(1) 编辑