搜索到与相关的文章
编程技术

Using Subversion via TextPad

IfyoueditwithTextPadalot,youprobablywanttokeepbackupsoftheinbetweenversions.Insteadofmakingazipattheendoftheday,Irecommendtouseaversioncontrolsystem,likeSubversion.Moreover,it'sveryeasytocallitfromTextpaditself,andhenceyoucanmakei

系统 2019-08-29 22:04:08 2316

编程技术

【Lucene3.0 初窥】索引文件格式(5):posting数

★.frq词语频率数据文件.prx词语位置数据文件1、frq保存了词语所在文档的文档列表(docID)和该词语出现在文档中的频率信息。FreqFile(.frq)-->TermCountfrq文件包含TermCount个项。每一项都代表一个词,按照tis中的term的顺序排列。它分成两个部分:一部分是倒排表本身,也即一串的文档号及词频;另一部分是跳跃表,为了更快的访问和定位倒排表中文档号及词频的位置。TermFreq

系统 2019-08-29 21:59:39 2316

编程技术

Unicode详解

最近一直在忙点私活,又好久没写blog了,再不写点的话二月份就又要以单篇文章结束了。前一阵子一直在研究Unicode,索性把研究结果介绍一下吧。可能大家都听说过Unicode、UCS-2、UTF-8等等词汇,但它们具体是什么意思,是什么原理,之间有什么关系,恐怕就很少有人明白了。下面就分别介绍一下它们。基本知识字节和字符的区别Bi

系统 2019-08-12 09:29:50 2316

各行各业

ReportingService本地报表引用自定义程序集需要

问题描述:创建了类库编译成RSCustomLib.dll在服务器报表引用一点问题也没有,也能如期工作。但在本地报表引用相同的程序集则编译时报如下错误:加载代码模块时出错:“RSCustomLib,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null”。详细信息:未能加载文件或程序集“RSCustomLib,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null

系统 2019-08-12 09:27:25 2316

各行各业

CentOs yum configuration

ThesedaysIinstallaCentOsbutIcan'tinputinChinese.Thismakemeupset.ThenIknowit'stheproblemofyum.ThenIchangedtheyumsource.第1步wgethttp://mirrors.ustc.edu.cn/centos/CentOS-Base.5.mirrors.repo-O/etc/yum.repos.d/CentOS-Base.repo备份yum配置文件,

系统 2019-08-12 09:26:51 2316

各行各业

The Lexical-Analyzer Generator Lex

3.5TheLexical-AnalyzerGeneratorLexInthissection,weintroduceatoolcalledLex,orinamorerecentimplementationFlex,thatallowsonetospecifyalexicalanalyzerbyspecifyingregularexpressionstodescribepatternsfortokens.TheinputnotationfortheLext

系统 2019-08-12 09:26:46 2316

数据库相关

一个存储过程

CREATEPROCEDUREProductOrderSplit@SELL_IDSNint,@SplitNumberintASbegintrandeclare@SELL_IDvarchar(100)declare@OrderNoteSNintselect@SELL_ID=SELL_ID,@OrderNoteSN=OrderNoteSNfromC_SENDPRODUCTDETAILwhereSELL_IDSN=@SELL_IDSNif(@@error<>0)

系统 2019-08-12 01:55:37 2316

数据库相关

ORA-00210 ORA-15001 ORA-15055 ORA-01031: ins

ORA-00210:cannotopenthespecifiedcontrolfileORA-00202:controlfile:+DATA/posdb/controlfile/control01.ctlORA-17503:ksfdopn:2Failedtoopenfile+DATA/posdb/controlfile/control01.ctlORA-15001:diskgroup"DATA"doesnotexistorisnotmountedORA-1

系统 2019-08-12 01:55:30 2316

数据库相关

解除用户锁定、修改用户密码

connectsys/sa@orclassysdba;解除死锁altersystemkillsession'144,69';connectsys/oracle@orclassysdba;--查看全部用户select*fromdba_users;--部分用户的状态account_status是EXPIRED&LOCKED即失效并锁定。可以先给用户解锁alteruserscottaccountunlock;--再给用户修改密码alteruserscottide

系统 2019-08-12 01:54:45 2316