会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
今天是昨天的果
今天好好播种,愿明天有个好果
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2022年9月15日
postman使用教程
摘要: 1、postmapping: 2、deletemapping
阅读全文
posted @ 2022-09-15 13:37 快乐的小太阳
阅读(74)
评论(0)
推荐(0)
2018年6月20日
jauery table
摘要: $("#tableData tr:gt(0)").each(function() { }//橘色部分是查找id为tableData的DataTable里面除第一行以外的行
阅读全文
posted @ 2018-06-20 09:23 快乐的小太阳
阅读(106)
评论(0)
推荐(0)
2017年8月28日
bug-5——(js)indexOf()
摘要: indexOf()方法可返回某个指定的字符串值在字符串中首次出现的位置。 ①对大小写敏感 ②如果要检索的字符串值没有出现,则该方法返回-1. ③位置时从0开始的 $j(this).html().indexOf() 补充:lastIndexOf(),substring(),charCodeAt() c
阅读全文
posted @ 2017-08-28 15:17 快乐的小太阳
阅读(252)
评论(0)
推荐(0)
bug-4——bootStrap中的table语言设置
摘要: $(document).ready(function() { $('.datatable').dataTable( { "Language": {"sUrl": "page_zh_CN.json"} });<table class="table table-striped table-bordere
阅读全文
posted @ 2017-08-28 09:59 快乐的小太阳
阅读(1386)
评论(0)
推荐(0)
2017年8月23日
bug-3——onload,onbeforeunload,Onunload的区别
摘要: window.onload事件设置页面加载时执行的动作,即进入页面的时候执行的动作。 window.onunload已经从服务器上读到了需要加载的新的页面,在即将替换掉当前页面时调用 一般用于设置当离开页面以后执行的动作。 window.onbeforeunload是正要去服务器读取新的页面时调用,
阅读全文
posted @ 2017-08-23 17:37 快乐的小太阳
阅读(327)
评论(0)
推荐(0)
bug-2——tab中beforeActivate:在对象活动前触发
摘要: $j("#tabs").tabs({ beforeActivate:function(event,ui){ var ret = apoCheck('${requestScope.apoEntryForm.updateKey}'); if(!ret){return false;}} }) check不
阅读全文
posted @ 2017-08-23 16:50 快乐的小太阳
阅读(291)
评论(0)
推荐(0)
bug_1——oracle listagg():列转行
摘要: select listagg(字段名 ,',') within group (order by 字段名) from表 where 条件 listagg():列转行 WM_CONCAT():和并列函数 注意:oracle11中有wm_concat()函数, oracle12中已经摒弃了,可以使用lis
阅读全文
posted @ 2017-08-23 16:43 快乐的小太阳
阅读(261)
评论(0)
推荐(0)
2017年6月29日
java上传文件,下载文件
摘要: 2。下载文件
阅读全文
posted @ 2017-06-29 16:32 快乐的小太阳
阅读(172)
评论(0)
推荐(0)
2017年6月28日
js与jquey的表达
摘要: jquery 1.$("#id").css("display") 2.$(this) 3.attr(a,b) :在a里面追加元素b 4.prop: function(obj,objArr){ if(($(obj).attr("type") == "checkbox" && $j(obj).prop(
阅读全文
posted @ 2017-06-28 15:13 快乐的小太阳
阅读(181)
评论(0)
推荐(0)
js实现粘贴板复制
摘要: <a href = '#' onclick ='javascript:window.clipboardData.setData('text','${form.param}');alert('クリップボードにコピーしました');'></a> href = '#' :无意义 window.clipboa
阅读全文
posted @ 2017-06-28 10:34 快乐的小太阳
阅读(234)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告