摘要:
imgix Powerful Image Processing, Simple APIs https://imgix.com/ 阅读全文
摘要:
PDF补丁丁是一个用于修改PDF文件信息的工具。 “官方”地址 https://www.cnblogs.com/pdfpatcher/ gitHub地址 https://github.com/wmjordan/PDFPatcher gitee地址 https://gitee.com/wmjordan 阅读全文
摘要:
font-awesome https://fontawesome.dashgame.com/ V5 https://fa5.dashgame.com/#/ 阅读全文
摘要:
cdnjs The #1 free and open source CDN built to make life easier for developers. https://cdnjs.com/ jsDelivr A free CDN for Open Source fast, reliable, 阅读全文
摘要:
在MySql官网获取Yum源 使用wget命令下载Mysql Yum源文件 wget https://repo.mysql.com//mysql80-community-release-el8-4.noarch.rpm 安装yum源 yum -y localinstall mysql80-commu 阅读全文
摘要:
在官网下载需要安装的jdk linux版本(tar.gz版本),并拷贝到linux主机上。 选择需要安装的目录并新建。 如mkdir /usr/local/jvm 解压jdk安装包到安装目录。 tar -zxvf jdk-8u131-linux-x64.tar.gz -C /usr/local/jv 阅读全文
摘要:
地址 https://www.xshell.com/zh/ 个人和家庭用户免费,提供邮箱获取下载地址即可。 阅读全文
摘要:
错误信息 Failed to initialize the editor as the document is not in standards mode. TinyMCE requires standards mode. 大体意思 TinyMCE在非标椎的文档模式下无法正常初始化。 解决方法 保证 阅读全文
摘要:
地址 https://github.com/oldj/SwitchHosts SwitchHosts 是一个管理 hosts 文件的应用,基于 Electron 、React、UmiJS 、Chakra UI、CodeMirror 等技术开发。 快速切换 hosts 方案 hosts 语法高亮 支持 阅读全文
摘要:
问题出现场景 oracle数据库为12c,应用使用的jdbc或客户端工具是11g版本一下,连接12c数据库时会报ora-28040错误。 解决办法 在$ORACLE_HOME/network/admin/sqlnet.ora文件中添加: SQLNET.ALLOWED_LOGON_VERSION_SE 阅读全文