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

无数据

分类

全部后端开发(759)综合其他(218)云计算&大数据(199)Java(195)数据库(162)Python(150)Weblate(149)Spring(149)VirtualBox(113)C++(106)

语言

全部英语(1149)中文(简体)(173)中文(繁体)(23)日语(10)德语(8)西班牙语(8)韩语(8)法语(7)俄语(6)英语(4)

格式

全部PDF文档 PDF(1402)
 
本次搜索耗时 0.087 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • 综合其他
  • 云计算&大数据
  • Java
  • 数据库
  • Python
  • Weblate
  • Spring
  • VirtualBox
  • C++
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 德语
  • 西班牙语
  • 韩语
  • 法语
  • 俄语
  • 英语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Pro Git 2nd Edition 2.1.413

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70 Branch Management. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . default branch name By default Git will create a branch called master when you create a new repository with git init. From Git version 2.28 onwards, you can set a different name for the initial branch. To To set main as the default branch name do: $ git config --global init.defaultBranch main Checking Your Settings If you want to check your configuration settings, you can use the git config --list command
    0 码力 | 501 页 | 17.96 MB | 1 年前
    3
  • pdf文档 MYBATIS Quick Guide

    TABLE details.student( ID int(10) NOT NULL AUTO_INCREMENT, NAME varchar(100) NOT NULL, BRANCH varchar(255) NOT NULL, PERCENTAGE int(3) NOT NULL, PHONE int(10) NOT NULL, EMAIL varchar(255) MYSQL database − +----+-------+--------+------------+-----------+---------------+ | ID | NAME | BRANCH | PERCENTAGE | PHONE | EMAIL | +----+-------+--------+------------+-----------+---------------+ shown below − public class Student { private int id; private String name; private String branch; private int percentage; private int phone; private String email; //Setters and
    0 码力 | 34 页 | 301.72 KB | 1 年前
    3
  • pdf文档 Pro Git 中文版 第2版 2.1.66

    26 $ git config --list user.name=John Doe user.email=johndoe@example.com color.status=auto color.branch=auto color.interactive=auto color.diff=auto ... 你可能会看到重复的变量名,因为 Git 会从不同的文件中读取同一个配置(例如:/etc/gitconfig 检查当前文件状态 可以用 git status 命令查看哪些文件处于什么状态。 如果在克隆仓库后立即使用此命令,会看到类似这样的 输出: $ git status On branch master Your branch is up-to-date with 'origin/master'. nothing to commit, working directory clean 这说明你现在的 如果之前并不存在这个文件,使用 git status 命令,你 将看到一个新的未跟踪文件: 31 $ echo 'My Project' > README $ git status On branch master Your branch is up-to-date with 'origin/master'. Untracked files: (use "git add ..." to include
    0 码力 | 501 页 | 19.30 MB | 1 年前
    3
  • pdf文档 Branchless Programming in C++

    Understanding the hardware and using it efficiently – Computing resources of a CPU – Pipelining – Branch prediction and hardware loop unrolling ● Conditional code vs efficiency ● Optimizing conditional v2[i+2]: v1[i+2]: a[i+2]:Branchless Computing 24 BRANCH PREDICTION: ANTIDOTE TO BRANCHES ● Well-pipelined code: a += v1[i] + v2[i] ● CPUs have branch predi ctorsBranchless Computing 25 LOOP UNROLLING cmp[i]:v3[i]==0 jump if true a[i]:a+=v1[i]+v2[i] jump a[i]:a+=v1[i]*v2[i] ...Branchless Computing 28 BRANCH PREDICTION: ANTIDOTE TO BRANCHES ● Speculatively pipelined code: a += (v3[i]) ? (v1[i]+v2[i]) :
    0 码力 | 61 页 | 9.08 MB | 6 月前
    3
  • pdf文档 Laravel 3.2 Documentation

    serving a specific purpose:  master - This is the Laravel release branch. Active development does not happen on this branch. This branch is only for the most recent, stable Laravel core code. When you are downloading directly from this master branch. Do not make pull requests to this branch. 122  develop - This is the working development branch. All proposed code changes and contributions contributions by the community are pulled into this branch. When you make a pull request to the Laravel project, this is the branch you want to pull-request into. Once certain milestones have been reached and/or
    0 码力 | 139 页 | 1.13 MB | 1 年前
    3
  • pdf文档 Guía Práctica de RISC-V: El Atlas de una Arquitectura Abierta Primera Edición, 1.0.5

    rs1,rs2 Shift Right Arithmetic R SRA rd,rs1,rs2 Shift Right Arith. Imm. I SRAI rd,rs1,shamt Branch = 0 (BEQ rs,x0,imm) J BEQZ rs,imm Aritmética ADD R ADD rd,rs1,rs2 Jump (uses JAL x0,imm) rs2,imm Branches Branch = B BEQ rs1,rs2,imm Float Store Double CS C.FSD rs1′,rs2′,imm Branch ≠ B BNE rs1,rs2,imm Float Store Double SP CSS C.FSDSP rs2,imm Branch < B BLT rs1,rs2,imm ADD CR C.ADD rd,rs1 Branch ≥ B BGE rs1,rs2,imm ADD Immediate CI C.ADDI rd,imm Branch < Unsigned B BLTU rs1,rs2,imm ADD SP Imm * 16 CI C.ADDI16SP x0,imm Branch ≥ Unsigned B BGEU rs1,rs2
    0 码力 | 217 页 | 29.97 MB | 1 年前
    3
  • pdf文档 Nim 2.0.8 Manual

    restricted: The new value must not lead to a change of the active object branch. Also, when the �elds of a particular branch are speci�ed during object construction, the corresponding discriminator value changing the active object branch, replace the old object in memory with a new one completely: Starting with version 0.20 system.reset cannot be used anymore to support object branch changes as this never possible values of the discriminator variable in a case statement branch are a subset of discriminator values for the selected object branch, the initialization is considered valid. This analysis only works
    0 码力 | 132 页 | 5.73 MB | 1 年前
    3
  • pdf文档 Go 101 (Golang 101) v1.21.0

    // do something 5| } if and else are keywords. Like many other programming languages, the else branch is optional. The InitSimpleStatement portion is also optional. It must be a simple statement (§11) if-else control flow forms one implicit code block, one if branch explicit code block and one optional else branch code block. The two branch code blocks are both nested in the implicit code block. Upon Upon execution, if Condition expression results in true, then the if branch block will get executed, otherwise, the else branch block will get executed. Example: 1| package main 2| 3| import ( 4|
    0 码力 | 630 页 | 3.77 MB | 1 年前
    3
  • pdf文档 The RISC-V Reader: An Open Architecture AtlasFirst Edition, 1.0.0 - 2021

    rs1,rs2 Shift Right Arithmetic R SRA rd,rs1,rs2 Shift Right Arith. Imm. I SRAI rd,rs1,shamt Branch = 0 (BEQ rs,x0,imm) J BEQZ rs,imm Arithmetic ADD R ADD rd,rs1,rs2 Jump (uses JAL x0,imm) rs2,imm Branches Branch = B BEQ rs1,rs2,imm Float Store Double CS C.FSD rs1′,rs2′,imm Branch ≠ B BNE rs1,rs2,imm Float Store Double SP CSS C.FSDSP rs2,imm Branch < B BLT rs1,rs2,imm Arithmetic ADD CR C.ADD rd,rs1 Branch ≥ B BGE rs1,rs2,imm ADD Immediate CI C.ADDI rd,imm Branch < Unsigned B BLTU rs1,rs2,imm ADD SP Imm * 16 CI C.ADDI16SP x0,imm Branch ≥ Unsigned B BGEU rs1,rs2
    0 码力 | 232 页 | 5.16 MB | 1 年前
    3
  • pdf文档 MYBATIS Dynamic SQL

    CREATE TABLE details.student( ID int(10) NOT NULL AUTO_INCREMENT, NAME varchar(100) NOT NULL, BRANCH varchar(255) NOT NULL, PERCENTAGE int(3) NOT NULL, PHONE int(11) NOT NULL, EMAIL varchar(255) student; +----+----------+--------+------------+-----------+----------------------+ | ID | NAME | BRANCH | PERCENTAGE | PHONE | EMAIL | +----+----------+--------+------------+------- private String name; private String branch; private int percentage; private int phone; private String email; public Student(int id, String name, String branch, int percentage, int phone, String
    0 码力 | 5 页 | 69.51 KB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
ProGit2ndEdition2.1413MYBATISQuickGuide中文文版中文版66BranchlessProgramminginC++Laravel3.2DocumentationGuPrcticadeRISCElAtlasunaArquitecturaAbiertaPrimeraEdici1.0Nim2.0ManualGo101Golangv121.0TheReaderAnOpenArchitectureAtlasFirst2021DynamicSQL
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩