欢迎点击此处订阅本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
数据,大量的数据,在这个时代俨然是“大杀器”。打造“理想主义收费社交网络”这种事会得到关注,实际上更从反面印证了“用免费来套数据”才是主流做法。以Google、Facebook等为首的互联网公司从不会在基本服务上标价格,因为大量数据比少量会员更具潜力。除此,我们还能看到Fizziology这样依托于社交网络数据的公司。于公司,大数据是盈利手段;于大众,大数据可以影响生活。据GigaOM介绍,在印度,每个周末的早晨,有成千上万的人会守在电视机前观看一档电视节
系统 2019-08-12 09:30: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
1//C语言实现23voidmergeSort(intarray[],intfirst,intlast)4{5if(first
系统 2019-08-12 01:53:14 2554
1、PL/SQLDeveloper记住登陆密码在使用PL/SQLDeveloper时,为了工作方便希望PL/SQLDeveloper记住登录Oracle的用户名和密码;设置方法:PL/SQLDeveloper7.1.2->tools->Preferences->Oracle->LogonHistory,“Storehistory”是默认勾选的,勾上“Storewithpassword”即可,重新登录在输入一次密码则记住了。2、执行单条SQL语句在使用PL/
系统 2019-08-12 01:53:06 2554