报错信息 yum源安装东西,发现yum不好使用,报错如下:/usr/lib64/python2.6/site-packages/pycurl.so: undefined symbol: CRYPTO_set_locking_callback 处理办法: yum报错的主要错误就是因为libcurl.s ...
分类:
编程语言 时间:
2021-05-24 10:25:21
阅读次数:
0
说明 视频地址: https://www.bilibili.com/video/BV1uE411d7L5?from=search&seid=6807897890479939370 博客地址: https://blog.csdn.net/java_lyvee content 1 spring中的循环依 ...
分类:
编程语言 时间:
2021-05-24 10:19:14
阅读次数:
0
// Triger_flow_group_user_Insert BEGIN SET new.fid=REPLACE(UUID(),'-',''); set new.userName=(select ifnull(name,real_name) as name from blade_user whe ...
分类:
数据库 时间:
2021-05-24 10:18:59
阅读次数:
0
import cn.itcast.web.utils.DownLoadUtils; import javax.servlet.ServletContext; import javax.servlet.ServletException; import javax.servlet.ServletOutp ...
分类:
其他好文 时间:
2021-05-24 10:12:02
阅读次数:
0
SELECT a.address,a.cont AS countAddress,b.sum AS sumAddress,CONCAT( ROUND( a.cont / b.sum * 100, 2 ), '', '%' ) AS percent FROM( SELECT address, COUNT ...
分类:
数据库 时间:
2021-05-24 10:05:17
阅读次数:
0
import QtQuick 2.9 // 导入模块 import QtQuick.Window 2.2 import QtQuick.Controls 2.2 // 导入的模块 Window { visible: true width: 640 height: 480 title: qsTr("H ...
分类:
其他好文 时间:
2021-05-24 10:03:58
阅读次数:
0
require: 运行时调用,理论上可以运用在代码的任何地方, import:编译时调用,必须放在文件开头 懒加载:component: resolve => require(['@/view/index.vue'], resolve) 用require这种方式引入的时候,会将你的component ...
分类:
其他好文 时间:
2021-05-24 10:02:52
阅读次数:
0
日常维护脚本SQL语句 查看配置 -- 查看数据常用参数配置值,数据库常用参数便于了解当前实例数据库文件存放位置,备份集存放位置,数据库缓冲内存大小、使用端口、最大会话连接数等。 SELECT PARA_NAME,PARA_VALUE FROM V$DM_INI WHERE PARA_NAME IN ...
分类:
数据库 时间:
2021-05-24 10:02:17
阅读次数:
0
import QtQuick 2.9 // 导入模块 import QtQuick.Window 2.2 import QtQuick.Controls 2.2 import "./Jiejs.js" as Jie // 导入jswenjian1 Window { visible: true wid ...
分类:
Web程序 时间:
2021-05-24 10:00:00
阅读次数:
0
from docx import Document from docx.shared import Inches document = Document() document.add_heading('Document Title', 0) p = document.add_paragraph('A ...
分类:
编程语言 时间:
2021-05-24 09:32:17
阅读次数:
0