会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Coreqi
博客园
首页
新随笔
联系
管理
上一页
1
···
13
14
15
16
17
18
19
20
21
···
69
下一页
2023年6月9日
[转]C#语法特性总结
摘要: #### 本文原地址:[C#语法特性总结](https://www.cnblogs.com/louzixl/p/15553715.html "C#语法特性总结") #### 作者:louzi C# 10已与.NET 6、VS2022一起发布,本文按照.NET的发布顺序,根据[微软官方文档](http
阅读全文
posted @ 2023-06-09 09:35 SpringCore
阅读(157)
评论(0)
推荐(0)
2023年5月19日
C# 枚举的一些工具方法
摘要: 1.获取枚举的描述字典 public static Dictionary<string, string> GetEnumDescriptionDict(Type t) { Dictionary<string, string> enumDescDict = new (); if (!t.IsEnum)
阅读全文
posted @ 2023-05-19 10:50 SpringCore
阅读(138)
评论(0)
推荐(0)
2023年5月17日
Hadoop-3.3.5单机版安装步骤
摘要: 1.下载JDK和Hadoop[略] 2.解压[略] 3.创建hadoop数据存储的目录 mkdir -p /home/hadoop/tmp /home/hadoop/hdfs/data /home/hadoop/hdfs/name 4.配置JAVA环境和HADOOP_HOME vim /etc/pr
阅读全文
posted @ 2023-05-17 16:25 SpringCore
阅读(843)
评论(0)
推荐(0)
.Net Grpc Client调用Java Grpc Server
摘要: 1. Java Grpc Server 参考地址: grpc-java os-maven-plugin protobuf-maven-plugin 1.新建SpringBoot项目[略] 2.POM引入相关依赖 <dependencies> <dependency> <groupId>io.gith
阅读全文
posted @ 2023-05-17 14:24 SpringCore
阅读(185)
评论(0)
推荐(0)
2023年5月9日
使用Openapi Generator生成TS相关代码
摘要: Openapi Generator是Swagger Codegen的分支,但功能更加强大 1.安装JDK【略】 2.下载jar包 wget https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/6.5.0/open
阅读全文
posted @ 2023-05-09 09:44 SpringCore
阅读(784)
评论(0)
推荐(0)
2023年5月8日
前端JS调用.Net 6 Grpc服务
摘要: 1.准备工作 1.Protocol Buffers 下载地址:https://github.com/protocolbuffers/protobuf/releases 需要注册环境变量 PROTOC_HOME -> D:\Developer\protoc\bin 【你自己的二进制目录】 Path -
阅读全文
posted @ 2023-05-08 14:53 SpringCore
阅读(387)
评论(0)
推荐(0)
2023年5月6日
使用Swagger Codegen生成TS相关代码
摘要: 官方介绍地址:https://github.com/swagger-api/swagger-codegen 1.安装JDK【略】 2.下载jar包 wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cl
阅读全文
posted @ 2023-05-06 16:04 SpringCore
阅读(796)
评论(0)
推荐(0)
2023年5月5日
Docker 部署 Gitea Actions
摘要: Gitea在1.19版本正式支持了Gitea Actions 而运行Gitea Actions的前提是注册一个跑步者(目前,act runners是唯一的选择)。 再次之前,先开启Gitea对Actions的支持。 修改配置文件,确保存在如下配置【我的配置文件在 /data/gitea/conf/a
阅读全文
posted @ 2023-05-05 14:38 SpringCore
阅读(1479)
评论(0)
推荐(0)
2023年5月2日
【转】Ubuntu系统Gnome桌面设置允许root登录
摘要: 转自https://www.cnblogs.com/tonyc/p/10432871.html 设置方法如下: vi /etc/pam.d/gdm-autologin 找到下面这一行 auth required pam_succeed_if.so user != root quiet_success
阅读全文
posted @ 2023-05-02 15:25 SpringCore
阅读(532)
评论(0)
推荐(0)
Ubuntu中开启root用户ssh远程登录
摘要: 1.将用户和Shell环境一起切换成root身份 su - root 2.编辑sshd_config文件 vi /etc/ssh/sshd_config 3.修改配置 默认的Authentication区块 # Authentication: #LoginGraceTime 2m #PermitRo
阅读全文
posted @ 2023-05-02 15:12 SpringCore
阅读(2454)
评论(0)
推荐(0)
上一页
1
···
13
14
15
16
17
18
19
20
21
···
69
下一页
公告