上一页 1 2 3 4 5 6 ··· 30 下一页
摘要: 1, in wsl apt update apt install –y llvm && \apt install -y clang && \apt-get install -y gcc-multilib &&、./docker/docker Dockerfileapt update && \ git 阅读全文
posted @ 2023-03-20 14:00 张保维 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 1,基础环境win 10 docker for desktop windows wsl Ubuntu-22.04 镜像,原来使用 20.04的时候,莫名其妙的出问题,换成22.04就好了。2,wsl进入 linux先安装 go.https://github.com/golang/go/wiki/Ub 阅读全文
posted @ 2023-03-18 14:54 张保维 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 1, GOLANG_PROTOBUF_REGISTRATION_CONFLICT=warn 解决 grpc 命名空间冲突。2, 再补 阅读全文
posted @ 2023-03-18 14:04 张保维 阅读(36) 评论(0) 推荐(0) 编辑
摘要: C:\Users\【用户】\.docker\daemon.json增加一个属性使用国内镜像"registry-mirrors": ["https://docker.mirrors.ustc.edu.cn", "http://hub-mirror.c.163.com", "https://regist 阅读全文
posted @ 2023-03-05 23:50 张保维 阅读(62) 评论(0) 推荐(0) 编辑
摘要: --add-exports=java.base/jdk.internal.vm=ALL-UNNAMED 阅读全文
posted @ 2023-02-06 22:35 张保维 阅读(27) 评论(0) 推荐(0) 编辑
摘要: for (Parameter parameter : parameters) { if (!parameter.isNamePresent()) { System.out.println("NON"); continue; } String name = parameter.getName(); S 阅读全文
posted @ 2023-02-02 12:37 张保维 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 0: 清除掉所有的对 spring framework 低版本 的 显示引用。 1, javax –> j2ee <dependency> <groupId>jakarta.servlet</groupId> <artifactId>jakarta.servlet-api</artifactId> 阅读全文
posted @ 2023-01-03 15:49 张保维 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 步骤备忘:1,增加子模块 ,这里会把所有的内容 clone 下来, 在 5步的时候,会清除掉不需要的文件。 git submodule add git@aaaaa.com/asdfasdfasdfasdfasdfasdfasdf.git subpath2, 开启子模块 sparse git –C s 阅读全文
posted @ 2022-12-27 13:02 张保维 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 1,https://nacos.io/zh-cn/docs/quick-start-docker.html docker 下载及运行docker-compose -f example/standalone-mysql-5.7.yaml up http://127.0.0.1:8848/nacos/n 阅读全文
posted @ 2022-12-26 13:17 张保维 阅读(16) 评论(0) 推荐(0) 编辑
摘要: docker pull mcr.microsoft.com/mssql/server:2022-latest docker run -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=<YourStrong@Passw0rd>" -p 1433:1433 --name 阅读全文
posted @ 2022-12-12 13:24 张保维 阅读(16) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 30 下一页