方法1: select * from current_user;<!--CRLF--> select * from current_user;<!--CRLF--> eg: kerrydb=> select * from current_user;<!--CRLF--> current_user < ...
分类:
数据库 时间:
2021-06-22 18:22:56
阅读次数:
0
报错信息: PHP Warning: Packets out of order. Expected 1 received 56. Packet size=3420216 in /data/bogiang/test/EC/swoole_process.php on line 62 Warning: P ...
分类:
数据库 时间:
2021-06-22 18:19:52
阅读次数:
0
1.把logback 日志级别改成 debug 2. 启动查看控制台 控制台 Waiting for changelog lock.... (from 源码 www.fhadmin.org) 说明是数据库死锁,把LOCKED 值只要是1的,都改成 0 工作流模块 www.fhadmin.org 1. ...
分类:
其他好文 时间:
2021-06-22 18:13:08
阅读次数:
0
人之忌,在好为人师。——《孟子·离娄上》段目二十三。 今天是6月19日周六,原计划早起跑步可惜外面雨下的很大,既然没办法出门跑步睡又睡不着索性写点东西,写到哪算哪吧。 从最初给自己看的工作记录流水账到开放的自媒体平台,写了差不多有三四年了。偶尔翻一翻过去写的东西会发现内容领域并不是那么垂直,很多内容 ...
分类:
其他好文 时间:
2021-06-22 18:06:24
阅读次数:
0
vue2.x的项目里,通过 new 一个 Vue 实例的方式,让它来充当事件总线,管理非父子组件之间的事件派发响应。 先创建一个eventBus.js文件,编辑如下 import Vue from "vue"; const eventBus = new Vue(); export default e ...
分类:
其他好文 时间:
2021-06-22 18:05:54
阅读次数:
0
1.用RMAN连接目标DB: rman target / RMAN target sys/*****@orcl 2.在RMAN命令窗口中,输入如下命令(清理所有的归档日志): crosscheck archivelog all; delete expired archivelog all; 或者清理 ...
分类:
数据库 时间:
2021-06-22 18:05:05
阅读次数:
0
import urllib.request import gevent from gevent import monkey monkey.patch_all() def downloader(img_name, img_url): req = urllib.request.urlopen(img_u ...
分类:
编程语言 时间:
2021-06-22 18:01:56
阅读次数:
0
今天学习了simpleAdapter简单适配器 简单适配器在适配器中作用很大,例如微信qq的消息列表 simpleadapter的五个参数 data是一个 List<Map<String,Object>> data = new ArrayList<>(); Map<String,Object> ma ...
分类:
其他好文 时间:
2021-06-22 17:56:31
阅读次数:
0
##General English:8 ###Unit5 Purchasing a product ###Vocabulary for making a purchase Practice the vocabulary for buying things. Select a card and lis ...
分类:
其他好文 时间:
2021-06-22 17:55:40
阅读次数:
0
DML语言的学习:(数据操作) 数据操作语言: 插入:insert 方式一:经典的插入 /* 语法: insert into 表名(列名,...) values(值1,...); */ SELECT * FROM beauty; 插入的值的类型要与列的类型一致或兼容 INSERT INTO beau ...
分类:
数据库 时间:
2021-06-22 17:53:11
阅读次数:
0