- 博客(4)
- 收藏
- 关注
原创 shiro框架不需要重启动态更新权限资源
public void updatePermission() { try { HttpServletRequest request = ((ServletRequestAttributes) RequestContextHolder.getRequestAttributes()).getRequest(); ServletContex
2015-06-02 19:57:57 2522
原创 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 12874 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 715
原创 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 515
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人