码迷,mamicode.com
首页 >  
搜索关键字:scan    ( 8026个结果
Oracle优化器和执行计划
1. 优化器(Optimizer)是sql分析和执行的优化工具,它负责制定sql的执行计划,负责保证sql执行效率最高,比如决定oracle以什么方式访问数据,全表扫描(full table scan)还是索引范围(index range scan)扫描,还是全索引快速扫描(index fast f...
分类:数据库   时间:2014-05-19 15:36:12    阅读次数:445
poj1655 Balancing Act 【树形DP(很弱)】
都不知道怎么分类了。 大概要求一个树中以某个结点为根的子树结点个数,还有儿子结点中以儿子结点为根的子树结点个数的最大值,用递归得到n[i],以i为根节点的子树结点个数 #include #include #include #include #include #include #include using namespace std; #define scan(a) scanf("...
分类:其他好文   时间:2014-05-18 07:26:01    阅读次数:225
android Bluetooth(官方翻译)
Bluetooth Using the Bluetooth APIs, an Android application can perform the following: 使用蓝牙APIs,一个Android应用可以进行如下操作: Scan for other Bluetooth devices 扫描其他蓝牙设备 Query the local Bluetooth adapter...
分类:移动开发   时间:2014-05-09 06:15:57    阅读次数:479
Spring <context:annotation-config> 和 <context:component-scan>诠释及区别
和 的区别 是用于激活那些已经在spring容器里注册过的bean(无论是通过xml的方式还是通过package sanning的方式)上面的注解。除了具有的功能之外,还可以在指定的package下扫描以及注册javabean 。下面我们通过例子来详细查看他们的区别,有三个class A,B,C.....
分类:编程语言   时间:2014-05-08 13:12:44    阅读次数:358
XDU 1284 寻找礼物
枚举+二分查找。 A+B+C >= K  ---->   C >= K - A -B    ----> 统计大于等于C的个数即可。  #include #include #include #include #include #include using namespace std; int a[1010]; int Scan() //输入外挂 { int...
分类:其他好文   时间:2014-05-07 02:52:11    阅读次数:322
logback备注
包含的属性scan:当此属性设置为true时,配置文件如果发生改变,将会被重新加载,默认值为true。scanPeriod:设置监测配置文件是否有修改的时间间隔,如果没有给出时间单位,默认单位是毫秒。当scan为true时,此属性生效。默认的时间间隔为1分钟。debug:当此属性设置为true时,将...
分类:其他好文   时间:2014-04-30 23:22:47    阅读次数:361
8026条   上一页 1 ... 801 802 803
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!