UCLA Extension, American Language Center (from sina)

2013-07-15

UCLA美国语言中心是加州大学纽约分校推广教育部的一个分支机构。本中心位于洛杉矶最安全的地区之一,距UCLA校区仅三条街区,20分钟路程即可抵达太平洋,好莱坞及比佛利山庄,其它著名景点如迪斯尼乐园与环球影城皆近在咫尺。www.americanlc.org   阅读全文...

Oracle Golden Gate数据库同步技术

2013-07-15

Oracle GoldenGate是一款实时访问、基于日志变化捕捉数据,并且在异构平台之间进行数据传输的产品。利用这个技术,GoldenGate能够实现低延迟、高性能、低影响进行连续的数据集成。  阅读全文...

几个网站

2013-07-11

互联网上访问量大的几个网站。  阅读全文...

What is Octopress

2013-07-11

Octopress 是一款强大而又方便的博客框架,最近发现很多人从 wordpress 换到这上面来。 与Wordpress相比,Ruby环境的Octopress真是后起之秀,速度快是其明显的优势。  阅读全文...

mysql或oracle合并行函数

2013-07-11

mysql有group_concat函数,oracle有wm_concat函数。  阅读全文...

Free & Public DNS Servers

2013-07-10

Top Free Internet DNS Servers.  阅读全文...

Oracle InstantClient安装步骤

2013-07-09

Instant Client allows you to run your applications without installing the standard Oracle client or having an ORACLE_HOME. OCI, OCCI, Pro*C, ODBC, and JDBC applications work without modification, while using significantly less disk space than before. Even SQL*Plus can be used with Instant Client. No recompile, no hassle.  阅读全文...

iperf3测带宽质量

2013-07-09

Iperf 是一个网络性能测试工具。Iperf可以测试最大TCP和UDP带宽性能。Iperf具有多种参数和UDP特性,可以根据需要调整。Iperf可以报告带宽,延迟抖动和数据包丢失。Iperf was developed as a modern alternative for measuring TCP and UDP bandwidth performance.  阅读全文...

"tar --exclude"

2013-07-08

有时候我们用tar需要排除一些文件  阅读全文...

conn user as sysdba

2013-07-05

conn user as sysdba时候,密码随便什么都可以登录。  阅读全文...

base64

2013-07-04

把2进制文件转换位base64格式。  阅读全文...

tmpfs

2013-07-04

tmpfs是一种虚拟内存文件系统正如这个定义它最大的特点就是它的存储空间在VM里面,这里提一下VM(virtual memory),VM是由linux内核里面的vm子系统管理的东东,现在大多数操作系统都采用了虚拟内存管理机制?  阅读全文...

userAgent详解

2013-07-03

userAgent属性作为navigator对象的一部分可用,并且显示有关用户的浏览器的信息。  阅读全文...

PHP获取访客IP

2013-07-03

该函数将获取用户的真实 IP 地址,即便使用代理服务器。  阅读全文...

Writing Code in Your Posts

2013-06-30

如何在wordpress发布文章中包含html代码呢?也时候想在页面展示一些html代码,浏览时候却看不到,或者看到的是html code执行结果。  阅读全文...