上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: imgix Powerful Image Processing, Simple APIs https://imgix.com/ 阅读全文
posted @ 2022-06-16 10:09 freepc 阅读(168) 评论(0) 推荐(0)
摘要: PDF补丁丁是一个用于修改PDF文件信息的工具。 “官方”地址 https://www.cnblogs.com/pdfpatcher/ gitHub地址 https://github.com/wmjordan/PDFPatcher gitee地址 https://gitee.com/wmjordan 阅读全文
posted @ 2022-06-15 09:37 freepc 阅读(215) 评论(0) 推荐(0)
摘要: font-awesome https://fontawesome.dashgame.com/ V5 https://fa5.dashgame.com/#/ 阅读全文
posted @ 2022-06-13 13:34 freepc 阅读(32) 评论(0) 推荐(0)
摘要: 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, 阅读全文
posted @ 2022-06-13 13:32 freepc 阅读(138) 评论(0) 推荐(0)
摘要: 在MySql官网获取Yum源 使用wget命令下载Mysql Yum源文件 wget https://repo.mysql.com//mysql80-community-release-el8-4.noarch.rpm 安装yum源 yum -y localinstall mysql80-commu 阅读全文
posted @ 2022-06-09 16:39 freepc 阅读(435) 评论(0) 推荐(0)
摘要: 在官网下载需要安装的jdk linux版本(tar.gz版本),并拷贝到linux主机上。 选择需要安装的目录并新建。 如mkdir /usr/local/jvm 解压jdk安装包到安装目录。 tar -zxvf jdk-8u131-linux-x64.tar.gz -C /usr/local/jv 阅读全文
posted @ 2022-06-09 13:50 freepc 阅读(68) 评论(0) 推荐(0)
摘要: 地址 https://www.xshell.com/zh/ 个人和家庭用户免费,提供邮箱获取下载地址即可。 阅读全文
posted @ 2022-06-09 13:20 freepc 阅读(44) 评论(0) 推荐(0)
摘要: 错误信息 Failed to initialize the editor as the document is not in standards mode. TinyMCE requires standards mode. 大体意思 TinyMCE在非标椎的文档模式下无法正常初始化。 解决方法 保证 阅读全文
posted @ 2022-06-07 16:48 freepc 阅读(472) 评论(0) 推荐(0)
摘要: 问题出现场景 oracle数据库为12c,应用使用的jdbc或客户端工具是11g版本一下,连接12c数据库时会报ora-28040错误。 解决办法 在$ORACLE_HOME/network/admin/sqlnet.ora文件中添加: SQLNET.ALLOWED_LOGON_VERSION_SE 阅读全文
posted @ 2022-05-25 16:30 freepc 阅读(12391) 评论(0) 推荐(0)
摘要: 新建表空间 create tablespace 表空间名 datafile '表空间文件位置.dbf' size 32m autoextend on next 32m maxsize 32G; 新建用户并指定表空间 create user 用户名 identified by 密码 default t 阅读全文
posted @ 2022-05-25 10:20 freepc 阅读(47) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 9 下一页