文章转自:http://m.bianceng.cn/database/Oracle/201407/42884.htm测试环境:版本11gR2SQL> select * from v$version where rownum=1;BANNER------------------------------...
分类:
其他好文 时间:
2014-07-27 23:09:59
阅读次数:
374
最近发现几个好用的工具,顺便总结下。procps-ng: top, free, ps, pgrep, vmstat ...sysstat: iostat, sar ...lsof,iftop,mtr,htopcv:新发现的监控cp,dd等即时速度的nmon:从AIX鼎鼎大名的topas移植过来的ds...
分类:
系统相关 时间:
2014-07-27 10:04:32
阅读次数:
333
【Stencil】 The stencil buffer can be used as a general purpose per pixel mask for saving or discarding pixels. The stencil buffer is usually an 8 bit.....
分类:
其他好文 时间:
2014-07-26 16:51:21
阅读次数:
267
给树莓派安装中文环境前提是已经连接网络首先当然是启动PI,然后登陆进去。接下来:输入 sudo apt-get update (升级PI官网组件)输入sudo apt-get install ttf-wqy-microhei (安装文泉驿中文字库,感谢作者。)输入sudo fc-cache (刷新字...
分类:
其他好文 时间:
2014-07-26 14:41:40
阅读次数:
286
题目:Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set.get(key) - Get ....
分类:
编程语言 时间:
2014-07-26 09:53:37
阅读次数:
402
# pwd && ls -a -l /? drwxrwxrwt root ? ? root ? ? ? ? ? ? ?2009-06-10 09:53 sqlite_stmt_journals? drwxrwx--- system ? cache ? ? ? ? ? ? 2008-09-06 22:51 cache? d---rwxrwx system ...
分类:
移动开发 时间:
2014-07-26 03:38:27
阅读次数:
437
相信大家都用过sprintf这个函数,就是下面这样:int sprintf( char*buffer,const char*format[,argument] ...);在之前看到了用va_list实现的几个处理字符串的函数,基本都是这种形式的,感到非常好用,今天来谈一下 va_list 的使用问题...
分类:
其他好文 时间:
2014-07-26 00:01:06
阅读次数:
407
一、问答题:(1)139邮箱资源服务器与缓存相关的响应首部是怎么配置的?(2)登录139邮箱web2.3,在浏览器有缓存的情况下,刷新页面,浏览器会不会重新发送请求获取静态资源?如果会,请列出与缓存相关的请求首部以及响应状态码;如果不会,请说明原因。(3)请指出Cache-Control与Expir...
分类:
其他好文 时间:
2014-07-25 19:13:02
阅读次数:
408
Javascript接收字符串生成XMLDOM对象。实测对Firefox、IE6有效。可用于解析ajax的服务器响应结果,也可用于解析自定义字符串。?1. [代码]函数 ppt模版/*** Parses DOM from XML text.** @author Typhoon.Free.Wolf* ...
分类:
编程语言 时间:
2014-07-25 19:04:51
阅读次数:
263