自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 问答 (8)
  • 收藏
  • 关注

原创 //TODO

//TODO:xxxxxx 在IDE中做备注: 一般用于代办任务,提醒等

2017-05-19 14:14:51 366 2

原创 spring SecurityConfiguration中拦截url

@Override public void configure(WebSecurity web) throws Exception { web.ignoring() .antMatchers(HttpMethod.OPTIONS, "/**") .antMatchers("/app/**/*.{js,html}")

2017-05-16 11:33:04 8400

原创 Angular传多个值到controller

页面 <a ui-sref="work-record-glxss-car-person( {id:vm.workRecord.person.id,workRecordId:vm.workRecord.id}) " ></a> state .state('work-record', { parent: 'work-record', url:

2017-05-15 18:54:18 855

原创 AngularJs选择框

controller //数据 vm.warnings = [ {id : "1", name : "glxssSecurityApp.workRecordFace.dangerLevel1"}, {id : "2", name : "glxssSecurityApp.workRecordFace.dangerLevel2"},

2017-05-11 17:57:30 311 1

原创 maven设置镜像库

maven中私有化镜像,下面是阿里镜像库 需要在.m2的settings.xml中的mirrors中添加mirror节点 <mirrors> <mirror> <id>nexus-aliyun</id> <mirrorOf>*</mirrorOf> <name>Nexus aliyun</name> <url>htt

2017-05-05 12:20:06 487

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除