积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

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

语言

全部中文(简体)(3)英语(2)

格式

全部PDF文档 PDF(5)
 
本次搜索耗时 0.035 秒,为您找到相关结果约 5 个.
  • 全部
  • 后端开发
  • Go
  • 全部
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Build web application with Golang

    In this section, we'll be talking about internationalization and localization (usually expressed as i18n and L10N, respectively). Internationalization is the process of designing applications that are flexible language or cultural needs of specific locales. Currently, Go's standard package does not provide i18n support, but there are some useful and relatively simple third-party implementations available. In pages with locale appropriate content. Through these three sections, we'll be able to support full i18n in our web applications. Links Directory Previous Chapter: Chapter 9 Summary Next section: Setting
    0 码力 | 327 页 | 1.63 MB | 1 年前
    3
  • pdf文档 Go Web编程

    tion and localization,通常用i18n和L10N表示),国际化是将针对某个地区设 计的程序进行重构,以使它能够在更多地区使用,本地化是指在一个面向国际化的程序中增加对新地区的支持。 目前,Go语言的标准包没有提供对i18n的支持,但有一些比较简单的第三方实现,这一章我们将实现一个go-i18n 库,用来支持Go语言的i18n。 所谓的国际化:就是根据特定的locale信 将 介绍如何处理或存储字符串、货币、时间日期等与locale相关的信息,第三小节将介绍如何实现国际化站点,即如何 根据不同locale返回不同合适的内容。通过这三个小节的学习,我们将获得一个完整的i18n方案。 目录 目录 links links 目录 上一章: 第九章总结 下一节: 设置默认地区 216 10.1 设置默认地区 10.1 设置默认地区 什么是Locale 一部分,跟在一个句点之后,是可选的字符集说明符,例如"zh_CN.gb2312"表示中国使用gb2312字符集。 GO语言默认采用"UTF-8"编码集,所以我们实现i18n时不考虑第三部分,接下来我们都采用locale描述的前面两部分 来作为i18n标准的locale名。 在Linux和Solaris系统中可以通过locale -a命令列举所有支持的地区名,读者可以看到这些地区名的命名规范。 对于BS
    0 码力 | 295 页 | 5.91 MB | 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

    Craco configuration file. You can change the theme color (blue by default) here crowdin.yml Crowdin i18n configuration file package.json NPM/Yarn dependency file yarn.lock Yarn lock file Inside the /src (dashboard page) for Casdoor, which contains several card widgets common Shared UI widgets locales i18n translation files in JSON, synced with our Crowdin project: https://crowdin.com/project/ casdoor-site For instance, signupUrl for variable names, Signup URL for UI. Ho How t w to Updat o Update i18n Data? e i18n Data? Please note that we use Crowdin as a translating platform and i18next as a translating
    0 码力 | 825 页 | 58.31 MB | 1 年前
    3
  • pdf文档 go web 框架 严清

    ErrBadRequest.WithMsgf(`invalid email: "%s"`, email) err := gear.Err.WithMsg("some error").WithStack() 还要⽀支持 i18n 的 errors 机制?没问题,参考 gear.Error 实现⼀一个,你⾏行行的! 集中、智能、灵活的异常处理理 Gear 框架⾃自定义 error 的响应 // 默认响应为 “appl
    0 码力 | 23 页 | 333.12 KB | 1 年前
    3
  • pdf文档 GoFrame框架介绍及设计

    技术体系化 • 开发规范化 • 组件统一化 • 形成技术沉淀 • 避免资源浪费 统一框架设计 统一框架设计-技术体系化 Container Converting Errors I18N Cache Validater Configure Server Logging ORM 这里的体系化是指微观层面的代码开发框架自顶向下统一 设计,使得整个框架的设计思想是一体的,而不是分散的。
    0 码力 | 37 页 | 8.84 MB | 1 年前
    3
共 5 条
  • 1
前往
页
相关搜索词
BuildwebapplicationwithGolangGoWeb编程CasdoorAnOpenSourceUIfirstIdentityAccessManagementIAMSingleSignOnSSOplatformsupportingOAuth2.0OIDCSAMLandCASgo框架严清GoFrame介绍设计
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩