网址-官网

  1. SQL Server
  2. Web api
  3. Tabulator
  4. Echarts
  5. BootStrap(W3C)
  6. Thymeleaf
  7. JSTL
  8. Mybatis
  9. jquery
  10. 常用知识网址
  11. spring官网文档-中文
  12. spring官网(jar包下载)

文章发布时间:2020/10/21

springboot

https://www.springcloud.cc/spring-boot.html#boot-features-connecting-to-a-jndi-datasource

SQLServer下载(SQlServer所属microsoft)

https://www.microsoft.com/ja-jp/download/details.aspx?id=53167
SQL Server官方文档
https://docs.microsoft.com/zh-cn/sql/sql-server/?view=sql-server-ver15

Web api

https://developer.mozilla.org/zh-CN/docs/Web/API
Web-约束验证
https://wiki.developer.mozilla.org/zh-CN/docs/Web/Guide/HTML/HTML5/Constraint_validation

Tabulator api

http://tabulator.info/examples/4.7#fittodata

Echarts 官网
https://echarts.apache.org/zh/api.html#echarts

bootStrap官网文档中文
http://w3c.3306.biz/

thymeleaf官网
https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html#expression-inlining

JSTL下载地址

http://archive.apache.org/dist/jakarta/
http://archive.apache.org/dist/jakarta/taglibs/standard/binaries/

C:\Users\shenyingli\Desktop\jar\jakarta-taglibs\jstl-1.0\tld
JSTL标签定义和描述
JSTL相关文档
https://docs.oracle.com/cd/E17802_01/products/products/jsp/jstl/1.1/docs/tlddocs/x/tld-frame.html

Mybatis

w3c

https://www.w3cschool.cn/mybatis/ud8n1im1.html

官网

https://mybatis.org/mybatis-3/

jquery

jquery中文网
http://www.jquerycn.cn//jquery_jquery-jiaocheng_1

常用知识网址收集

https://www.liangzl.com/ce/interview.html(JAVA+HTML)
在这里插入图片描述maven镜像
https://blog.youkuaiyun.com/Hello_World_QWP/article/details/82459915

官网(中文springboot)

http://springboot.fun/
http://springcloud.fun/
https://www.docs4dev.com/docs/zh/
包含的中文文档API
java+spring + linux + BigData +Security + Logging + HttpServer + Python + DataBase + ORM + Thymeleaf
在这里插入图片描述

STS下载

https://download.springsource.com/release/STS/3.9.12.RELEASE/dist/e4.15/spring-tool-suite-3.9.12.RELEASE-e4.15.0-win32-x86_64.zip

GPT-3.5-Turbo模型的官方访问信息和API文档可以通过OpenAI的官方网站获取。以下是相关信息: ### API 访问地址 GPT-3.5-Turbo模型的API接口地址为: ``` https://api.openai.com/v1/chat/completions ``` 该接口支持开发者通过编程方式调用GPT-3.5-Turbo模型,进行文本生成、对话交互等任务。 ### API 文档 关于GPT-3.5-Turbo的API文档和使用指南,可以访问OpenAI的官方文档页面: ``` https://platform.openai.com/docs/models/gpt-3-5 ``` 该页面详细介绍了GPT-3.5-Turbo的参数配置、调用方法、计费规则等内容。 ### 其他相关更新 - GPT-3.5 Turbo的输入标记费用已经降低了25%,现在是每1K输入标记0.0015美元。 - 推出了gpt-3.5-turbo-16k模型,其上下文长度是4k基础模型的四倍,适用于更长文本的处理任务,定价为每1K输入标记0.003美元和每1K输出标记0.004美元[^1]。 ### 模型版本过渡说明 - 新版本gpt-3.5-turbo-0613已经推出,该版本支持与系统消息更好的交互,并新增了函数调用功能。 - 在6月27日,稳定版本的gpt-3.5-turbo将自动升级到这个新版本。 - 如果需要更多时间过渡,可以指定使用gpt-3.5-turbo-0301,该版本将保持可用直到9月13日[^1]。 ### 微调支持 如果需要对GPT-3.5-Turbo进行微调以适应特定领域的需求,可以通过OpenAI提供的微调引擎实现。例如,使用`llama_index.finetuning`模块进行微调,并通过模拟数据集优化模型性能[^5]。 ### 示例代码 以下是一个调用GPT-3.5-Turbo的示例代码片段: ```python import openai # 设置API密钥 openai.api_key = "your-api-key" # 调用GPT-3.5-Turbo模型 response = openai.ChatCompletion.create( model="gpt-3.5-turbo", messages=[ {"role": "system", "content": "You are a helpful assistant."}, {"role": "user", "content": "Hello, how can I assist you today?"} ] ) # 输出模型响应 print(response.choices[0].message.content) ``` ### 相关问题
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值