积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(115)Go(115)

语言

全部中文(简体)(75)英语(35)zh(4)中文(繁体)(1)

格式

全部PDF文档 PDF(106)PPT文档 PPT(5)其他文档 其他(4)
 
本次搜索耗时 0.056 秒,为您找到相关结果约 115 个.
  • 全部
  • 后端开发
  • Go
  • 全部
  • 中文(简体)
  • 英语
  • zh
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 1.3 七牛如何做HTTP服务测试

    七牛如何做  HTTP服务测试?  许式伟  2015-4-18  HTTP服务测试  • 单元测试  – 某个独立子服务的测试  • 集成测试  – 整个集群对外业务API的测试  • Stage环境  • Product环境  怎么测?  • 七牛早期做法  – 实现服务逻辑(Service  Implementation) 直接基于协议测试呢?  – 比如,基于  http.Client  类直接写测试案例  • 问题  – 代码相对冗长  – 业务逻辑表达不直观  • 写一些辅助函数能够略为改观,不过会有逐步写测试专用SDK的倾向  七牛当前做法  • 引入  httptest  DSL  文法  • 更接近基于  http.Client  写测试案例的思路  比如  `qiniu  f2weae23e6c9f  jg35fae526kbce`  返回一个  auth  object,用字符串无法表达  http  Request  的表达  req  <http-method>   header     …  header  
    0 码力 | 27 页 | 422.11 KB | 1 年前
    3
  • pdf文档 Iteratively Migrating an HTTP Service to Go and gRPC Using grpc-gateway and httputil.ReverseProxy

    Iteratively Migrating an HTTP Service to Go and gRPC Using grpc-gateway and httputil.ReverseProxy Igor Dubinskiy GitHub: idubinskiy Twitter: idubins ● Everything but the browser a. Modify clients existing service Options to migrate a service from HTTP to gRPC Proxy using grpc-gateway and httputil.ReverseProxy https://github.com/idubinskiy/http-to-grpc-gateway Demo Thank you!
    0 码力 | 6 页 | 740.76 KB | 1 年前
    3
  • pdf文档 Casdoor · An Open Source UI-first Identity Access Management (IAM) / Single-Sign-On (SSO) platform supporting OAuth 2.0, OIDC, SAML and CAS

    Casbin-OA is one of the Casbin web apps. It uses Casdoor for authentication. • Casbin-OA • Source code: https://github.com/casbin/casbin-oa Casnode Casnode Casnode is the official forum developed by the Casbin It uses Casdoor as the authentication platform and manages members. • Casnode • Source code: https://github.com/casbin/casnode Ar Archit chitectur ecturee Casdoor consists of two parts: Name Name UI for Casdoor JavaScript + React https://github.com/casdoor/ casdoor/tree/master/web Backend RESTful API backend for Casdoor Golang + Beego + SQL https://github.com/casdoor/ casdoor Cor Core
    0 码力 | 825 页 | 58.31 MB | 1 年前
    3
  • pdf文档 基于 mesos 的容器调度框架

    mesos 的容器调度框架 http://go-talks.appspot.com/github.com/huangnauh/slides/upone.slide#3 1/36 基于 mesos 的容器调度框架 Gopher 杭州 meetup 5 August 2017 黄励博(huangnauh) 又拍云 2017/8/3 基于 mesos 的容器调度框架 http://go-talks.appspot What's Upone 2017/8/3 基于 mesos 的容器调度框架 http://go-talks.appspot.com/github.com/huangnauh/slides/upone.slide#3 3/36 Mesos 介绍 Image credit: mesos.apache.org (http://mesos.apache.org/) 官方称之为分布式系统内核, 它把数据中心的 它把数据中心的 CPU、内存、磁盘等抽象成一个资源池 2017/8/3 基于 mesos 的容器调度框架 http://go-talks.appspot.com/github.com/huangnauh/slides/upone.slide#3 4/36 Mesos 调度 各个 Agent 启动后, 向 Master 注册,携带统计资源, 由 Master 决定给每个框架多少资源, 默认 采用分级主导资源公平算法
    0 码力 | 36 页 | 2.49 MB | 1 年前
    3
  • pdf文档 Build web application with Golang

    foundation Web working principles Build a simple web server How Go works with web Get into http package Summary HTTP Form Process form inputs Validation of inputs Cross site scripting Duplicate submissions with more people. Donate AliPay: alipay English Donate:donate Community QQ群:386056972 BBS:http://gocn.io/ Acknowledgments 四月份平民 April Citizen (review code) 洪瑞琦 Hong Ruiqi (review code) 边 疆 current directory. Switch your work path before you continue. This may take some time. ) git clone https://go.googlesource.com/go cd go/src ./all.bash A successful installation will end with the message
    0 码力 | 327 页 | 1.63 MB | 1 年前
    3
  • pdf文档 Go Web编程

    go,执行生成的文件,就会在底目 录下生成相应的html文件 交流 交流 欢迎大家加入QQ群:259316004 《Go Web编程》专用交流群 大家有问题还可以上德问上一起交流学习:http://www.dewen.org/topic/165 致谢 致谢 首先要感谢Golang-China的QQ群102319854,里面的每一个人都很热心,同时要特别感谢几个人 四月份平民 面向对象 2.6. interface 2.7. 并发 2.8. 小结 3.Web基础 3.1 web工作方式 3.2 Go搭建一个简单的web服务 3.3 Go如何使得web工作 3.4 Go的http包详解 3.5 小结 4.表单 4.1 处理表单的输入 4.2 验证表单的输入 4.3 预防跨站脚本 4.4 防止多次递交表单 4.5 处理文件上传 4.6 小结 5.访问数据库 5.1 rcurial,然后才能下载。假设你已经安装好Mercurial,执行 如下代码: 假设已经位于Go的安装目录 $GO_INSTALL_DIR下 hg clone -u release https://code.google.com/p/go cd go/src ./all.bash 运行all.bash后出现"ALL TESTS PASSED"字样时才算安装成功。 上面是Unix
    0 码力 | 295 页 | 5.91 MB | 1 年前
    3
  • pdf文档 Golang to the rescue - Saving DevOps from TLS turmoil

    Introduction Chris Short Manager of DevOps at Bankrate (http://www.bankrate.com) opensource.com (https://opensource.com/users/chrisshort) and DZone (https://dzone.com/users/2868764/chrisshort.html) Contributor Change (https://opensource.com/open- organization/resources/culture-change) DevOpsDays (https://www.devopsdays.org/) Speaker and Organizer DevOps'ish (https://devopsish.com/) chrisshort.net (https://chrisshort net) @ChrisShort (https://twitter.com/ChrisShort) This talk was derived from an opensource.com article I wrote in April 2017: Golang to the rescue: Saving DevOps from TLS turmoil (https://opensource.c
    0 码力 | 20 页 | 6.28 MB | 1 年前
    3
  • pdf文档 GoMeetingUp-TutorMeet+:用Go打造高品质云课堂

    WebRTC Overview WebRTC Overview https://idevelop.ro/ascii-camera/ https://idevelop.ro/predator-vision/ https://webtorrent.io/ https://github.com/webtorrent/webtorrent http://mg8.org/processing/bt.html html WebRTC Overview 3、Why Go? Apprtc - Collider(Golang) https://appr.tc/ https://github.com/webrtc/ Collider & WebSocket package collider import ( "crypto/tls" "golang.org/x/net/websocket" "encoding/json” exits. func (c *Collider) Run(p int, useTls bool) { http.Handle("/ws", websocket.Handler(c.wsHandler)) http.HandleFunc("/status", c.httpStatusHandler) http.HandleFunc("/", c.httpHandler) var e error ……
    0 码力 | 36 页 | 17.12 MB | 1 年前
    3
  • pdf文档 The Way To Go - 2012

    ......................................................543 20.4.1 Map structure—Creating a simple http-handler .......................................543 20.4.2 Creating the configuration file app.yaml protocols are all pervasive, so to provide a GUI in some examples and exercises we will use Go’s powerful http and template packages. We will always use and indicate what is called idiomatic Go-code, by which versions to illustrate different concepts and coding techniques in Go. The book has an website (https://sites.google.com/site/thewaytogo2012/) from where the code examples can be downloaded and on which
    0 码力 | 629 页 | 4.85 MB | 1 年前
    3
  • pdf文档 2.1.5 Processing XML and Spreadsheet Data in Go

    Software Engineer Qihoo 360 – Server-side Software Engineer GitHub: @xuri Twitter: @xurime Blog: https://xuri.me Agenda Serialize and Deserialize 01 • Document Object Model • Event-driven (Simple API version="1.0" encoding="utf-8"?> Tom http://example.com/default person"` Name string `xml:"name"` Email struct { XMLName xml.Name `xml:"http://example.com/main email"` HomeAddr string `xml:"http://example.com/home
    0 码力 | 35 页 | 1.34 MB | 1 年前
    3
共 115 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 12
前往
页
相关搜索词
1.3七牛如何HTTP服务测试gRPCGogrpc-gatewayCasdoorAnOpenSourceUIfirstIdentityAccessManagementIAMSingleSignOnSSOplatformsupportingOAuth2.0OIDCSAMLandCAS基于mesos容器调度框架BuildwebapplicationwithGolangWeb编程totherescueSavingDevOpsfromTLSturmoilGoMeetingUpTutorMeet打造品质高品质课堂TheWayTo20122.1ProcessingXMLSpreadsheetDatain
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩