语义化标签 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Doc ...
分类:
其他好文 时间:
2020-07-28 00:27:24
阅读次数:
92
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0 ...
分类:
移动开发 时间:
2020-07-28 00:01:53
阅读次数:
111
由于ESS功能的部署,SAP封装了大量的API供前台UI5使用,其中包括请假,考勤数据获取等,而这里我要说到的是HCM photo的存储和下载 存储使用函数ARCHIV_CREATE_DIALOG_META,传入document type为'HRICOLFOTO',传入SAP object为'PRE ...
分类:
其他好文 时间:
2020-07-27 17:48:23
阅读次数:
73
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style> body{ perspective: 1000; perspective-origin: 0,0; /*translateZ() 于此连用*/ } ...
分类:
Web程序 时间:
2020-07-27 17:46:48
阅读次数:
96
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title></title> 6 <style type="text/css"> 7 /* display:inline按照内联方式呈现 */ 8 #box01,#box0 ...
分类:
Web程序 时间:
2020-07-27 17:42:56
阅读次数:
72
链接伪类 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http- ...
分类:
Web程序 时间:
2020-07-27 09:30:49
阅读次数:
79
doomTree 将jhtml结构按树的方式挂起来(深度优先原则,先看左侧,再看右侧) html head body title meta div p a csstree 当domtree形成后,会形成一个与domtree相类似的csstree doomtree+csstree=randertree ...
分类:
其他好文 时间:
2020-07-26 22:53:57
阅读次数:
65
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>基于localStorage的Web版记事本</title> </head> <body> <section> <h3>Web版记事本</h3> <textar ...
分类:
Web程序 时间:
2020-07-26 19:50:29
阅读次数:
119
BFC布局规则2:BFC不会与float box重叠 当overflow不为visible时会生成BFC 布局结构: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>两列布局</title> <style> *{ margin: ...
分类:
其他好文 时间:
2020-07-26 19:31:33
阅读次数:
69
典型的主从架构。其中 RegionServers 负责与客户端的交互,访问数据 HMaster 负责 Region 分配,DDL(create, delete tables) 操作。 1. Regions hbase table 根据 RowKey 划分成多个 Region,Region 包含所划分 ...
分类:
其他好文 时间:
2020-07-26 15:21:40
阅读次数:
62