2018年1月3日

idea中加载配置文件找不到的问题解决办法

摘要: InputStream is = SignetApplyUtils.class.getClassLoader().getResourceAsStream("Singnet.properties");//实例化文件属性配置文件类 Properties props = new Properties();//从写入流中加载属性配置文件 props.load(is);//开始读取属性 Stri... 阅读全文

posted @ 2018-01-03 17:10 走叉月月鸟飞 阅读(1117) 评论(0) 推荐(0)

input标签内时间回显

摘要: <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> 添加一下上边这个<input type="text" placeholder="日期" value="<fmt:formatDate value='${config.a 阅读全文

posted @ 2018-01-03 17:03 走叉月月鸟飞 阅读(3592) 评论(0) 推荐(1)

点击按钮弹出弹框

摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> .click_btn{ border: 1px solid cornflowerblue; background: 阅读全文

posted @ 2018-01-03 16:57 走叉月月鸟飞 阅读(371) 评论(0) 推荐(0)

简单好用的时间插件laydate实现开始时间和结束时间的限制

摘要: 首先,引入js文件,laydate的js文件可以去官网下载 <script src="{{asset('lib/js/jquery-2.0.3.min.js')}}"></script> <script src="{{asset('lib/js/laydate/laydate.dev.js')}}" 阅读全文

posted @ 2018-01-03 16:16 走叉月月鸟飞 阅读(4069) 评论(1) 推荐(1)

导航