SELECT GROUP_CONCAT( DISTINCT fa.nickname ), GROUP_CONCAT( DISTINCT ev.facility_id ), CONVERT ( SUM( ev.income ), DECIMAL ( 10, 2 )) AS su, COUNT( ev. ...
分类:
数据库 时间:
2020-04-09 16:43:23
阅读次数:
282
1.dble二进制包安装 前提:先安装jdk。 tar -zxvf actiontech-dble-2.19.11.0.tar.gz mv dble /opt/ 2.mysql操作 搭建主库环境 省略...... 角色 主机IP server_id Master 192.168.119.130:33 ...
分类:
数据库 时间:
2020-04-09 13:06:49
阅读次数:
90
Farmer John is an astounding accounting wizard and has realized he might run out of money to run the farm. He has already calculated and recorded the ...
分类:
其他好文 时间:
2020-04-06 20:59:56
阅读次数:
79
<!doctype html> <html> <head> <meta charset="utf-8"> <title>love</title> <link href="favicon.ico" rel="shortcut icon" /> <style> body{ overflow: hidde ...
分类:
其他好文 时间:
2020-04-06 15:43:59
阅读次数:
70
[TOC] 文件操作 文件是数据源(保存数据的地方)的一种,比如经常使用的word文档,txt文档,excel文件...都是文件。文件最主要的作用就是保存数据,它即可以保存一张图片,也可以保持视频,声音... 输入流和输出流 文件在程序中是以流的形式来操作的 流:数据在数据源(文件)和程序(内存)之 ...
分类:
编程语言 时间:
2020-04-05 20:31:08
阅读次数:
101
一,基础词汇 1,more than more than 20 years I am more than happy to help you I am sure conditions over there will more than satisfy your requirements she wa ...
分类:
其他好文 时间:
2020-04-05 18:46:02
阅读次数:
151
昨天看到了微博小秘书关于全国性悼念活动倡议,我非常支持这个倡议。 因为修改灰色头像会有一定技术门槛,于是思考能否开发一个小工具方便大家使用。 考虑到第二天就是哀悼日,准备夜间快速开发上线。 0X00 废话少说先上东西 有兴趣的老哥可以访问:http://smartding.top:81/ 或者 ht ...
分类:
其他好文 时间:
2020-04-04 14:55:44
阅读次数:
81
JDBC 写在前面: 创建普通的Maven项目(无web) 2、在pom.xml中导包 1 <dependencies> 2 <dependency> 3 <groupId>mysql</groupId> 4 <artifactId>mysql-connector-java</artifactId> ...
分类:
数据库 时间:
2020-04-04 14:28:00
阅读次数:
71
遇到的问题:html文件运行时没有调用css中设置的样式 1.HTML文件 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=>, initial-s ...
分类:
Web程序 时间:
2020-04-03 11:59:52
阅读次数:
67
示例中 mysql字段类型为 datetime 使用到mysql函数 DATE_SUB() 和 now() 示例1: <!-- 更新5天前的订单 审核中-6 改成 审核失败-81 create_time <= DATE_SUB(now(), INTERVAL 5 DAY) 5天前,精确到秒 --> ...
分类:
数据库 时间:
2020-04-02 15:57:29
阅读次数:
617