class MyProperty: def __init__(self,func): self.func=func #self.func=area def __get__(self, instance, owner): print("in __get__") if instance is None:... ...
分类:
其他好文 时间:
2018-11-15 15:35:26
阅读次数:
125
public function sortarea($area, $parent_id = 0, $lev = 1){ static $list; foreach($area as $v){ if($v['upid'] == $parent_id){ $v['lev'] = $lev; ... ...
分类:
编程语言 时间:
2018-11-15 11:04:56
阅读次数:
147
Destroy Walls Long times ago, there are beautiful historic walls in the city. These walls divide the city into many parts of area. Since it was not co ...
分类:
其他好文 时间:
2018-11-15 01:34:25
阅读次数:
159
本文方法基于一个新的曲线文本表示方法TextSnake——用一个有序的圆盘序列来表示文字,先用FCN检测文本区域、文本中心线、以及每个点的圆盘半径、方向,然后利用文本区域mask和中心线mask得到text instance segmentation。在每个text-instance上,交替进行点中... ...
分类:
其他好文 时间:
2018-11-13 22:40:29
阅读次数:
243
1.游标概念 在 PL/SQL 块中执行 SELECT、INSERT、DELETE 和 UPDATE 语句时,ORACLE 会在内存中为其分配上下文区(Context Area),即缓冲区。游标是指向该区的一个指针,或是命名一个工作区(Work Area),或是一种结构化数据类型。它为应用等量齐观提 ...
分类:
数据库 时间:
2018-11-13 16:18:04
阅读次数:
208
【题目】 Given a 2D binary matrix filled with 0's and 1's, find the largest square containing only 1's and return its area. Example: 【思路】 【代码】 ...
分类:
其他好文 时间:
2018-11-13 02:45:22
阅读次数:
180
git rm git rm命令官方解释 删除的本质 在git中删除一个文件,本质上是从tracked files中移除对这些文件的跟踪。更具体地说,就是将这些文件从staging area移除。然后commit。 作用 git rm的作用就是将文件从暂存区删除 git rm的作用就是将文件从工作目录 ...
分类:
其他好文 时间:
2018-11-13 00:00:36
阅读次数:
965
全文转自:https://www.cnblogs.com/gatherstars/p/6084696.html#commentform 这篇真的讲的清楚明白!要多复习!加深记忆! 1.概述 AUC(Area Under roc Curve)是一种用来度量分类模型好坏的一个标准。这样的标准其实有很多, ...
分类:
其他好文 时间:
2018-11-11 23:26:40
阅读次数:
187
现象 问题检查 查看群集状态,发现归档挂起 查看空间使用情况 结论: db_recovery_file_dest_size已使用完,flash recovery area闪回恢复区空间满,无法再归档。 处理 解决办法:1.将归档设置到其他目录,修改alter system set log_archi ...
分类:
其他好文 时间:
2018-11-09 16:04:27
阅读次数:
260
850. Rectangle Area II Segment tree ...
分类:
其他好文 时间:
2018-11-08 18:09:41
阅读次数:
271