备忘录

记录点滴技术

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::
上一页 1 ··· 8 9 10 11 12 13 14 15 下一页

2017年12月26日

摘要: var event = window.event || arguments.callee.caller.arguments[0]; var keycode = event.keyCode || event.which; if (keycode == 13) { alert("检测到回车"); } 阅读全文
posted @ 2017-12-26 16:13 goding 阅读(435) 评论(0) 推荐(0)

摘要: 打开sql developer,输入如下语句,把USERNAME替换为需要删除的的用户名 然后把查询出来的结果复制出来执行一遍就行了。 阅读全文
posted @ 2017-12-26 16:12 goding 阅读(377) 评论(0) 推荐(0)

摘要: 由于要导入dmp文件,所以想建立和oracle11一样的用户,折腾了半天,记录一下过程: 1、进入sqlplus,建立用户和分配权限 cmd>sqlplus /nolog SQL>conn sys/sys as sysdba SQL>show con_name; CON_NAME CDB$ROOT 阅读全文
posted @ 2017-12-26 15:55 goding 阅读(3492) 评论(0) 推荐(0)

2017年9月29日

摘要: 'path 目录 'ext 文件扩展名'expiredDays 保留多少天以内的文件Sub LogCleaner(path,ext,expiredDays) On Error Resume Next Set oFso = CreateObject("Scripting.FileSystemObjec 阅读全文
posted @ 2017-09-29 15:43 goding 阅读(176) 评论(0) 推荐(0)

2017年9月26日

摘要: niop2.0.6 阅读全文
posted @ 2017-09-26 16:11 goding 阅读(464) 评论(0) 推荐(0)

2017年6月1日

摘要: http://s.3g.qq.com/qrcard?aid=o364121329&uuid=960650&fr=4 阅读全文
posted @ 2017-06-01 12:40 goding 阅读(226) 评论(0) 推荐(0)

2016年6月15日

摘要: 无法获取返回值的ashx文件大致如下: 这种情况调用该文件是无法获取返回值的,必须先获取客户端提交的表单,然后再返回,才能取到返回值,不知道为何如此。 修改后的ashx文件: 阅读全文
posted @ 2016-06-15 16:54 goding 阅读(603) 评论(0) 推荐(0)

2016年5月31日

摘要: http://www.xxxx.com/*~1****/a.aspx http://www.xxxx.com/l1j1e*~1****/a.aspx If the first one return an HTTP 404 and the second one return an 400.Your s 阅读全文
posted @ 2016-05-31 16:42 goding 阅读(1554) 评论(0) 推荐(0)

2015年12月2日

摘要: location.href = location.href.substring(0,location.href.lastIndexOf('?'))+'?typeId=' + fid + '&page=' + page;其实这样写就可以了:location.href ='?typeId=' + fid... 阅读全文
posted @ 2015-12-02 17:14 goding 阅读(266) 评论(0) 推荐(0)

2015年6月10日

摘要: 用Excel连接SSAS,在身份验证时弹出对话框提示“传输层中遇到错误”,后来发现其实就是用户名或密码不对,不知道为何Excel不提示一个明确一点的信息。 阅读全文
posted @ 2015-06-10 12:54 goding 阅读(818) 评论(0) 推荐(0)

上一页 1 ··· 8 9 10 11 12 13 14 15 下一页