自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 shiro框架不需要重启动态更新权限资源

public void updatePermission() { try { HttpServletRequest request = ((ServletRequestAttributes) RequestContextHolder.getRequestAttributes()).getRequest(); ServletContex

2015-06-02 19:57:57 2492

原创 jquery根据特定的值设置 input type=radio 单选框为选中状态

$(".valLookBox input[name='agreeable']").each(function(){ if($(this).val() == result.status){ $(this).prop( "checked", true ); }});注意这里直接通过$(".valLookBox input[name='agreeable']").val("某个值")的方式不能

2015-06-02 19:53:57 12813 1

原创 Spring注入自定义的从数据库中读取的Properties

<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xsi:schemaLocation="ht

2015-04-21 13:41:57 684

原创 SpringMvc中如何通过Ajax方式提交对象数据

JavaScript客户端中要声明contentType:"application/json"function updateNavigation(){ var i18ns = []; i18ns.push({"i18nId":$("#i18nId_"+lanCode).val(),"langCode":lanCode,"navigationName":$("#n

2015-04-03 08:47:28 472

空空如也

空空如也

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

TA关注的人

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