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

Mac 无线热点 How to Setup a Wifi Hotspot on

Sharingyourinternetconnectionwithothersthroughwifi,iseasy.followthestepsandyourMacwillemitawifisignal.Step1:OpenSystemPreferences.Step2:OpenSharing,inInternetandWirelessSection.Step3:SelecttheOptionofInternetConnectionYouHaveonthe

系统 2019-08-29 23:16:14 3095

编程技术

Lucene-2.2.0 源代码阅读学习(12)

接着昨天学习的Lucene-2.2.0源代码阅读学习(11)继续学习。IndexWriter的一个构造器,定义如下所示:publicIndexWriter(Stringpath,Analyzera,booleancreate)throwsCorruptIndexException,LockObtainFailedException,IOException{init(FSDirectory.getDirectory(path),a,create,true,n

系统 2019-08-29 22:10:01 3095

编程技术

[Script]Re-Compile All Invalid Package/Packa

HowtoRe-CompileAllInvalidforOracleEBSPackage/PackageBodysetserveroutputonsize1000000declaresql_statementvarchar2(200);cursor_idnumber;ret_valnumber;CURSORcur_invalidISselectobject_type,owner,object_namefromsys.dba_objectsowhereo.s

系统 2019-08-12 09:30:38 3095

各行各业

ElasticSearch 与 Solr 的对比测试

ElasticSearch与Solr的对比测试本文从两个方面对ElasticSearch和Solr进行对比,从关系型数据库中的导入速度和模糊查询的速度。单机对比1.Solr发布了4.0-alpha,试了一下,发现需要自己修改schema,好处是它自带一个dataimporter。在自己的计算机上测试了一下,导入的性能大概是:14分钟导入3092730条记录,约合3682条/秒。2.3百万条记录的情况下,模糊查询和排序基本都在1秒内返回3.刚才的测试,是每个

系统 2019-08-12 09:27:38 3095

各行各业

关于RabbitMQ

1什么是RabbitMQ?RabbitMQ是实现AMQP(高级消息队列协议)的消息中间件的一种,最初起源于金融系统,用于在分布式系统中存储转发消息,在易用性、扩展性、高可用性等方面表现不俗。消息中间件主要用于组件之间的解耦,消息的发送者无需知道消息使用者的存在,反之亦然:单向解耦双向解耦(如:RPC)例如一个日志系统,很容易使用RabbitMQ简化工作量,一个Consumer可以进行消息的正常处理,另一个Consumer负责对消息进行日志记录,只要在程序中

系统 2019-08-12 09:27:27 3095

数据库相关

update-alternatives命令详解

转载:http://blog.csdn.net/maixia24/article/details/11707289update-alternatives是ubuntu系统中专门维护系统命令链接符的工具,通过它可以很方便的设置系统默认使用哪个命令、哪个软件版本,比如,我们在系统中同时安装了openjdk和sunjdk两个版本,而我们又希望系统默认使用的是sunjdk,那怎么办呢?通过update-alternatives就可以很方便的实现了。sudoupda

系统 2019-08-12 01:53:52 3095

Oracle

Zero Downtime Upgrade of Oracle 10g to Oracl

SourceDatabaseDBName:zwcSchemas:HR,OE,PMVersion:10.2.0.4RAC:NoOSVersion:RedHatEnterpriseLinuxServerrelease5.9x86_64OGGVersion:OracleGoldenGateV11.2.1.0.6forOracle10gonLinuxx86-64TargetDatabaseDBName:zwcSchemas:HR,OE,PMVersion:11.2

系统 2019-08-12 01:52:49 3095

Tomcat

Tomcat监控

1:enableJMXmanagementfortomcatTomcatdoesn'tenablethejmxmanagementinterfacebydefault,sowehavetoenableitfirstbeforeusingit.itisveryeasytodo,allweneedtodoisaddthefollowingargumentsintothescript"catalina.bat".setCATALINA_OPTS=-Dcom.su

系统 2019-08-12 01:34:00 3095

Ubuntu

ubuntu调节亮度

网上有很多在UbuntuLinux下调节笔记本屏幕亮度的方法,有的调的是亮度但不是背光亮度,有的调背光亮度的方法在我的电脑上不好使……找了半天发现这个方法,适用范围应该比较广(起码在我这里好用)。首先,进入终端,输入lspci命令,列出各种设备的地址www.linxidc.com@Ubuntu:~$lspci00:00.0Hostbridge:IntelCorporationMobile945GM/PM/GMS,943/940GMLand945GTExpr

系统 2019-08-12 01:33:47 3095