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

无数据

分类

全部后端开发(171)综合其他(104)Python(72)Weblate(60)系统运维(48)PyWebIO(48)云计算&大数据(43)数据库(32)Linux(24)OpenShift(24)

语言

全部中文(简体)(409)

格式

全部PDF文档 PDF(282)其他文档 其他(121)PPT文档 PPT(6)
 
本次搜索耗时 0.123 秒,为您找到相关结果约 409 个.
  • 全部
  • 后端开发
  • 综合其他
  • Python
  • Weblate
  • 系统运维
  • PyWebIO
  • 云计算&大数据
  • 数据库
  • Linux
  • OpenShift
  • 全部
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Java 源码剖析——彻底搞懂Reference 和ReferenceQueue

    链滴 Java 源码剖析——彻底搞懂 Reference 和 ReferenceQueue 作者:jesministrator 原文链接:https://ld246.com/article/1513083921948 来源网站:链滴 许可协议:署名-相同方式共享 4.0 国际 (CC BY-SA 4.0) 之前博主的一篇读书笔记——《深入理解Java虚拟机》系列之回收对象算法与四种引用类型博客中为 的原理进行更深入 了解。因此博主查看了抽象父类Reference和负责注册引用对象的引用队列ReferenceQueue的源码 在此和大家一起分享,并做了一些分析,感兴趣的同学可以一起学习。 Reference源码分析 首先我们先看一下Reference类的注释: /** * Abstract base class for reference objects. This class defines defines the * operations common to all reference objects. Because reference objects are * implemented in close cooperation with the garbage collector, this class may * not be subclassed directly. 引
    0 码力 | 6 页 | 283.24 KB | 1 年前
    3
  • pdf文档 Apache Shiro 1.2.x Reference Manual 中文翻译

    V. Integration 整合 15. Spring Framework 16. Guice 17. CAS VI. Tools 工具 Apache Shiro 1.2.x Reference Manual 中文翻译 2 6.1 7 7.1 8 8.1 8.2 8.3 8.4 8.5 18. Command Line Hasher VII. Index 目录 Cryptography Features 加密功能 Apache Shiro 1.2.x Reference Manual 中文翻译 3 apache-shiro-1.2.x-reference Chinese translation of Apache Shiro 1.2.x Reference Manual and the other article collection. The laset demos of the reference at https://github.com/waylau/apache-shiro-1.2.x-reference-demos.There is also a GitBook version of the book: http://waylau.gitbooks.io/apache-shiro-1-2-x-reference or http://www
    0 码力 | 196 页 | 2.34 MB | 1 年前
    3
  • pdf文档 Blender v4.1 Manual

    Blender 4.1 Reference Manual Welcome to the manual for Blender, the free and open source 3D creation suite. Getting Started Getting Started About Blender Installing Blender Configuring Blender Help Blender after a few hours of practice. This manual is a good start, though it serves more as a reference. There are also many online video tutorials from specialized websites. Despite everything Blender and usually not highly experimental. Note Blender’s source code is available for free to either reference or to Build from Source. While normal users are not expected to compile Blender, it does have advantages:
    0 码力 | 6263 页 | 303.71 MB | 1 年前
    3
  • pdf文档 KiCad 8.0 PCB 编辑器

    dist)、网格设置和显示单位。 按 可以将相对坐标重置为零。这对于测量两点之间的距离或对齐对象很有用。 快捷键 快捷键 + 显示当前快捷键列表。默认的快捷键列表包含在本手册的 Actions Reference 部分。 本手册中描述的快捷键使用了标准 PC 键盘上的按键标签。在苹果键盘布局中,使用 键来代替 ,使用 键来代替 。 许多操作默认没有分配快捷键,但可以使用快捷键编辑器(偏好设置 be assigned to a net and will not keep clearance from other items. Add bitmap image for reference. Reference images are not included in fabrication outputs. Add text. Add a textbox. Add dimensions footprint courtyards that collide with the moved footprint’s courtyard will be highlighted. There is a reference point for the move operation, which is the point in the footprint which attaches to the cursor
    0 码力 | 194 页 | 8.27 MB | 1 年前
    3
  • pdf文档 KiCad 6.0 原理图编辑器

    display controls 原理图创建和编辑 简介 Schematic editing operations Grids Snapping Working with symbols Reference Designators and Symbol Annotation Electrical Connections Graphical items Schematic Setup 抢救缓存的符号 Topics Configuration and Customization Text variables Custom Netlist and BOM Formats Actions reference Schematic Editor Common 58 58 60 62 67 67 71 71 71 71 75 75 82 84 87 94 95 99 shortcut displays the current hotkey list. The default hotkey list is included in the Actions Reference section of the manual. The hotkeys described in this manual use the key labels that appear on a
    0 码力 | 141 页 | 5.23 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere v5.5.0 document

    Running the test case . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 518 12 Reference 520 12.1 Database Compatibility . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Normal Queries • main statement SELECT SELECT select_expr [, select_expr ...] FROM table_reference [, table_reference ...] [WHERE predicates] [GROUP BY {col_name | position} [ASC | DESC], ...] [ORDER BY [AS] [alias] | COUNT(* | COLUMN_NAME | alias) [AS] [alias] • table_reference tbl_name [AS] alias] [index_hint_list] | table_reference ([INNER] | {LEFT|RIGHT} [OUTER]) JOIN table_factor [JOIN ON conditional_expr
    0 码力 | 602 页 | 3.85 MB | 1 年前
    3
  • pdf文档 KiCad 8.0 原理图编辑器

    selected symbols, or update only the symbols that match a specific reference designator, value, or library identifier. The reference designator and value fields support wildcards: * matches any number in the design, grouped by current library symbol. By choosing a new symbol in the New Library Reference column, you can make all instances of the existing symbol instead point to the new symbol. If the the same name in an active library. For example, if there is a symbol with the current library reference mylib:symbol123 , but the mylib library cannot be found, the Map Orphans button will attempt to
    0 码力 | 190 页 | 10.16 MB | 1 年前
    3
  • pdf文档 现代C++ 教程:高速上手C++11/14/17/20

    100. // 因为 copy_value 在创建时就保存了一份 value 的拷贝 } 2. 引用捕获 与引用传参类似,引用捕获保存的是引用,值会发生变化。 void lambda_reference_capture() { int value = 1; 34 3.1 Lambda 表达式 第 3 章语言运行期的强化 auto copy_value = [&value] { return #include #include void reference(std::string& str) { std::cout << " 左值" << std::endl; } 39 3.3 右值引用 第 3 章语言运行期的强化 void reference(std::string&& str) { std::cout << " 右值" << std::endl; rv2 += "Test"; // 合法, 非常量引用能够修改临时变量 std::cout << rv2 << std::endl; // string,string,string,Test reference(rv2); // 输出左值 return 0; } rv2 虽然引用了一个右值,但由于它是一个引用,所以 rv2 依然是一个左值。 注意,这里有一个很有趣的历史遗留问题,我们先看下面的代码:
    0 码力 | 83 页 | 2.42 MB | 1 年前
    3
  • pdf文档 KiCad PCB 编辑器 7.0

    not selected. No DRC checking is done when moving footprints with the Move command. There is a reference point for the move operation, which is the point in the footprint which attaches to the cursor objects. The reference point during a move is determined by the location of the cursor when the Move command is initiated. If the cursor is over a pad, the pad’s center will be used as the reference point. the Move With Reference command instead of the regular Move command (right click → Positioning Tools → Move with Reference). After initiating the command, click on the desired reference point; KiCad will
    0 码力 | 119 页 | 6.87 MB | 1 年前
    3
  • pdf文档 Apache ShardingSphere 中文文档 5.4.1

    修改 schema 搜索路径。 常规查询 • SELECT 主语句 SELECT select_expr [, select_expr ...] FROM table_reference [, table_reference ...] [WHERE predicates] [GROUP BY {col_name | position} [ASC | DESC], ...] [ORDER BY [AS] [alias] | COUNT(* | COLUMN_NAME | alias) [AS] [alias] • table_reference tbl_name [AS] alias] [index_hint_list] | table_reference ([INNER] | {LEFT|RIGHT} [OUTER]) JOIN table_factor [JOIN ON conditional_expr Edition 的下游发行版。若使用 SDKMAN!, sdk install java 17.0.9-graalce 2. 根据 https://www.graalvm.org/jdk17/reference‐manual/native‐image/#prerequisites 的要求安装 本地工具链。 3. 如果需要构建 Docker Image,确保 docker-ce 已安装。 操作步骤
    0 码力 | 530 页 | 4.49 MB | 1 年前
    3
共 409 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 41
前往
页
相关搜索词
Java源码剖析彻底搞懂ReferenceReferenceQueueApacheShiro1.2Manual中文翻译中文翻译Blenderv4KiCad8.0PCB编辑编辑器6.0原理原理图ShardingSpherev55.0document现代C++教程高速上手111417207.0文档5.4
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩