会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
↑
↓
爱跳舞的程序员
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
18
19
20
21
22
23
24
25
26
···
32
下一页
2019年6月21日
ant简单应用
摘要: ant需要jdk 所以自行先配置jdk的环境变量 大部分eclipse自带ant插件 如果没有就自行下载 1111111安装好ant后,设置ant环境变量 ANT_HOME配置插件跟目录 E:\Program Files (x86)\eclipse\plugins\org.apache.ant_1.
阅读全文
posted @ 2019-06-21 15:33 爱跳舞的程序员
阅读(258)
评论(0)
推荐(0)
2019年6月19日
js-tools时间处理
摘要: //把long值格式为字符串 function dateFormat(longTypeDate){ var dateTypeDate = ""; var date = new Date(); date.setTime(longTypeDate); dateTypeDate += date.getFu
阅读全文
posted @ 2019-06-19 11:09 爱跳舞的程序员
阅读(256)
评论(0)
推荐(0)
ligerGrid简单例子--通过后台转数据
摘要: jsp页面如下: <c:set var="ctx" value="${pageContext.request.contextPath}" /> <%@include file="/commons/include/html_doctype.html"%> <%@taglib prefix="f" ur
阅读全文
posted @ 2019-06-19 11:04 爱跳舞的程序员
阅读(582)
评论(0)
推荐(0)
ligerUiGrid简单例子
摘要: 效果图: <!DOCTYPE html><html><head> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" href="../css/skins/Aqua/css/ligerui-all.css" /> <script
阅读全文
posted @ 2019-06-19 09:09 爱跳舞的程序员
阅读(348)
评论(0)
推荐(0)
2019年6月18日
ligerLayout布局
摘要: 效果图: <!DOCTYPE html><html<head> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" href="../css/skins/Aqua/css/ligerui-all.css" /> <script
阅读全文
posted @ 2019-06-18 19:31 爱跳舞的程序员
阅读(864)
评论(0)
推荐(0)
ligerAccordion折叠
摘要: 效果图: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" href="../css/skins/Aqua/css/ligerui-all.css" /> <scri
阅读全文
posted @ 2019-06-18 19:17 爱跳舞的程序员
阅读(314)
评论(0)
推荐(0)
ligerTree简单例子
摘要: 效果图,如上 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <script type="text/javascript" src="../js/jquery.js"></script> <script typ
阅读全文
posted @ 2019-06-18 17:27 爱跳舞的程序员
阅读(395)
评论(0)
推荐(0)
ligerTab简单例子
摘要: 效果图: <html> <head> <meta charset="UTF-8"> <title></title> <script type="text/javascript" src="../js/jquery.js"></script> <script type="text/javascript
阅读全文
posted @ 2019-06-18 17:18 爱跳舞的程序员
阅读(956)
评论(0)
推荐(0)
2019年6月5日
util之DoubleUtil
摘要: import java.io.Serializable; import java.math.BigDecimal; import java.math.RoundingMode; import java.text.SimpleDateFormat; import java.util.Calendar;
阅读全文
posted @ 2019-06-05 09:35 爱跳舞的程序员
阅读(291)
评论(0)
推荐(0)
2019年5月20日
crypto.js加密传输
摘要: 前端页面 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <script type="text/javascript" src="js/jquery.js"></script> <script type="te
阅读全文
posted @ 2019-05-20 17:24 爱跳舞的程序员
阅读(1173)
评论(0)
推荐(0)
上一页
1
···
18
19
20
21
22
23
24
25
26
···
32
下一页
公告