jeesite中一共有55张表,如下 其中以act_ 开头的是Activity工作流的表,cms_ 开头的是内容管理系统的表,oa_ 开头的是办公自动化,sys_ 开头的是系统表,test_ 开头的是表的生成方法。 1.系统表: 表名称:sys_area区域表(12个字段) 字段名称 数据类型 长度 ...
分类:
数据库 时间:
2019-02-22 16:38:00
阅读次数:
199
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: Approach #1: DP. [C++] Ana ...
分类:
其他好文 时间:
2019-02-15 22:41:36
阅读次数:
219
Suppose a bank has N windows open for service. There is a yellow line in front of the windows which devides the waiting area into two parts. The rules ...
分类:
其他好文 时间:
2019-02-15 17:25:00
阅读次数:
196
一个典型类的定义: Java虚拟机的内存可以分为三个区域:栈stack、堆heap、方法区method area。 栈的特点如下: 1. 栈描述的是方法执行的内存模型。每个方法被调用都会创建一个栈帧(存储局部变量、操作数、方法出口等) 2. JVM为每个线程创建一个栈,用于存放该线程执行方法的信息( ...
分类:
编程语言 时间:
2019-02-14 22:28:55
阅读次数:
184
算法描述: Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in th ...
分类:
其他好文 时间:
2019-02-14 13:28:37
阅读次数:
174
LAN 局域网(Local Area Network,LAN)是指在某一区域内由多台计算机互联成的计算机组。一般是方圆几千米以内。局域网可以实现文件管理、应用软件共享、打印机共享、工作组内的日程安排、电子邮件和传真通信服务等功能。局域网是封闭型的,可以由办公室内的两台计算机组成,也可以由一个公司内的 ...
分类:
其他好文 时间:
2019-02-11 12:37:03
阅读次数:
178
//页面一的方法 function modifyHotSearch(id){ layer.open({ type:2, title:"修改热门搜索", area: ['600px', '300px'], content: '/admin/saveHotSearch.html?id=... ...
分类:
其他好文 时间:
2019-02-10 17:44:16
阅读次数:
676
Given two rectangles and the coordinates of two points on the diagonals of each rectangle,you have to calculate the area of the intersected part of tw ...
分类:
其他好文 时间:
2019-02-08 01:09:14
阅读次数:
161
Current work in cryptography involves (among other things) large prime numbers and computing powers of numbers among these primes. Work in this area h ...
分类:
其他好文 时间:
2019-02-07 10:50:51
阅读次数:
129