分页 若是想要了解一个代码的底层,最好的方法仍是从官网的案例和配置说明开始,自顶向下,才能一路通畅 直接就某个类出发,可能在某个从顶层类就存在的参数的创建过程缺失,可能会让你丈二摸不着头脑,连往上都不知道怎么往上 前端分页 一次性请求数据表格中的所有记录(ajax),然后在前端缓存并且计算count ...
分类:
其他好文 时间:
2020-07-30 10:47:28
阅读次数:
69
1.编辑mysql备份脚本 vim test.sh1 #!/bin/bash 2 USER=ws 3 PASSWORD=******** 4 DATABASE=ws-test1 5 BACKUP_DIR=/root/backup #数据库备份sql文件的绝对路径 6 LOGFILE=/root/ba ...
分类:
数据库 时间:
2020-07-30 10:46:58
阅读次数:
89
Manual upgrade to Oracle 19c (CDB/PDB) spa Oracle 19c, Oracle Database 20/12/2019 8 Minutes manually to 19c …. Actually it is very cool to do everythi ...
分类:
数据库 时间:
2020-07-30 10:45:05
阅读次数:
83
Oracle 19c Database Upgrade From 12.2.0.1 to 19.2.0.0 Using DBUA Description:- There are different ways of upgrading to the latest release of Oracle d ...
分类:
数据库 时间:
2020-07-30 10:43:05
阅读次数:
79
在 Windows 10 上安装 PostgreSQL 时出错:Warning:Problem running post-install step. Installation may not complete correctly Failed to start the database server ...
分类:
数据库 时间:
2020-07-30 01:47:58
阅读次数:
114
/*Navicat MySQL Data Transfer Source Server : hbm4_devSource Server Version : 50724Source Host : 192.168.2.40:3306Source Database : test Target Server ...
分类:
数据库 时间:
2020-07-29 17:51:55
阅读次数:
186
区块链入门的几个简单概念 1. What's Block Chain ? 区块链是一门软件技术, 从本质上来看就像是一个分布式的DataBase, 是一个去中心化, 分布式技术。 由于是分布式的, 所以区块链不会仅仅存在某一个人的服务器上面, 每个人都可以搭建服务器,然后加入到区块链这个网络中来。成 ...
分类:
其他好文 时间:
2020-07-29 15:10:15
阅读次数:
195
自动化配置脚本oracle12c.sh,如下: #!/bin/sh ##gcc-4.9 ##debian-8.11,buildin glibc version is 2.19 ###################################### cat <<eof>>/etc/profile ...
分类:
数据库 时间:
2020-07-29 15:00:40
阅读次数:
75
#!/bin/sh ##gcc-6##debian-9.13,buildin glibc version is 2.24######################################cat <<eof>>/etc/profileexport DISPLAY=192.168.157.1: ...
分类:
数据库 时间:
2020-07-29 00:45:50
阅读次数:
120
Mysql 数据库语句 1、说明:创建数据库CREATE DATABASE database-name2、说明:删除数据库drop database dbname3、说明:备份sql server 创建 备份数据的 deviceUSE masterEXEC sp_addumpdevice 'disk ...
分类:
数据库 时间:
2020-07-28 22:39:55
阅读次数:
92