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

无数据

分类

全部后端开发(320)综合其他(173)Python(169)Weblate(153)Java(61)Spring(61)区块链(43)PyWebIO(42)Jupyter(31)Celery(30)

语言

全部英语(429)中文(简体)(128)日语(1)韩语(1)英语(1)

格式

全部其他文档 其他(560)
 
本次搜索耗时 0.158 秒,为您找到相关结果约 560 个.
  • 全部
  • 后端开发
  • 综合其他
  • Python
  • Weblate
  • Java
  • Spring
  • 区块链
  • PyWebIO
  • Jupyter
  • Celery
  • 全部
  • 英语
  • 中文(简体)
  • 日语
  • 韩语
  • 英语
  • 全部
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • mobi文档 Computer Programming with the Nim Programming Language

    which is supposed to convert a string to an integer, does not compile. Can you fix it? `var s: string = "123"; var i: int = int(s)` Yes, the code you provided is not valid Nim syntax. In order to convert procedure from the strutils module. Here is an example of how to use it: import strutils var s: string = "123" var i: int = parseInt(s) echo i # Output: 123 In this example, we import the strutils module we would write it like from std/strformat import fmt const DefaultWorldRange = [0.0, 0, 800, 600] var str: string for i, x in pairs(DefaultWorldRange): str.add(fmt("{x:g}")) if i < DefaultWorldRange
    0 码力 | 865 页 | 7.45 MB | 1 年前
    3
  • epub文档 Computer Programming with the Nim Programming Language

    which is supposed to convert a string to an integer, does not compile. Can you fix it? `var s: string = "123"; var i: int = int(s)` Yes, the code you provided is not valid Nim syntax. In order to convert procedure from the strutils module. Here is an example of how to use it: import strutils var s: string = "123" var i: int = parseInt(s) echo i # Output: 123 In this example, we import the strutils module we would write it like from std/strformat import fmt const DefaultWorldRange = [0.0, 0, 800, 600] var str: string for i, x in pairs(DefaultWorldRange): str.add(fmt("{x:g}")) if i < DefaultWorldRange
    0 码力 | 784 页 | 2.13 MB | 1 年前
    3
  • mobi文档 Go 101 (Golang 101) v1.21.0

    15. func StatRandomNumbers(n int) (int, int) { 16. // Declare two variables (both as 0). 17. var a, b int 18. // A for-loop control flow. 19. for i := 0; i < n; i++ { 20. // An if-else results 28. } 29. 30. // "main" function is the entry function of a program. 31. func main() { 32. var num = 100 33. // Call the declared StatRandomNumbers function. 34. x, y := StatRandomNumbers(num) basic-code-element-demo.go Result: 46 + 54 = 100? true In the above program, package, import, const, func, var, for, if, else, and return are all keywords. Most other words in the program are identifiers. Please
    0 码力 | 610 页 | 945.17 KB | 1 年前
    3
  • epub文档 BAETYL 1.0.0 Documentation

    baetyl.sock (only on Linux) file is generated in the var/run/ directory. 3. The Master will then attempt to load the application configuration var/db/baetyl/application.yml and will not start any service adopts HTTP/1. By default, Unix Domain Socket is used on Linux systems, and the fixed address is /var/run/baetyl.sock. Other environments use TCP. The default address is tcp://127.0.0.1:50050. At present BAETYL_MASTER_API_ADDRESS. For example, the BAETYL_MASTER_API_ADDRESS under Linux system is unix:///var/run/baetyl.sock; In the container mode under other systems, the default value of BAETYL_MASTER_API_ADDRESS
    0 码力 | 135 页 | 15.44 MB | 1 年前
    3
  • epub文档 Go 101 (Golang 101) v1.21.0

    func StatRandomNumbers(n int) (int, int) { 16 | // Declare two variables (both as 0). 17 | var a, b int 18 | // A for-loop control flow. 19 | for i := 0; i < n; i++ { 20 | // An 29 | 30 | // "main" function is the entry function of a program. 31 | func main() { 32 | var num = 100 33 | // Call the declared StatRandomNumbers function. 34 | x, y := StatRandomNumbers(num) basic-code-element-demo.go Result: 46 + 54 = 100? true In the above program, package, import, const, func, var, for, if, else, and return are all keywords. Most other words in the program are identifiers. Please
    0 码力 | 880 页 | 833.34 KB | 1 年前
    3
  • epub文档 BAETYL 0.1.6 Documentation

    baetyl.sock (only on Linux) file is generated in the var/run/ directory. 3. The Master will then attempt to load the application configuration var/db/baetyl/application.yml and will not start any service adopts HTTP/1. By default, Unix Domain Socket is used on Linux systems, and the fixed address is /var/run/baetyl.sock. Other environments use TCP. The default address is tcp://127.0.0.1:50050. At present BAETYL_MASTER_API_ADDRESS. For example, the BAETYL_MASTER_API_ADDRESS under Linux system is unix:///var/run/baetyl.sock; In the container mode under other systems, the default value of BAETYL_MASTER_API_ADDRESS
    0 码力 | 119 页 | 11.46 MB | 1 年前
    3
  • epub文档 Golang 101(Go语言101 中文版) v1.21.a

    | func StatRandomNumbers(numRands int) (int, int) { 14 | // 声明了两个变量(类型都为int,初始值都为0) 15 | var a, b int 16 | // 一个for循环代码块 17 | for i := 0; i < numRands; i++ { 18 | // 一个if-else条件控制代码块 a, b // 此函数返回两个结果 26 | } 27 | 28 | // main函数,或主函数,是一个程序的入口函数。 29 | func main() { 30 | var num = 100 31 | // 调用上面声明的StatRandomNumbers函数, 32 | // 并将结果赋给使用短声明语句声明的两个变量。 33 | x, run basic-code-element-demo.go Result: 46 + 54 = 100? true 在上面的示例程序中,单词package、import、const、func、var、for、 if、else和return均为关键字。 其它大多数单词均为标识符。 请阅读关键字 和标识符(第5章)以获得更多关于关键字和标识符的信息。 四个int(一个在第15行,另三个在第13行)
    0 码力 | 821 页 | 956.82 KB | 1 年前
    3
  • mobi文档 Golang 101(Go语言101 中文版) v1.21.a

    */ 13. func StatRandomNumbers(numRands int) (int, int) { 14. // 声明了两个变量(类型都为int,初始值都为0) 15. var a, b int 16. // 一个for循环代码块 17. for i := 0; i < numRands; i++ { 18. // 一个if-else条件控制代码块 25. return a, b // 此函数返回两个结果 26. } 27. 28. // main函数,或主函数,是一个程序的入口函数。 29. func main() { 30. var num = 100 31. // 调用上面声明的StatRandomNumbers函数, 32. // 并将结果赋给使用短声明语句声明的两个变量。 33. x, y := St run basic-code-element-demo.go Result: 46 + 54 = 100? true 在上面的示例程序中,单词package、import、const、func、var、for、if、 else和return均为关键字。 其它大多数单词均为标识符。 请阅读关键字和标识 符(第5章)以获得更多关于关键字和标识符的信息。 四个int(一个在第15行,另三个在第13行)
    0 码力 | 608 页 | 1.08 MB | 1 年前
    3
  • epub文档 Linux command line for you and me Documentation Release 0.1

    run srv sysroot usr boot dev home lib64 media opt root sbin sys tmp var In the last two commands we provided a path as the argument to the ls command. / is a special directory dev etc home lib lib64 lost+found media mnt opt proc root run sbin srv sys tmp usr var $ ls / | wc -w 20 The | is known as pipe. To know more about this, watch this video [https://www details.txt bin boot dev etc home lib lib64 lost+found media mnt opt proc root run sbin srv sys tmp usr var $ ls /usr/ > details.txt $ cat details.txt bin games include lib lib64 libexec local sbin share src
    0 码力 | 124 页 | 510.85 KB | 1 年前
    3
  • epub文档 Kotlin 1.9.10 官方文档 中文版

    Int) = removeZeroes(x + 1) 也可以编写函数 f 的命令式实现,使用传统的 while 循环与可变变量(在 Kotlin 中用 var 表示): fun f(x: Int): Int { var cur = x + 1 while (cur % 10 == 0) cur /= 10 return cur } 由于普遍使用类型推断,在 )。 使用整数哈希 set 来跟踪应用函数 f 时已达到的 值, 该问题解法的一个简单命令式版本可以这样编写: 【Kotlin 1.6.0 及更高版本】 fun main() { var n = readln().toInt() // 读取输入的整数 val reached = HashSet() // 可变的哈希 set while (reached function. 它断言输入的字符串存在, 如不存在则抛出异常。 同样,如果输入不是整数,那么 String.toInt() 函数 会抛出异常。 【早期版本】 fun main() { var n = readLine()!!.toInt() // 读取输入的整数 val reached = HashSet() // 可变的哈希 set while (reached
    0 码力 | 3753 页 | 29.69 MB | 1 年前
    3
共 560 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 56
前往
页
相关搜索词
ComputerProgrammingwiththeNimLanguageGo101Golangv121.0BAETYL1.0Documentation0.1语言中文文版中文版21LinuxcommandlineforyouandmeReleaseKotlin1.910官方文档
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩