Open Live Writer使用
习惯了使用Word编写博客,但是因为上传图片很麻烦,所以改为Open Live Writer。
下载安装
注意账号不要错误,不然会出现提示需要输入日志API,最后怎么也不对。
2. 下载插件
下载插件后存放在C:\Users\yandaniu\AppData\Local\OpenLiveWriter\app-0.6.2\Plugins目录下。
注意的是要在自己的用户名下。没有Plugins目录可以新建一个。
3. 打开Open Live Writer
4. 测试
参考:
https://www.cnblogs.com/Nebuale/p/10365013.html
https://www.cnblogs.com/springsnow/p/13297643.html
https://group.cnblogs.com/topic/8550.html
public void ConfigureServices(IServiceCollection services) { services.AddSingleton(new Appsettings(Configuration)); services.AddAuthentication_JWTSetup(); services.AddAuthentication() .AddScheme<AuthenticationSchemeOptions, CustomAuthenticationHandler>(Permissions.GWName, _ => { }); services.AddNacosV2Config(Configuration, null, "nacosConfig"); services.AddNacosV2Naming(Configuration, null, "nacos"); services.AddHostedService<ApiGateway.Helper.OcelotConfigurationTask>(); services.AddCustomSwaggerSetup(); services.AddControllers(); services.AddHttpContextSetup(); services.AddCorsSetup(); services.AddCustomOcelotSetup(); }
大大 | |
阿达萨达阿萨德 |
本文来自博客园,作者:{春光牛牛,yak},转载请注明原文链接:https://www.cnblogs.com/yakniu/p/16212942.html
欢迎各位大佬们评论指正
QQ讨论群:610129902
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· 记一次.NET内存居高不下排查解决与启示
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!