上一页 1 2 3 4 5 6 ··· 8 下一页
A cluster is a group of independent computer systems, referred to as nodes, working together as a unified computing resource. A cluster provides a single name for clients to use and a single administr... Read More
posted @ 2014-01-17 17:31 LARSON _ Views(162) Comments(0) Diggs(0) Edit
Write Log // strLog : the log content need write to log file; // strFile: the compliete file path(include the file name) of the log file. e.g. C:\log.log; procedure WriteLog(strLog, strFile: string); var fLog: TextFile; begin AssignFile(fLog, strFile); try i... Read More
posted @ 2013-11-14 16:47 LARSON _ Views(245) Comments(0) Diggs(0) Edit
监听器 监听文件路径 /home/oracle/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora 一个能够正常启动的监听器文件内容 1: # listener.ora Network Configuration File: /home/oracle/app/oracle/product/11.2... Read More
posted @ 2013-11-13 15:19 LARSON _ Views(388) Comments(0) Diggs(0) Edit
保护色Hue: 84; Sat: 91; Lum: 205;Red: 204; Green: 232; Blue: 207;WIN7修改登陆界面:在开始菜单中输入regedit,打开注册表定位到HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background,更改OEMBackground的值,若为0则表示不使用OEM背景仅使用Windows默认背景;若为1则表示使用OEM背景,此时C:\Windows\System32\oobe\info\Backgrounds下的Ba Read More
posted @ 2013-11-12 10:31 LARSON _ Views(146) Comments(0) Diggs(0) Edit
clear transaction log>dump transaction master with truncate_only>dump transaction master with no_logcharacter set- the character set of server exec sp_helpsort- the character set of clientselect@@client_csname- all character set installed on the server select * from syscharsets- change charact Read More
posted @ 2013-11-12 10:28 LARSON _ Views(167) Comments(0) Diggs(0) Edit
Delphi的ListView控件提供了一个叫OnCustomDrawSubItem的event给developer去对SubItem的颜色或者其它进行自定义。 event OnCustomDrawSubItem的定义如下: procedure TForm1.ListView1CustomDrawSubItem(Sender: TCustomListView; Item: TListIt... Read More
posted @ 2013-04-13 10:28 LARSON _ Views(2206) Comments(0) Diggs(0) Edit
大家都知道虚拟机中linux与宿主机无法直接进行文件系统的交互(例如简单的文件复制、粘贴功能),最简单的方法就是借助vm 中的VMTOOLS: 第一步:进入ubuntu,联网的状态下,点击安装VMTOOLS,如下图: 由于我已经安装,所以显示的是Reinstall。。。 第二步:下载完成后,以root点击上图的安装桌面会出现光驱图标,双击解压文件至tmp文件夹: 第三步:进入控制台... Read More
posted @ 2013-03-08 11:11 LARSON _ Views(377) Comments(0) Diggs(0) Edit
原文:I don’t want to see another “using namespace xxx;” in a header file ever again 在这里,我毫不回避地说了这句话。 作为一个开发者/团队领导者,我经常会去招聘新的项目成员,有时候也帮助其他组的人来面试应聘者。作为应聘流程之一,我经常要求应聘者写一些代码,因此我检查过相当多的代码。在最近提交的 C++ 代码中,... Read More
posted @ 2013-01-23 09:06 LARSON _ Views(134) Comments(0) Diggs(0) Edit
这一章主要是介绍我学习所使用的环境,还有就是大概的目录大纲。 我的环境是CentOS 5.6 + Oracle 11g R2. 这些资源都可以从网上得到。 以下是目录: Oracle的安装。 监听器的配置。 Read More
posted @ 2012-11-28 09:08 LARSON _ Views(123) Comments(0) Diggs(0) Edit
这一章会逐步的讲解ORACLE 11g R2的安装,以及在安装过程中碰到的一些问题。我的安装环境如下: OS: Cent OS 6.2; Oracle 11g R2; VMWare 7; 1. create oracle user 安装oracle不能在root用户下,需要create一个user作为dba并且安装oracle 首先create oracle需要的一些usergr... Read More
posted @ 2012-11-28 09:06 LARSON _ Views(245) Comments(0) Diggs(0) Edit
上一页 1 2 3 4 5 6 ··· 8 下一页