摘要:
堆排序B+,B-怎么判断平衡树怎么判断一个链中有环io包与nio包,nio包新增了什么servlet的理解项目中费了九牛二虎之力解决的问题Spring中有哪几个关键技术join,left join,right join。。。操作系统的死锁集合类,什么是线程安全的加入Hashset中的对象有什么要求谈... 阅读全文
摘要:
BufferedReader bufferedReader = new BufferedReader( new StringReader(charset.decode(inBuffer).toString())); String line = null; while(null... 阅读全文
摘要:
/*ping program for learning IP protocol author: jeff date: 2014/10/25*/#include #include #include #include #include static int ICMP_create();... 阅读全文
摘要:
oracle sequencesequence 创建的时候,需要注意cache和order场景:1. 当不强行要求序列严格按照顺序来,并最大值大的时候,可以使用cache+noorder ,这样的效率最高2. 当强行要求序列严格安装顺序来,使用cache+order,可以保证顺序 阅读全文
摘要:
sql server:set identity_insert table_name onset identity_insert table_name off显示的开启自增列的插入,才可以完成自增列的自定义插入tcp/ip应用层,传输层,网络层,链路层snmp , tcp, ip, arp驱动icmp... 阅读全文
摘要:
SRVCTL命令可以控制RAC数据库中的instance,listener以及services。通常SRVCTL在ORACLE用户下执行。下面我们来介绍srvctl命令。1、通过SRVCTL命令来start/stop/check所有的实例:$ srvctl start|stop|status dat... 阅读全文
摘要:
SRVCTL命令可以控制RAC数据库中的instance,listener以及services。通常SRVCTL在ORACLE用户下执行。下面我们来介绍srvctl命令。1、通过SRVCTL命令来start/stop/check所有的实例:$ srvctl start|stop|status dat... 阅读全文
摘要:
alter user xxx account unlock 阅读全文
摘要:
create database link test_link connect to xx identified by xx using '(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 10.xx.x... 阅读全文
摘要:
在这款应用程序中谷歌对部分功能、API和设计架构进行了非常详细的阐述,其中包括碎片、程序加载、服务、广播、接收器、警告、通知、SQLite数据库、内容提供商、Action Bar、导航Drawer和Google Drive API、Google Cloud Messaging、Material De... 阅读全文