• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
如何静
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理

2018年4月10日

Spring 自动清除缓存的配置
摘要: - spring.resources.chain.strategy.content.enabled=true - spring.resources.chain.strategy.content.paths=/** 阅读全文
posted @ 2018-04-10 19:34 如何静 阅读(993) 评论(0) 推荐(0)
 
 

2017年6月27日

WINDOWS 下设置单独的java环境
摘要: set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_65set PATH=%JAVA_HOME%\bin;%PATH%;D:cd D:\JavaProjectcmd 阅读全文
posted @ 2017-06-27 11:07 如何静 阅读(252) 评论(0) 推荐(0)
 
Lets encrypt安装及配置
摘要: letsencrypt recommend that most people with shell access use the Certbot ACME client.It can automate certificate issuance and installation with no dow 阅读全文
posted @ 2017-06-27 11:06 如何静 阅读(506) 评论(0) 推荐(0)
 
NGINX 安装于配置
摘要: just a simple example, for more information -> http://nginx.org/en/docs/.1.vi /etc/yum.repos.d/nginx.repo 2. find repo from http://nginx.org/packages, 阅读全文
posted @ 2017-06-27 11:01 如何静 阅读(246) 评论(0) 推荐(0)
 
Linux Java 环境配置及内置tomcat部署
摘要: tar zxvf jdk-8u101-linux-x64.tar.gz vi /etc/profile JAVA_HOME=/home/puma/jdk1.8.0_111JAVA_BIN=/home/puma/jdk1.8.0_111/binPATH=$PATH:$JAVA_BINCLASSPATH 阅读全文
posted @ 2017-06-27 11:00 如何静 阅读(535) 评论(0) 推荐(0)
 
 

2017年4月5日

firefox event.preventDefault(); 没有效果的解决方案
摘要: $('.sub-list-click a').click(function (event) { event.preventDefault(); var sub = $(this).parent("li").next(".sub, .homepage-sub"); if (sub.css('displ 阅读全文
posted @ 2017-04-05 10:03 如何静 阅读(1890) 评论(0) 推荐(0)
 
 

2017年3月14日

WebService Client Generation Error with JDK8
摘要: java.lang.AssertionError: org.xml.sax.SAXParseException; systemId: jar:file:/path/to/glassfish/modules/jaxb-osgi.jar!/com/sun/tools/xjc/reader/xmlsche 阅读全文
posted @ 2017-03-14 10:37 如何静 阅读(185) 评论(0) 推荐(0)
 
 

2017年3月9日

python windows环境下文档备份
摘要: 注:由于Windows没有自带的压缩命令,需要把Winrar.exe文件复制到C:\Windows目录下 阅读全文
posted @ 2017-03-09 20:40 如何静 阅读(1139) 评论(0) 推荐(0)
 
 

2017年2月15日

js 提交表单添加csrf
摘要: function post(path, shipmentMap, method) { method = method || "post"; // Set method to post by default if not specified. var token = $('meta[name="_csrf"]').attr('content'); var tokenName... 阅读全文
posted @ 2017-02-15 10:30 如何静 阅读(5506) 评论(0) 推荐(0)
 
 

2017年2月10日

bootstrap-datepicker default value
摘要: $('.selectDate').datepicker({ format : "yyyy/mm/dd", autoclose : true, startDate : new Date() }).on('show', function(){ if($(this).attr('value') == '') { $(this).... 阅读全文
posted @ 2017-02-10 16:26 如何静 阅读(1041) 评论(0) 推荐(0)
 
 
下一页

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3