码迷,mamicode.com
首页 >  
搜索关键字:man help    ( 20439个结果
php的openssl扩展版本兼容问题
因为服务器里在跑一些老项目兼容问题很多,一直运行PHP7.0版本没有升级。在对接微信分时需要使用到AES-256-GCM加密需要调整PHP环境,决定先升级到PHP7.2,升级后发现openssl_sign()报错,排查后做下简单兼容调整说明。做三方对接时时常会出现问题,尤其是运行环境发生变化时。对于PHP环境主要分为:php版本、扩展库版本。如果出现兼容性问题则首先需要确认环境问题,避免走弯路。o
分类:Web程序   时间:2020-11-21 12:02:05    阅读次数:15
FineReport问题合集
1、下拉复选框参数为空选择全部 https://help.fanruan.com/finereport/doc-view-2395.html 2、图表联动-重新查询时重置动态参数值 https://help.finereport.com/finereport9.0/doc-view-1964.htm ...
分类:其他好文   时间:2020-11-21 11:58:44    阅读次数:3
点击按钮,复制文本
$('body').on('tap', '.copy-btn', function (e) { e.preventDefault(); e.stopPropagation(); const range = document.createRange(); range.selectNode($(this ...
分类:其他好文   时间:2020-11-20 12:20:18    阅读次数:20
查看vs支持的c#语言版本/查看.NetCore版本
1:查看vs支持的c#语言版本 输入csc -langversion:? 2:查看.NetCore版本 win+R 打开控制台 输入dotnet version ...
分类:编程语言   时间:2020-11-20 12:09:19    阅读次数:10
EE516 Take Home
2020/11/8 EE516 Take Home Mid-Term Examfile:///C:/Users/Thinkpad/Desktop/EE516_Midterm_2020.html 1/3EE516 Take Home Mid-Term ExamYour NameDue: Novembe ...
分类:其他好文   时间:2020-11-19 12:10:30    阅读次数:6
C语言的输入格式
#include <stdio.h> int main() { printf("hey man/n"); return 0; return的意思是返回 } #include 库函数 C语言本身提供给我们的函数 include意思是包含,包含一个<stdio.h> standard input out ...
分类:编程语言   时间:2020-11-19 12:05:52    阅读次数:7
install xshell,xftp <You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from >
You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your ...
分类:数据库   时间:2020-11-18 12:25:47    阅读次数:13
Hive数据仓库之权限管理
Hadoop/Hive自带权限控制集群安全下需求:支持多组件,最好能支持当前大数据技术栈的主要组件,HDFS、HBASE、HIVE、YARN、KAFKA等支持细粒度的权限控制,可以达到HIVE列,HDFS目录,HBASE列,YARN队列开源,社区活跃,按照现有的集群情况改动尽可能的小,而且要符合业界的趋势。现有方案:Hadoop、Hive本身的权限控制Kerberos安全认证ApacheRange
分类:其他好文   时间:2020-11-18 12:15:31    阅读次数:8
JDBC
一、JDBC六个步骤 1.加载驱动 Class.forName(driver_class); 2.创建数据库连接 DriverManager.getConnection(url,user,password); 3.创建PreparedStatement PreparedStatement ps=co ...
分类:数据库   时间:2020-11-16 13:44:24    阅读次数:52
利用electron实现pdf转html pdf2html
1, 下载:https://github.com/gerhardberger/electron-pdf-window 存到目录下,如d:\dev 2,用electron执行nodejs文件 electron.exe index.js index.js const { app, BrowserWind ...
分类:Web程序   时间:2020-11-16 13:35:15    阅读次数:19
20439条   上一页 1 ... 33 34 35 36 37 ... 2044 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!