Dict.CN 在线词典, 英语学习, 在线翻译 ------------- MyGitee My腾云code My51cto

Happy_EveryDay

可以平凡 不可以平庸 无爱则无忧,无欲则无求,无怒而无敌,无怨才是佛。所有烦恼,都是放不下的执著 开源技群 328035181 MyGitee

博客园 首页 管理
上一页 1 2 3 4 5 6 7 ··· 46 下一页

2025年7月15日 #

摘要: 参考sb-ai-alibaba 20250715 教育经历 北京大学软件工程本科2005.09-2009.06 主修课程:Java语言开发、C语言开发、操作系统、编译原理、计算机网络、算法导论、电商商务、电子基础、高等数学、概率论与统计、离散数学。 工作经验 阿里巴巴有限公司算法工程师 2009-7 阅读全文
posted @ 2025-07-15 18:22 cn2025 阅读(48) 评论(0) 推荐(0)

摘要: 参考sb-ai-alibaba 20250715 1、 package com.ds.aiaibabarag.config;import org.springframework.ai.chat.client.ChatClient;import org.springframework.ai.docum 阅读全文
posted @ 2025-07-15 16:57 cn2025 阅读(85) 评论(0) 推荐(0)

摘要: 参考sb-ai-alibaba 20250715 一、ImageModel 1、 package com.ds.aialibabaother.controller;import com.alibaba.cloud.ai.dashscope.api.DashScopeImageApi;import c 阅读全文
posted @ 2025-07-15 15:33 cn2025 阅读(77) 评论(0) 推荐(0)

摘要: https://java2ai.com/docs/1.0.0.2/get-started/ ai-alibaba doc 1、创建aliyunai-key https://www.aliyun.com/product/bailian https://bailian.console.aliyun.co 阅读全文
posted @ 2025-07-15 11:06 cn2025 阅读(49) 评论(0) 推荐(0)

摘要: 1、docker ollama, ollama run deepseek-r1:1.5b 宿主机192.168.177.128 2、springboot实列 2.1 application.properties spring.application.name=ai-ollamaserver.port 阅读全文
posted @ 2025-07-15 10:17 cn2025 阅读(27) 评论(0) 推荐(0)

2025年7月13日 #

摘要: 参考: sb-deepseek20250703 1、 package com.ds.aifunction.config;import org.springframework.ai.tool.annotation.Tool;import org.springframework.stereotype.C 阅读全文
posted @ 2025-07-13 18:43 cn2025 阅读(50) 评论(0) 推荐(0)

摘要: 参考: sb-deepseek20250703 1、 package com.ds.aichat.controller;import org.springframework.ai.chat.messages.Message;import org.springframework.ai.chat.mes 阅读全文
posted @ 2025-07-13 16:29 cn2025 阅读(40) 评论(0) 推荐(0)

摘要: 参考: sb-deepseek20250703 1、 package com.ds.aichat.controller;import org.springframework.ai.chat.model.ChatModel;import org.springframework.ai.chat.mode 阅读全文
posted @ 2025-07-13 15:56 cn2025 阅读(28) 评论(0) 推荐(0)

摘要: 参考: sb-deepseek20250703 1、config package com.ds.aichat.config;import org.springframework.ai.chat.client.ChatClient;import org.springframework.context. 阅读全文
posted @ 2025-07-13 13:37 cn2025 阅读(49) 评论(0) 推荐(0)

摘要: 参考: sb-deepseek20250703 1、application.properties spring.application.name=ai-chatserver.port=8899spring.ai.openai.api-key=sk-595b6ce15e1c4a16b1bbae6b8e 阅读全文
posted @ 2025-07-13 02:35 cn2025 阅读(27) 评论(0) 推荐(0)

摘要: 1、deepseek:key 2、springboot调用 1)、pom.xml <properties> <java.version>17</java.version> <spring-ai.version>1.0.0</spring-ai.version></properties><depend 阅读全文
posted @ 2025-07-13 02:15 cn2025 阅读(54) 评论(0) 推荐(0)

2025年7月9日 #

摘要: 1、docker kafka 安装 宿主机:http://192.168.177.128/ #下载镜像 docker pull zookeeper dockerpull wurstmeister/kafka #查看镜像 docker images #启动 zookeeper docker run - 阅读全文
posted @ 2025-07-09 09:29 cn2025 阅读(34) 评论(0) 推荐(0)

2025年7月7日 #

摘要: 阅读全文
posted @ 2025-07-07 09:10 cn2025 阅读(27) 评论(0) 推荐(0)

2025年7月3日 #

摘要: 阅读全文
posted @ 2025-07-03 16:13 cn2025 阅读(23) 评论(0) 推荐(0)

2025年6月27日 #

摘要: 阅读全文
posted @ 2025-06-27 09:26 cn2025 阅读(26) 评论(0) 推荐(0)

2025年6月19日 #

摘要: 阅读全文
posted @ 2025-06-19 08:44 cn2025 阅读(44) 评论(0) 推荐(0)

2025年6月17日 #

摘要: 阅读全文
posted @ 2025-06-17 08:59 cn2025 阅读(26) 评论(0) 推荐(0)

2025年6月16日 #

摘要: 随着生成式 AI 的快速发展,RAG(Retrieval-Augmented Generation,检索增强生成)技术逐渐成为构建智能对话系统的关键。RAG 通过结合检索和生成两种技术,能够生成更准确、更相关的回答。Spring AI 提供了强大的 RAG 支持,其中 QuestionAnswerA 阅读全文
posted @ 2025-06-16 15:50 cn2025 阅读(751) 评论(0) 推荐(0)

摘要: 1、在项目终端命令行中输入 :pnpm install element-plus --save 要安装Node.js(推荐版本≥14)和npm nvm install 18 阅读全文
posted @ 2025-06-16 14:34 cn2025 阅读(76) 评论(0) 推荐(0)

2025年6月10日 #

摘要: 1、expain >type.all 2、 FORCE INDEX(createtime) >type.range 阅读全文
posted @ 2025-06-10 14:58 cn2025 阅读(38) 评论(0) 推荐(0)

2025年6月9日 #

摘要: 引言 AI 辅助编程工具层出不穷,也尝试过不少 AI 编程辅助工具,但效果都不太理想,提示的代码命中率并不高,但却严重影响了编码的流畅性,并且聊天对话的时候,多数都需要手动引用代码,即使引用了代码,也仅仅就是引用了提供引用的代码,提供的帮助很有限,很多时候,都是试过就禁用了。 最近在开发过程中比较深 阅读全文
posted @ 2025-06-09 15:54 cn2025 阅读(217) 评论(0) 推荐(0)

2025年6月2日 #

摘要: ######前端代码 ######后端代码 git 1、Ollama 参考https://www.cnblogs.com/smallfa/p/18906777 2、pom.xml <properties> <java.version>17</java.version> <spring-ai.vers 阅读全文
posted @ 2025-06-02 17:27 cn2025 阅读(318) 评论(0) 推荐(0)

摘要: 1、宿主机http://192.168.177.128/ 2、安装ollama 1.1CPU版本 主机挂载目录/Users/xx/Documents/ds/ollama可自行更改 docker run -d -v /Users/xx/Documents/ds/ollama:/root/.ollama 阅读全文
posted @ 2025-06-02 09:05 cn2025 阅读(147) 评论(0) 推荐(0)

2025年5月27日 #

摘要: 阅读全文
posted @ 2025-05-27 10:28 cn2025 阅读(29) 评论(0) 推荐(0)

2025年5月26日 #

摘要: 阅读全文
posted @ 2025-05-26 09:07 cn2025 阅读(17) 评论(0) 推荐(0)

2025年5月23日 #

摘要: 阅读全文
posted @ 2025-05-23 09:24 cn2025 阅读(16) 评论(0) 推荐(0)

2025年5月22日 #

摘要: 阅读全文
posted @ 2025-05-22 09:17 cn2025 阅读(21) 评论(0) 推荐(0)

2025年5月21日 #

摘要: 1、Windows10安装Python2.7 Windows10安装Python2.7 Python中文网 http://python.p2hp.com/ 2、手工添加Python插件 与idea 版本一致 233.14457.28 3、创建modules 4、helloword 阅读全文
posted @ 2025-05-21 10:16 cn2025 阅读(171) 评论(0) 推荐(0)

摘要: 阅读全文
posted @ 2025-05-21 08:37 cn2025 阅读(29) 评论(0) 推荐(0)

2025年5月19日 #

摘要: 阅读全文
posted @ 2025-05-19 08:39 cn2025 阅读(28) 评论(0) 推荐(0)

2025年5月16日 #

摘要: 阅读全文
posted @ 2025-05-16 08:34 cn2025 阅读(20) 评论(0) 推荐(0)

2025年5月15日 #

摘要: 阅读全文
posted @ 2025-05-15 08:45 cn2025 阅读(39) 评论(0) 推荐(0)

2025年5月14日 #

摘要: https://paper.pig4cloud.com/#vk-id-fig2 阅读全文
posted @ 2025-05-14 14:20 cn2025 阅读(38) 评论(0) 推荐(0)

2025年5月12日 #

摘要: 随着大语言模型(LLM)技术的爆发,Java开发者在AI工程领域迎来了三大主流框架:Spring AI、LangChain4j和JBoltAI。本文从架构哲学、核心功能、开发体验、生态扩展等维度,结合官方文档与实战案例,为开发者提供深度选型指南。 一、架构设计对比:哲学差异决定技术边界 Spring 阅读全文
posted @ 2025-05-12 14:57 cn2025 阅读(447) 评论(0) 推荐(0)

摘要: 建议大家看一下李宏毅老师讲解的Transformer,非常简单易懂(个人觉得史上最强transformer讲解):https://www.youtube.com/watch? Transformer模型详解(图解最完整版) 前言 Transformer由论文《Attention is All You 阅读全文
posted @ 2025-05-12 10:50 cn2025 阅读(1622) 评论(0) 推荐(0)

2025年5月11日 #

摘要: 1、hello.jar 本地运行 (springboot ) 2、 hello.jar 生成镜像Image docker build -t hello-jar . 3、 k8s-master镜像 hello-jar:latest 推送到私库harbor的springboot项目 注:私库harbor 阅读全文
posted @ 2025-05-11 12:42 cn2025 阅读(55) 评论(0) 推荐(0)

摘要: 阅读全文
posted @ 2025-05-11 10:03 cn2025 阅读(19) 评论(0) 推荐(0)

2025年5月10日 #

摘要: 1.初始化 在主节点上执行 kubeadm init --apiserver-advertise-address=192.168.177.129 --image-repository registry.aliyuncs.com/google_containers --kubernetes-versi 阅读全文
posted @ 2025-05-10 23:39 cn2025 阅读(105) 评论(0) 推荐(0)

2025年5月9日 #

摘要: Harbor介绍:https://goharbor.io/ 1、前置条件 需要安装了docker和docker-compose 2、下载Harbor 在harbor下载页(https://github.com/goharbor/harbor/releases)选择需要的版本,下载后解压 https: 阅读全文
posted @ 2025-05-09 09:56 cn2025 阅读(391) 评论(0) 推荐(0)

摘要: 阅读全文
posted @ 2025-05-09 09:36 cn2025 阅读(27) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 ··· 46 下一页