会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
备忘录
记录点滴技术
博客园
::
首页
::
新随笔
::
联系
::
订阅
::
管理
::
公告
上一页
1
···
8
9
10
11
12
13
14
15
下一页
2017年12月26日
兼容ie,火狐的判断回车键js脚本
摘要: 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)
oracle批量删除某个用户下的所有表
摘要: 打开sql developer,输入如下语句,把USERNAME替换为需要删除的的用户名 然后把查询出来的结果复制出来执行一遍就行了。
阅读全文
posted @ 2017-12-26 16:12 goding
阅读(377)
评论(0)
推荐(0)
oracle12建立非C##用户并且导入数据
摘要: 由于要导入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日
删除iis日志(deliislogs.vbs)
摘要: '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日
NPOI导出excel(2.0.6版本)
摘要: 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日
自己遇到的ajax调用ashx文件无法获取返回值的一种情况
摘要: 无法获取返回值的ashx文件大致如下: 这种情况调用该文件是无法获取返回值的,必须先获取客户端提交的表单,然后再返回,才能取到返回值,不知道为何如此。 修改后的ashx文件:
阅读全文
posted @ 2016-06-15 16:54 goding
阅读(603)
评论(0)
推荐(0)
2016年5月31日
IIS短文件名泄露漏洞检测
摘要: 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日
locaton.href传参数
摘要: 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连接SSAS,在身份验证时弹出对话框提示“传输层中遇到错误”,后来发现其实就是用户名或密码不对,不知道为何Excel不提示一个明确一点的信息。
阅读全文
posted @ 2015-06-10 12:54 goding
阅读(818)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
下一页