搜索到与相关的文章
Oracle

关于Oracle

Oracle初学者必知的100个问题1.Oracle安装完成后的初始口令?internal/oraclesys/change_on_installsystem/managerscott/tigersysman/oem_temp6.oracle中的裸设备指的是什么?裸设备就是绕过文件系统直接访问的储存空间。7.oracle如何区分64-bit/32bit版本???$sqlplus'/ASSYSDBA'SQL*Plus:Release9.0.1.0.0-Pro

系统 2019-08-12 01:54:28 2379

Oracle

手工删除oracle的方法

大致方法如下:1、删除物理文件1.1、oracle安装文件。1.2、系统目录下,programfiles文件下的oracle文件2、注册表中大概有这么几个地方:hkey_local_machine\software删除oracle目录hkey_local_machine\system\controlset001\services删除oracle目录hkey_local_machine\system\controlset002\services删除oracl

系统 2019-08-12 01:53:06 2379

Oracle

Oracle 补丁全集 (Oracle 9i 10g 11g Path)

******************************************Oracle补丁全集(Oracle9i10g11gPath)******************************************俗话说,金无赤足,人无完人。Oracle的补丁也是层出不穷。下面将其罗列,或许你就用到了。从Oracle官方网站下载需要使用Metalink帐号,下面的下载链接可以直接使用迅雷来下载,对于没Metalink帐号的用户可谓是一大福音。

系统 2019-08-12 01:52:58 2379

Oracle

【Oracle 学习笔记】Day 3 存储过程及函数

Producedure&FunctioncreateorreplacepackageTestPackis--Author:ADMINISTRATOR--Created:2012-4-2714:01:29--Purpose:测试typemyCursorisrefcursor;procedureTestPro(p_Condvarchar2,p_ReCursor0outmyCursor,p_ReCountoutnumber);FUNCTIONTestFunc(p

系统 2019-08-12 01:52:17 2379

数据库相关

Linq中GroupBy方法的使用总结

Demo模型类:publicclassStudentScore{publicintID{set;get;}publicstringName{set;get;}publicstringCourse{set;get;}publicintScore{set;get;}publicstringTerm{set;get;}}Demo示例代码:staticvoidMain(){varlst=newList{newStudentScore{I

系统 2019-08-12 01:33:56 2379

操作系统

关于lseek()

#include"apue.h"intmain(){intflag=lseek(STDIN_FILENO,0,SEEK_CUR);if(flag==-1){printf("can'tseek\n");}else{printf("seekok\n");printf("%d\n",flag);}return0;}测试证明,lseek()返回为0,即文件的偏移值默认为0关于lseek()

系统 2019-08-12 01:33:45 2379

数据库相关

partition list - Groovy built-in to split an

list-Groovybuilt-intosplitanarrayintoequalsizedsubarrays?-StackOverflowdefpartition(array,size){defpartitions=[]intpartitionCount=array.size()/sizepartitionCount.times{partitionNumber->defstart=partitionNumber*sizedefend=start+siz

系统 2019-08-12 01:33:22 2379

各行各业

Remove the .pyc files from current directory

Removethe.pycfilesfromcurrentdirectorytreeandfromsvn«Pythonrecipes«ActiveStateCodeRemovethe.pycfilesfromcurrentdirectorytreeandfromsvn(Pythonrecipe)bySenthilKumaranActiveStateCode(http://code.activestate.com/recipes/576641/)▲0▼Iha

系统 2019-08-12 01:33:14 2379

操作系统

bash快捷键

Ctrl-A相当于HOME键,用于将光标定位到本行最前面Ctrl-E相当于End键,即将光标移动到本行末尾Ctrl-B相当于左箭头键,用于将光标向左移动一格Ctrl-F相当于右箭头键,用于将光标向右移动一格Ctrl-D相当于Del键,即删除光标所在处的字符Ctrl-K用于删除从光标处开始到结尾处的所有字符Ctrl-L清屏,相当于clear命令Ctrl-R进入历史命令查找状态,然后你输入几个关键字符,就可以找到你使用过的命令Ctrl-U用于删除从光标开始到行

系统 2019-08-12 01:33:12 2379

操作系统

Gnome 2.20.3编绎错误

Traceback(mostrecentcalllast):File"/usr/bin/xml2po",line35,inimportlibxml2ImportErrorTraceback(mostrecentcalllast)::Nomodulenamedlibxml2File"/usr/bin/xml2po",line35,incpfdl.xml.tmpfdl.xml&&rm-ffdl.xml.tmp)importlib

系统 2019-08-12 01:32:49 2379