这个方法就比上篇博客简单多了,下载一个工具直接解压就能使用,本人还没有出现问题。 1. 下载EasyBlogImageForTypora 我使用的win10系统,我放了一个win版本的下载链接,文章最后会有原博主的链接,mac可以在那找。 下载链接在这 Releases · xiajingren/E ...
分类:
其他好文 时间:
2021-06-21 20:47:16
阅读次数:
0
前言 13. 阻塞与非阻塞 本章内容为驱动基石之一。 驱动只提供功能,不提供策略。 阻塞与非阻塞 都是应用程序主动访问的。从应用角度去解读阻塞与非阻塞。 原文:https://www.cnblogs.com/lizhuming/p/14912496.html 13.1 阻塞与非阻塞 阻塞: 指在执行 ...
分类:
系统相关 时间:
2021-06-21 20:38:47
阅读次数:
0
前言 我总是在git提交的时候,遇到一些奇奇怪怪的问题。有时候居然还会碰上第二次。 记住这些“绊脚石”,下回不摔跤。 目录 git index损坏 一、git index损坏 报错信息:D:\Fanniegirl>git status error: bad signature 0x00000000 ...
分类:
其他好文 时间:
2021-06-21 20:37:13
阅读次数:
0
参考:https://mp.weixin.qq.com/s/494wqyxyFzDuGwG_51tFbQ <dependency> <groupId>net.openhft</groupId> <artifactId>affinity</artifactId> <version>3.20.0</ve ...
分类:
编程语言 时间:
2021-06-21 20:34:49
阅读次数:
0
server: port: 8080 spring: application: name: gateway cloud: gateway: routes: - id: guo-system4 uri: https://www.baidu.com predicates: - Query=smile # ...
分类:
其他好文 时间:
2021-06-21 20:30:01
阅读次数:
0
1、未使用”git add .“缓存代码的情况下 git checkout . 使用此命令可以用来放弃掉还灭有加入到缓存区的修改 但是此命令不会删除新建的文件,因为新建的文件还没有加入到git的管理系统中 2、已经使用了git add . 命令的情况下 git reset HEAD filepath ...
分类:
其他好文 时间:
2021-06-21 20:29:45
阅读次数:
0
PDMS管道建模教程:https://max.book118.com/html/2015/0506/16456246.shtm https://wenku.baidu.com/view/44c38744a6c30c2258019e26.html PDMS是一款大型三维工厂管道设计系统软件,结合了先进 ...
分类:
其他好文 时间:
2021-06-21 20:28:58
阅读次数:
0
预备条件: 注册 heroku.com ;注册github ,新建公共或私人repository; 安装git bash; 1、复制git 链接(如果是https格式的,每次签入项目时会要求输入github的用户名和密码,如果选择SSH格式,每次签入push时不需要输入信息,但是事先在电脑上保存SS ...
分类:
其他好文 时间:
2021-06-21 20:25:11
阅读次数:
0
XML 配置 官方文档:https://dubbo.apache.org/zh/docs/v2.7/user/references/xml/ provider示例 <beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:d ...
分类:
其他好文 时间:
2021-06-21 20:24:46
阅读次数:
0
1 aliyun OSS 1. 1 迁移教程 https://help.aliyun.com/document_detail/95159.html 1.2 步骤: 创建bucket创建IAM,并授予AliyunMGWFullAccess权限,获取key and secert创建源数据地址: 注意en ...
分类:
其他好文 时间:
2021-06-21 20:23:38
阅读次数:
0