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

无数据

分类

全部后端开发(1900)Python(558)综合其他(480)Java(424)C++(339)云计算&大数据(329)Spring(319)Weblate(302)数据库(260)系统运维(137)

语言

全部英语(2354)中文(简体)(661)中文(繁体)(35)日语(21)法语(18)德语(17)俄语(16)西班牙语(15)韩语(15)英语(11)

格式

全部PDF文档 PDF(2437)其他文档 其他(652)TXT文档 TXT(69)PPT文档 PPT(21)DOC文档 DOC(8)
 
本次搜索耗时 0.086 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Python
  • 综合其他
  • Java
  • C++
  • 云计算&大数据
  • Spring
  • Weblate
  • 数据库
  • 系统运维
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 法语
  • 德语
  • 俄语
  • 西班牙语
  • 韩语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Class Layout

    Class Layout Copyright © 2020 by Stephen C. Dewhurst and Daniel Saks 1 Class Layout Steve Dewhurst Semantics Consulting, Inc. www.stevedewhurst.com 1 Copyright © 2020 by Stephen C. Dewhurst and Daniel Daniel Saks C++ Classes  Only non-static data declarations in a class definition add anything to the size of class objects. class HR { public: ~~~ void terminator(Salary *, Hourly *, Temp *); private: Stephen C. Dewhurst and Daniel Saks 1 7Class Layout Copyright © 2020 by Stephen C. Dewhurst and Daniel Saks 2 sizeof(Class Object)  sizeof applied to the HR class yields the same result as sizeof applied
    0 码力 | 51 页 | 461.37 KB | 6 月前
    3
  • pdf文档 JAVA 应用与开发 - 高级类特性

    现�����的方法��为抽象方法� 抽象方法������abstract��� ��抽象方法的类����为抽象类�����abstract��� CODE ± 抽象类示例 1 public abstract class Animal { //定义为抽象类 2 private int age; 4 public void setAge(int age) { 5 this.age = age; 6 } 8 return age; 10 } 12 public abstract void eat(); //抽象方法 13 } 4 29 ����类 CODE ± 抽象类继承 1 public class Person extends Animal { 2 private String name; 3 public void setName(String name) { 4 this.name } 9 public void eat() { //重写方法 10 System.out.println("��→��→���→��→���"); 11 } 12 } 1 public class Bird extends Animal { 2 public void fly(){ 3 System.out.println("我���!"); 4 } 5 public void eat(){
    0 码力 | 61 页 | 677.55 KB | 1 年前
    3
  • pdf文档 Java 应用与开发 - 类加载和反射

    个 时候就必须用到反射——运行时动态加载需要加载的对象。 一个例子 Struts2 框架开发中会在 struts.xml 里配置 Action 1 class="ouc.j2ee.action.LoginAction" method="execute"> 2 index.jsp 3 class 属性创建 LoginAction 的实例,并用 invoke 方法来调用 execute 方法。 这个过程是基于 Java 反射框架完成的。 大纲 反射 类的加载、连接和初始化 类加载器 使用反射生成并操作对象 本节习题 反射的主要用途„ O 依赖注入 有两个组件 A 和 B,A 依赖于 B。 1 public class A { 2 public setB() 方法: 1 public class A { 2 private B b; 3 public void importantMethod() { 4 b.usefulMethod(); 5 ... 6 } 8 public void setB(B b) { 9 this.b = b; 10 } 11 } 1 class="ouc.j2ee.sample
    0 码力 | 46 页 | 714.40 KB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.1.1 Document

    . . . . . . . . . . . . . 346 7.8.4 [Proxy] In Windows environment, could not find or load main class org.apache.shardingsphere.proxy.Bootstrap, how to solve it? . . . . . . . . . . . 346 7.8.5 [Proxy] Reading table information for completion of table and column names │Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A "/api/v2/spans" SAMPLER_TYPE: "const" SAMPLER_PARAM: "1" OpenTracing: props: OPENTRACING_TRACER_CLASS_NAME: "org.apache.skywalking.apm.toolkit. opentracing.SkywalkingTracer" OpenTelemetry: props:
    0 码力 | 458 页 | 3.43 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.0.0 Document

    . . . . . . . . . . . 304 7.7.4 4. [Proxy] In Windows environment, could not find or load main class org.apache.shardingsphere.proxy.Bootstrap, how to solve it? . . . . . . . . . . . 304 7.7.5 5. [Proxy] system parameters Add startup arguments -Dorg.apache.shardingsphere.tracing.opentracing.tracer.class=org.apache.skywalking. apm.toolkit.opentracing.SkywalkingTracer Call initialization method ShardingTracer "shardingsphere-agent" URL_VERSION: "/api/v2/spans" #zipkin uri Opentracing: props: OPENTRACING_TRACER_CLASS_NAME: "org.apache.skywalking.apm.toolkit. opentracing.SkywalkingTracer" OpenTelemetry: props:
    0 码力 | 403 页 | 3.15 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.1.2 Document

    . . . . . . . . . . . . . 358 7.8.4 [Proxy] In Windows environment, could not find or load main class org.apache.shardingsphere.proxy.Bootstrap, how to solve it? . . . . . . . . . . . 358 7.8.5 [Proxy] version} to the actual version. 3. Edit application.yml. spring: shardingsphere: datasource: names: ds_0, ds_1 ds_0: type: com.zaxxer.hikari.HikariDataSource driverClassName: com.mysql.cj.jdbc.Driver Reading table information for completion of table and column names │Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A
    0 码力 | 503 页 | 3.66 MB | 1 年前
    3
  • pdf文档 The Swift Programming Language

    of each case’s code. You use for-in to iterate over items in a dictionary by providing a pair of names to use for each key-value pair. 1 let interestingNumbers = [ 2 "Prime": [2, 3, 5, 7, 11, 13] by following its name with a list of arguments in parentheses. Use -> to separate the parameter names and types from the function’s return type. 1 func greet(name: String, day: String) -> String { 2 y += 5 5 } 6 add() 7 return y 8 } 9 returnFifteen() Functions are a first-class type. This means that a function can return another function as its value. 1 func makeIncrementer()
    0 码力 | 525 页 | 4.68 MB | 1 年前
    3
  • pdf文档 Google C++ Style Guide

    instantiated for all relevant sets of template arguments, or that is a private implementation detail of a class, is allowed to be defined in the one and only .cc file that instantiates the template. There are where possible. Just #include the headers you need. A “forward declaration” is a declaration of a class, function, or template without an associated definition. • Forward declarations can save compile declared in a header file, always #include that header. • When using a class template, prefer to #include its header file. Please see Names and Order of Includes for rules about when to #include a header.
    0 码力 | 83 页 | 238.71 KB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 5.0.0-alpha Document

    . . . . . . . . . . . . . . . . . 298 7.14 In Windows environment, could not find or load main class org.apache.shardingsphere.proxy.Bootstrap, how to solve it? . . . . . . . . . . . . . . . 298 7 Sources Configuration Real data sources list. Tables Configuration Configurations of logic table names, data node and table sharding rules. Data Node Configuration It is used in the configurations of it requires to rewrite logic table names in sharding settings into actual table names acquired after routing. Database sharding does not require to rewrite table names. In addition to that, there are also
    0 码力 | 311 页 | 2.09 MB | 1 年前
    3
  • pdf文档 Reference guide for FCL units. Document version 3.2.2

    TEZcgi.Values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 540 15.5.13 TEZcgi.Names . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 541 15.5.14 TEZcgi.Variables . 19TJSONObject.UnquotedMemberNames . . . . . . . . . . . . . . . . . . . . 588 16.16.20TJSONObject.Names . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 589 16.16.21TJSONObject.Elements . . sysutils ?? 1.2 Overview The ascii85 provides an ASCII 85 or base 85 decoding algorithm. It is class and stream based: the TASCII85DecoderStream (90) stream can be used to decode any stream with ASCII85
    0 码力 | 953 页 | 2.21 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
ClassLayoutAdvancedclassfeaturespdfJavaloaderandreflectionApacheShardingSphere5.1Document5.0TheSwiftProgrammingLanguageGoogleC++StyleGuidealphaReferenceguideforFCLunitsversion3.2
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩