会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
唐宋丶元明清
分享你的代码,让别人头秃
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
2017年11月9日
使用JS刷新showModalDialog窗口
摘要: --网上查找的,方便记住-- 1:在showModalDialo窗口的<html>与<Head>之间加上<base target="_self"> ,使这个页面上链接都在本窗口中打开 2:在页面中加一个隐藏<a>标签,如:<a id="reload" href="" tyle="display:no
阅读全文
posted @ 2017-11-09 17:27 唐宋丶元明清
阅读(411)
评论(0)
推荐(0)
2017年11月7日
日期格式转换(String->Date)
摘要: --网上的方法-- /** * 字符串转Date(YYYY-MM-DD HH:MM:SS) * @param dateString * @returns {Date} */ function convertDateFromString(dateString) { if (dateString) {
阅读全文
posted @ 2017-11-07 11:21 唐宋丶元明清
阅读(638)
评论(0)
推荐(0)
2017年10月20日
根据当前日期及出生日期,计算当前年龄(function)
摘要: create or replace function F_GET_NL_BY_CSRQ(csrq date, v_date date)return number/* * 根据出生日期和日期,计算当时的年龄 */as v_yr1 char(4); v_yr2 char(4);begin begin v
阅读全文
posted @ 2017-10-20 18:03 唐宋丶元明清
阅读(1127)
评论(0)
推荐(0)
2017年10月17日
导出方法(记录)
摘要: //将数据保存到临时文件 public String wordPrint(File file,HttpServletRequest request, HttpServletResponse response) throws IOException { InputStream fin = null;
阅读全文
posted @ 2017-10-17 19:48 唐宋丶元明清
阅读(151)
评论(0)
推荐(0)
上一页
1
2
3
4
公告