see what is deepseek, and try to run it on local machine 3060 graphic card.look into deep seek,  I want to install deepseek locally and run it,download and installation: https://ollama.com/d ......
psv下载下来一些游戏的安装包后使得toolbox2, 或者 toolbox1 连接电脑数据线连接后, 拷贝到psv本地再在psv本机浏览到文本进行本地安装
我最近给自己做一个小的项目任务管理和文档管理的高度集成dashboard, 打算用golang做一下后台。这个语言主要的特点是写地代码量比较少,再加上我已经用mux写了一个基本的静态服务器和动态路由管理的基础设施,这里想再扩展一下,开发后台用。大概是路由模板和匹配器,子路由,比较好的是内置了host匹配的方式,这种直接就省去了代理的一些设置。还有就是middleware中间件了,包括logging ......
ELK 日志处理
评论(0) 浏览量(156)
Loki is another logging stack that seems to be lighter weighted than the ELK stack,没有docker用,elk / Loki  using sleuth and zippkinThese 3 are super heavy, the compressed archives are 500M big ......
总是自己开发登录页,果然还是,可以直接使用这个包:spring:     application:         name: app-config-center     security:   &nb ......
Unlimited Stars
评论(0) 浏览量(249)
#include <stdlib.h>  int m1(int *p){      printf("%d\n",*p);      return 0;  } int main() { ......
全家桶的springcloud,现在添加到kafka遇到的问题: kafka 总提示路径太长,放在磁盘根目录下, bin/windows/zooker-start.bat config/zookeeper.properties然后kafka, 在server.properties 位于config文件夹下, 找到那个 :9092 默认端口行注释bi ......
My mac mini m2 homebrew had corrupted, I had to fix it.I am having Java20 installed on Mac, to manage Java versions, I found materials, including fixing no remote repo, brew cask, tap, etc.For no orig ......
There are different ways to set up a microservice system.In China, there is the Alibaba way, using Nacos, Dubbo, Seata, Appolo, etc.There is also another way of using Springcloud-gateway, Openfeign, Z ......
The process of Multi Tenant in Spring Boot and JPA is to use the dynamic routing data source.For each tenant, there is a datasource property file.Could put all such files under a all tenants folder, w ......
on server "git init --bare"on local, "ssh-copy-id server_ip"git clone user@ssh_server_ip:/path/to/bare_repo;  git@ssh_server_ip:/username/projectname.git;local commit readme.m ......
Key takeaways:Press and Hold Shift at VM Ubuntu server start up,i.e. send ctrl+alt+delete to reboot from VM menuPress e and edit Ubuntu Grub scriptAt the end of the last line that starts with linux, a ......
关于bootstrap.yml和application.yml的优先级, bootstrap.yml较高, configclient需要添加到bootstrap.yml中配置中心主要是引用config server的pom, 添加enable config server, 配置config server的git 配置版本库地址;客户端中配置上服务器地址后,添加上刷新包,当需要刷新的时候,向api发 ......
pomapplication.yaml resource/mapper/UserMapper.xml4. UserMapper interface5. User Service7. AutoWired User Service8.  API
添加pomorg.springframework.bootspring-boot-starter-data-jpa2.3.1.RELEASE添加@Table( 注解会自动生成表结构。reload pom.xml, 添加
<div class="container"><div class="card">Hello card</div><div class="card">Hello card</div><div class="card">Hello card</ ......