表格 tr :table row td :table data 1 <body> 2 <table style="width: 240px" border="1"> 3 <caption>表格的跨行与跨列</caption> 4 <tr> 5 <td rowspan="2">跨2行的单元格</td> ...
分类:
Web程序 时间:
2020-07-31 14:04:36
阅读次数:
139
1、下载安装包 win32_11gR2_database_1of2.zip win32_11gR2_database_2of2.zip 官方下载地址:http://www.oracle.com/technetwork/database/enterprise-edition/downloads/ind ...
分类:
数据库 时间:
2020-07-30 18:26:26
阅读次数:
112
Ugly numbers are numbers whose only prime factors are 2, 3 or 5. The sequence 1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, ... shows the first 11 ugly numbers. ...
分类:
其他好文 时间:
2020-07-30 01:31:19
阅读次数:
73
css样式 /*修改滚动条样式*/ div::-webkit-scrollbar{ width:10px; height:10px; /**/ } div::-webkit-scrollbar-track{ background: rgb(239, 239, 239); border-radius: ...
分类:
Web程序 时间:
2020-07-29 14:48:18
阅读次数:
78
function createStyle(){ return"*{padding:0;margin:0;border:0}.loading{width:640px;height:1024px;margin:0 auto}.loadImg{width:640px;height:1024px;anima ...
分类:
Web程序 时间:
2020-07-29 12:39:59
阅读次数:
206
官方文档https://docs.oracle.com/cd/E11882_01/server.112/e16604/ch_eight.htm#i1037226set autotrace off表示关闭,是默认的(set autot off)set autotrace on表示显示结果、执行计划、统... ...
分类:
数据库 时间:
2020-07-29 10:23:01
阅读次数:
72
在反汇编里面查看一个字符串(单引号): 存的值为41,因此当定义一个字符串时,内存中存储的不是符号本身,而是存储的该字符对应的编号。对应的是ASCII表 ...
分类:
编程语言 时间:
2020-07-29 09:56:07
阅读次数:
72
代码不想写就口胡了 1001.用 歌唱王国 的结论$E(A)=\sum_{i=1}^{len} a_{i}*m^i,\ a_{i}=is\_border(i)$回文串border就是回文自动机的fail直接上回文自动机比较字典序即可 1002. 1003.直接离线考虑每一位的贡献用个dfs序维护线段 ...
分类:
其他好文 时间:
2020-07-28 22:42:45
阅读次数:
90
安装步骤(6.8.5使用x-pack ssl方式) 1.1 环境部署 数据库部署 节点 ip 角色 Host01 192.168.1.134 Host02 192.168.1.135 Host03 192.168.1.85 1.2 安装java 安装java,确保版本在1.8以上 [root@loc ...
分类:
其他好文 时间:
2020-07-28 22:19:56
阅读次数:
202
之前的一些博文中介绍了超文本超过打印项高度或纸张高度会自动分页,但是有些情况下不是按照打印项高度自动分页,之前的博文中的比如add_print_table超大行,由于该语句不切行,所有不会按照打印项高度自动分页。 还有一种就是加了这句LODOP.SET_PRINT_STYLEA(0,"Vorient ...
分类:
其他好文 时间:
2020-07-28 17:05:32
阅读次数:
80