搜索到与相关的文章
Oracle

Oracle笔记 一、oracle的安装、sqlplus的使用

1、首先你得安装Oracle数据库服务器端和客户端软件,在安装过程中要注意的是,选择oracle的安装目录,切记不要用中文目录或的带空格的目录。下载地址:http://hi.baidu.com/dashuaiwang/blog/item/42f8e7fab96978d6b58f314b.html/cmtid/d5bba9190dd0904a42a9ad772、安装结束后,会提示你记住一些东西。也就是一些网址,这个也很重要。下面是我的oracle提示的信息:

系统 2019-08-29 22:29:10 2436

编程技术

jsp自定义标签 线程安全

转自:http://klcwt.iteye.com/blog/749652我们在编写自定义标签的时候设置属性如下Java代码publicclassInputTagextendsTagSupport{privatestaticfinallongserialVersionUID=1L;privateStringonclick;privateStringstyle;privateStringstyleClass;privateStringvalue;privat

系统 2019-08-29 22:26:08 2436

编程技术

索引学习笔记

一、Index属性介绍Field.Store.YES或者NO(存储域选项)YES:将会存储域值,原始字符串的值会保存在索引中,以此可以进行相应的恢复操作,对于主键,标题可以是这种方式存储NO:不会存储域值,通常与Index.ANAYLIZED合起来使用,索引一些如文章正文等不需要恢复的文档,此时内容无法完全还原(doc.get)Field.Index(索引选项)Index.ANALYZED:进行分词和索引,适用于标题、内容等Index.NOT_ANALYZ

系统 2019-08-29 22:10:34 2436

编程技术

10 Helpful Hints on Moving from Eclipse to I

http://www.intellij.org.cn/bbs/viewtopic.php?f=3&t=2231.LearntouseCtrl+J2.InstalltheKeyPromoterPlugin3.LearntouseCtrl+Alt+T4.PrintandUsetheKeymap5.IncreaseYourHeapSize6.Don'tUsethe"EclipseKeyboardLayout"Settings7.LearntouseFindEff

系统 2019-08-29 22:08:07 2436

编程技术

Detect Cycle in a Directed Graph

Givenadirectedgraph,checkwhetherthegraphcontainsacycleornot.Yourfunctionshouldreturntrueifthegivengraphcontainsatleastonecycle,elsereturnfalse.Forexample,thefollowinggraphcontainsthreecycles0->2->0,0->1->2->0and3->3,soyourfunction

系统 2019-08-12 09:30:27 2436

Android

Android --- 图片的特效处理

Android---图片处理的方法转换-drawableTobitmap缩放-Zoom圆角-RoundCorner倒影-ReflectedbitmapPrcesscode:packagecom.learn.games;importandroid.graphics.Bitmap;importandroid.graphics.Canvas;importandroid.graphics.LinearGradient;importandroid.graphics.

系统 2019-08-12 09:30:09 2436

编程技术

eclipse插件designer的安装和使用

马上要用java做一个界面,所以这几天很辛苦在找eclipse可用的designer插件,历时三天,试了不知道多少个版本多少次失败,我终于安装成功了==+简直可歌可泣啊~~这是个纪念也是篇无意义灌水文,恩,以后继续努力!!eclipse版本3.4,应该很好找,designer插件不好找,我花了整整一天才发现的……//下面是插件地址http://www1.pconline.com.cn/download/zt/2009/hotgame2009/dl.html

系统 2019-08-12 09:29:47 2436

各行各业

DXperience 6.3.7 for Visual Studio 2002,2003

DXperience6.3.7forVisualStudio2002,2003.原版下载破解下载Note:Whatstartedasahobbyinreverseengineeringmadethispossible.Soifyouplantousethecomponents,pleasebuyitfromthevendor!DXperience6.3.7forVisualStudio2002,2003.

系统 2019-08-12 09:27:42 2436

各行各业

错误:找不到类org.springframework.web.contex

严重:Errorconfiguringapplicationlistenerofclassorg.springframework.web.context.ContextLoaderListenerjava.lang.ClassNotFoundException:org.springframework.web.context.ContextLoaderListener错误:找不到类org.springframework.web.context.Context

系统 2019-08-12 09:27:18 2436

SqlServer

PowerDesigner反向SQL Server 2000数据库问题

在PowerDesigner中,对SQLServer2000进行数据库反向(Database->ReverseEngineerDatabase)时,会反向出一些名称以“_WA_Sys”开头的索引,但这些索引并不是我们做数据库设计的时加的,如何去掉这些不必要的索引呢,请按如下步骤进行:1、在PowerDesigner中点击Tools-Resources-DBMS,打开“ListofDBMS”窗口2、选择MicrosoftSQLServer2000,再点击窗口

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