上一页 1 2 3 4 5 6 7 ··· 31 下一页
摘要: 转:https://blog.csdn.net/lijiafa/article/details/109465399 Logback常用配置介绍 LOGBack简介 官方手册:https://logback.qos.ch/manual/introduction.html 介绍 作者Ceki Gülcü 阅读全文
posted @ 2023-10-27 12:23 htj10 阅读(28) 评论(0) 推荐(0) 编辑
摘要: spdlog 支持only-header(仅头文件) 头文件下载,可以去官网 https://github.com/gabime/spdlog 或者:https://download.csdn.net/download/htj10/88421316?spm=1001.2014.3001.5503 使 阅读全文
posted @ 2023-10-12 18:48 htj10 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 安装 参考: nodeJS压缩版安装与配置 注意: 最新版本不支持win7有问题,我win7 用的 node-v11.15.0-win-x86 历史版本下载:https://registry.npmmirror.com/binary.html?path=node/ 初识 新建http server 阅读全文
posted @ 2023-09-28 15:19 htj10 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Visual Studio 下nuget命令的使用 阅读全文
posted @ 2023-09-13 16:58 htj10 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/HR_Reborn/article/details/130363997 #pragma once class Array { public: Array() : size_(0), data_(nullptr){ } Array(int size) 阅读全文
posted @ 2023-08-26 17:03 htj10 阅读(50) 评论(0) 推荐(0) 编辑
摘要: curl 发送post请求 json数据 curl -X POST -H "Content-Type: application/json" -H "referer:http://localhost" http://localhost:8080/test/hello -d '{"param":"202 阅读全文
posted @ 2023-07-30 15:28 htj10 阅读(12) 评论(0) 推荐(0) 编辑
摘要: VS2013中使用码云gitee建立源代码管理 阅读全文
posted @ 2023-07-28 22:41 htj10 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 1. 指定配置启动 前台启动 redis 服务会阻塞整个会话窗口,如果需要通过后台方式启动 redis 服务,那么必须通过修改 redis 配置文件的方式来解决。redis 配置文件即 redis.conf,是存放在 redis 安装目录下面的。因此,首先需要切换到 redis 安装目录下: cd 阅读全文
posted @ 2023-07-27 15:22 htj10 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 方式一,用Windows API using System.Runtime.InteropServices; using System.Text; namespace Configure { class IniConfigHelper { private const int VALUE_MAX_LE 阅读全文
posted @ 2023-07-14 09:39 htj10 阅读(12) 评论(0) 推荐(0) 编辑
摘要: exe所在路径 转:C#获取当前程序运行路径的方法集合 - 魔法皇帝 - 博客园 (cnblogs.com) //获取和设置包含该应用程序的目录的名称。(推荐)string str = System.AppDomain.CurrentDomain.SetupInformation.Applicati 阅读全文
posted @ 2023-07-10 15:14 htj10 阅读(480) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 31 下一页
TOP