Souleigh ✨ Souleigh ✨
4年前
Dart开发环境配置
一.Windows环境1.choco安装DartSDK建议直接使用choco安装,关于choco如何使用可以参照https://chocolatey.org/(https://chocolatey.org/)官方文档地址:https://dart.dev/getdartinstal
九鹤 九鹤
4年前
GraphQL
GraphQL一种api文档查询语言基本语法本地运行javagitclonehttps://github.com/apollographql/starwarsservercdstarwarsservernpminstallnpmstart执行上面的命令之后打开下面的地址即可学习http://localhost:8080/grap
Stella981 Stella981
3年前
Spring Cloud Gateway 数据库存储路由信息的扩展方案
动态路由背景​无论你在使用Zuul还是SpringCloudGateway的时候,官方文档提供的方案总是基于配置文件配置的方式例如:zuul的配置形式routes:pigauth:path:/auth/serviceId:
Stella981 Stella981
3年前
Spring Security学习
GettingStart官方文档学习SpringSecurityReference(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fdocs.spring.io%2Fspringsecurity%2Fsite%2Fdocs%2F
Stella981 Stella981
3年前
React 小白初入门
推荐学习:React官方文档:https://react.docschina.org/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Freact.docschina.org%2F)React菜鸟教程:https://
Stella981 Stella981
3年前
HGDB wal文件产生量统计
目录环境文档用途详细信息环境系统平台:Linuxx86RedHatEnterpriseLinux5,Linuxx86RedHatEnterpriseLinux6,Linuxx86SLES11,Linuxx8664RedHatEnterpriseLinux5,Linuxx8664RedH
Stella981 Stella981
3年前
DOM解析XML案例Demo(一)
一、Java中操作DOM中常用的类Node 数据类型基类Element 最常用的类Attr Element的属性Text ElementorAttr的内容Document 代表整个XML文档,代表DOMtree
Easter79 Easter79
3年前
SpringCloud与微服务Ⅶ
官方文档:https://projects.spring.io/springcloud/springcloud.htmlspringcloudfeign(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fprojects.spring.io%2Fspringcloud%2Fsp
Stella981 Stella981
3年前
MediaWiki自动登陆和更新页面
Mediawiki系统开放了API,向wiki系统的api.php发送http请求,可实现很多功能。1.登陆:原理可查看mediawikiapi文档\LoginuserName'\\\'password'\\\'headersdict()headers\'ContentType'\'ap
数据堂 数据堂
1年前
语音识别技术:端到端的挑战与解决方案
一、引言随着人工智能技术的不断发展,语音识别技术得到了越来越广泛的应用。端到端语音识别技术是近年来备受关注的一种新型语音识别技术,它能够直接将语音转换成文本,省略了传统的语音特征提取步骤。本文将探讨端到端语音识别技术的挑战与解决方案。二、端到端语音识别技术