码迷,mamicode.com
首页 >  
搜索关键字:ash    ( 8897个结果
oracle 查看运行中sql
sys用户登录 SELECT b.sid oracleID, b.username 登录Oracle用户名, b.serial#, spid 操作系统ID, paddr, sql_text 正在执行的SQL, b.machine 计算机名 FROM v$process a, v$session b, ...
分类:数据库   时间:2016-10-27 12:27:16    阅读次数:237
[转]kilo版openstack的dashboard在session超时后重新登录报错解决办法
http://blog.csdn.net/wylfengyujiancheng/article/details/50523373?locationNum=1&fps=1 1、现象描述: kilo版本的openstack在正常登陆后长时间不做任何操作,dashboard会超时,重新登录会报如下错误: ...
分类:其他好文   时间:2016-10-27 09:58:26    阅读次数:250
jsp九大内置对象和四大作用域
看到网上一些Jsp内置对象介绍的都不是很全,今天我把各位大神的整理了一下。 JSP九大对象:内置对象(又叫隐含对象,有9个内置对象):不需要预先声明就可以在脚本代码和表达式中随意使用。 一、request对象:代表的是来自客户端的请求,例如我们在FORM表单中填写的信息等,是最常用的对象。客户端的请 ...
分类:Web程序   时间:2016-10-27 00:50:36    阅读次数:292
shell数组(产生不同的随机数)
...
分类:编程语言   时间:2016-10-27 00:47:37    阅读次数:178
编程语言随想
欢迎光临我的 [QQ空间](http://user.qzone.qq.com/570926881/blog/1477487825) 本人其实没有足够的资格谈论这个问题,其实真正用过的语言也就C/C++,PHP,JS。其他的很多语言也只停留在知道的阶段,当然用过的语言也不精通,只是想就这个一直堆积在自 ...
分类:编程语言   时间:2016-10-26 22:30:33    阅读次数:418
spark源码阅读-脚本篇
spark都进化到2.0了,虽然之前对spark有所了解但总感觉似懂非懂的,所以想花时间看看源码。 面对大量的源码从哪里着手呢,想到老子的一句话“天下难事必作于易,天下大事必作于细”,所以就从脚本部分来啃。 因本人脚本编程能力也并不是那么强,所以在总结的时候会穿插一些shell的东西。此处只介绍sh ...
分类:其他好文   时间:2016-10-26 16:16:30    阅读次数:380
LeetCode 383 Ransom Note
Problem: Given an arbitrary ransom note string and another string containing letters from all the magazines, write a function that will return true if ...
分类:其他好文   时间:2016-10-26 13:35:07    阅读次数:206
ASP.NET’s compilation system
Compilation in ASP.NET applications First, let’s take a moment to revisit compilation in the context of ASP.NET applications. There are generally two ...
分类:Web程序   时间:2016-10-26 00:42:23    阅读次数:274
KS光盘制作 for rhel6.5 and rhel7.2
redhat rhel rhel6.5 rhel6 rhel7 rhel7.2 ks iso ...
分类:其他好文   时间:2016-10-26 00:39:11    阅读次数:196
Nginx:Pitfalls and Common Mistakes
New and old users alike can run into a pitfall. Below we outline issues that we see frequently as well as explain how to resolve those issues. In the ...
分类:其他好文   时间:2016-10-26 00:32:57    阅读次数:297
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!