随笔分类 - 日常记录
摘要:dbeaver 官网: https://dbeaver.io/ 支持多款数据库,一款通用的数据库客户端工具。
阅读全文
摘要:jdbc不使用绑定变量的方式执行sql,会导致游标不断增加。 如mybaties中使用$()的方式,会导致游标不断增加,从而导致超出最大游标数的错误。
阅读全文
摘要:为了方便打包程序,在批处理中可以使用mvn命令(mvn clean package -DskipTests) 但使用后发现,mvn命令后面的批处理命令不会执行,黑窗口会直接退出。 原因:mvn本身是一个批处理命令。 解决方法:使用call命令执行mvn命令即可。 如: cd \eclipse-wor
阅读全文
摘要:方便使用批处理。 解压:360zip.exe -X 压缩文件 解压到的目录 压缩zip:360zip.exe -ar 要压缩的文件 压缩后的文件全路径.zip 压缩rar:360zip.exe -ar 要压缩的文件 压缩后的文件全路径.rar 如:"D:\Program Files (x86)\36
阅读全文
摘要:github地址: https://github.com/soimort/you-get 官网地址: https://you-get.org 常见用法: you-get -i url you-get url
阅读全文
摘要:Strapdown.js Strapdown.js - Instant and elegant Markdown documents Strapdown.js - 即时优雅的 Markdown 文档 官方地址:http://strapdownjs.com/ github地址:https://gith
阅读全文
摘要:Unsplash The internet’s source of freely-usable images. Powered by creators everywhere. https://unsplash.com/
阅读全文
摘要:icons8 Icons, illustrations, photos, music, and design tools 图标、插图、照片、音乐和设计工具 https://icons8.com/
阅读全文
摘要:Random User Generator A free, open-source API for generating random user data. Like Lorem Ipsum, but for people. 用于生成随机用户数据的免费开源 API https://randomuse
阅读全文
摘要: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
阅读全文
摘要: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 语法高亮 支持
阅读全文
摘要:蛋白质折叠问题: 1972 年,美国科学家克 Christian Anfinsen 因「对核糖核酸酶的研究,特别是对其氨基酸序列与生物活性构象之间联系的研究」获得诺贝尔化学奖。在颁奖礼上,他提出了一个著名的假设:从理论上来说,蛋白质的氨基酸序列应该可以完全决定其结构。这一假设引发了长达五十年的探索,
阅读全文
摘要:oradim -new -sid 实例名
阅读全文
摘要:收集中国古今妖怪 https://www.cbaigui.com/
阅读全文