上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: /** * @param start 起始日期 * @param end 结束日期 * @return */ public static List getDate(String start,String end){ // SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); List list = ne... 阅读全文
posted @ 2018-02-02 15:53 咸鱼也疯狂 阅读(872) 评论(0) 推荐(0) 编辑
摘要: //实例 思路来源: https://www.cnblogs.com/bunuo/p/6140750.html 阅读全文
posted @ 2018-02-01 11:48 咸鱼也疯狂 阅读(16020) 评论(0) 推荐(0) 编辑
摘要: 软件推荐网站 https://amazing-apps.gitbooks.io/windows-apps-that-amaze-us/zh-CN/ 国外软件下载 https://sourceforge.net/ 网址导航 http://www.giffox.com/ 网址导航 https://www 阅读全文
posted @ 2018-01-15 16:51 咸鱼也疯狂 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 5 Bootstrap 实例 - 警告框(Alert)插件 alert() 方法 6 7 8 9 10 11 12 警告框(Alert)插件 alert() 方法 13 14 × 15 成功!结果是成功的。 16 17 18 × 19 警告!... 阅读全文
posted @ 2018-01-08 10:59 咸鱼也疯狂 阅读(5639) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2018-01-08 10:56 咸鱼也疯狂 阅读(3781) 评论(0) 推荐(0) 编辑
摘要: import sun.misc.BASE64Decoder; import java.io.FileOutputStream; import java.io.OutputStream; /** * @author ydy * @version 2017/12/29 14:02 */ public class ImageUtils { /** *"data:image/j... 阅读全文
posted @ 2017-12-29 15:23 咸鱼也疯狂 阅读(233) 评论(0) 推荐(0) 编辑
摘要: org.apache.commons.lang Class StringUtils Operations on String that are null safe. IsEmpty/IsBlank - checks if a String contains text Trim/Strip - rem 阅读全文
posted @ 2017-12-26 11:57 咸鱼也疯狂 阅读(16010) 评论(0) 推荐(0) 编辑
摘要: 使用的是 jsPDF 引用 HTML 阅读全文
posted @ 2017-12-21 11:57 咸鱼也疯狂 阅读(563) 评论(0) 推荐(0) 编辑
摘要: 最近做项目的时候,需要用到浏览器截图,这里并不是指浏览器插件的截图,我使用的是 html2canvas ,html2canvas是一个JS脚本. 下面我将简单介绍一下html2canvas的使用与局限性,其实介绍和描述官网已经说的很清楚的了 介绍 该脚本允许您直接在用户浏览器上截取网页或其部分的“截 阅读全文
posted @ 2017-12-21 11:41 咸鱼也疯狂 阅读(508) 评论(0) 推荐(0) 编辑
摘要: 接下来这里只说WEB项目打包,相信大多数都是用的WEB项目吧,关于打包WAR,真的很头痛,网上说的试了好好次都不行. 后来懂了之后,真的很简单好么,分享给大家 不要多走弯路了. 注意: 如果你是Eclipse的WEB项目转到IDAE的,看我的就对了. 我的项目是Eclipse项目,转到IDEA, 要 阅读全文
posted @ 2017-11-16 16:54 咸鱼也疯狂 阅读(1844) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页
Fork me on GitHub