MSSQLServer数据库服务器可以说是应用范围最广的数据库产品,并且越来越多地在大型和比较关键的应用系统中提供服务。当企业应用越来越复杂、数据量越来越大的时候,SQLServer数据库要不停的进行处理、存储、查询的工作,这个时候企业就要考虑SQLServer数据库服务器的性能和速度及安全性了。然而,长期以来,SQLSERVER数据库服务器都只有“热备”的解决方案,而没有“负载均衡”和“集群”的解决方案。这种解决方案固然提升了系统的可靠性,但也存在一些问
系统 2019-08-29 22:44:36 2554
欢迎点击此处订阅本Blog
系统 2019-08-29 22:40:39 2554
select*fromsortselecttop10*fromv_companyuserswherecompanynamelike'%杭州天下%'createindexadddateindexonv_companyusers(C_iddesc)createviewV_CompanyUsersselect*fromssortwheress_id=627select*fromcompanyinfowherec_id='69958F6E'asselecta.[C
系统 2019-08-29 22:35:38 2554
Activity生命周期:使用Bundle在Activity间传递数据1:1.1从源Activity中传递数据IntentopenWelcomeActivityIntent=newIntent();BundlemyBundelForName=newBundle();myBundelForName.putString("Key_Name",inName.getText().toString());myBundelForName.putString("Key_
系统 2019-08-12 09:30:33 2554
参考文档:http://blog.chinaunix.net/uid-23069658-id-4018842.html下载所需解码器:lame:wgethttp://nchc.dl.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar.gzlibogg:wgethttp://downloads.xiph.org/releases/ogg/libogg-1.3.2.tar.gzlibvorbis:wge
系统 2019-08-12 09:27:38 2554
1.Inwindows,wejustenter\\nas.xxx.com,thenwewillenterthesharedirectory2.InUbuntu,wecancreateanetwork:Places-Connecttoserver...-SelectWindowsShare-EnterServer(nas.xxx.com)-ClickConnectThenanetworkwillbecreated.InSidePane,wewillseeth
系统 2019-08-12 09:27:22 2554
1.gethostbyname--给定hostname,返回ipaddress。gethostbyaddr--给定IP,返回hostname。2.修改/etc/nsswitch.conf中hosts:filesnisdns,可以定义gethostbyname,gethostbyaddr的行为,他们就会先找hosts文件,然后是NIS,最后是DNS。3.有关NIS+。1980年代的中期,sun开发了NIS。1992年,sun开发了NIS+,和NIS比起来,N
系统 2019-08-12 09:27:10 2554
给一般用户授createanyprocedure、exectureanyprocedure这2个权限是很不安全的事。因为授权后,通过一些处理,该用户可以取得dba权限,请一定注意。下面是实验过程:SQL>createuserhackeridentifiedbybbk;Usercreated.SQL>grantcreatesessiontohacker;Grantsucceeded.SQL>grantcreateanyprocedure,executeany
系统 2019-08-12 01:55:01 2554
原文:SQLServer2008性能故障排查(一)——概论备注:本人花了大量下班时间翻译,绝无抄袭,允许转载,但请注明出处。由于篇幅长,无法一篇博文全部说完,同时也没那么快全部翻译完,所以按章节发布。由于本人水平有限,翻译结果肯定存在问题,为了不造成误导,在每篇结尾处都附上原文,供大家参考,也希望能指出我的问题,以便改进。谢谢。另外,本文写给稍微有经验的数据库开发人员或者DBA看,初学者可能会看不懂。在此请见谅作者:SunilAgarwal,BorisBa
系统 2019-08-12 01:54:52 2554
1//C语言实现23voidmergeSort(intarray[],intfirst,intlast)4{5if(first
系统 2019-08-12 01:53:14 2554