书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 229029 个相关结果.
  • 7.2 无锁数据结构的例子

    7.2 无锁数据结构的例子 7.2.1 写一个无锁的线程安全栈 7.2.2 停止内存泄露:使用无锁数据结构管理内存 7.2.3 检测使用风险指针(不可回收)的节点 7.2.4 检测使用引用计数的节点 7.2.5 应用于无锁栈上的内存模型 7.2.6 写一个无锁的线程安全队列 7.2 无锁数据结构的例子 为了演示一些在设计无锁数据结构中所使...
  • 房贷计算器

    房贷计算器 示意图 intent 上传接口 通过平台上传 txt 文件 通过开放 API 上传 Webhook API 发送给 webhook 的请求 从 webhook 返回的结果 房贷计算器 用户搜索房贷计算有关的关键词时,展现房贷计算器服务卡片,用户点击卡片可进入资源方的小程序,在小程序里完成房贷相关信息的输入和计算。 示意...
  • 19.1 简介

    19.1 简介 19.1.1 什么是Tcl、Tk和Tkinter 19.1.2 安装和使用Tkinter 19.1.3 客户端/服务器架构 19.1 简介 19.1.1 什么是Tcl、Tk和Tkinter Tkinter是Python的默认GUI库,它基于Tk工具集,后者最初是为工具命令语言(Tcl)设计的。Tk流行后被移植到许多其他脚本语...
  • 《设计模式简介》

    设计模式 设计模式 在软件工程中,设计模式(design pattern)是对软件设计中普遍存在(反复出现)的各种问题,所提出的解决方案。这个术语是由埃里希·伽玛(Erich Gamma)等人在1990年代从建筑设计领域引入到计算机科学的。 设计模式并不直接用来完成代码的编写,而是描述在各种不同情况下,要怎么解决问题的一种方案。 面向对象设计...
  • 8.2 else语句

    8.2 else语句 8.2 else语句 和其他语言一样,Python提供了与if语句搭配使用的else语句。如果if语句的条件表达式的结果布尔值为假,那么程序将执行else语句后的代码。它的语法你甚至可以猜到: 这里是样例代码: 避免“悬挂else” Python使用缩进而不是用大括号标记代码块边界的设计,不仅帮助强化了代码的正...
  • 接口隔离原则

    接口隔离原则(Interface Segregation Principle) 简介 实例 接口隔离原则(Interface Segregation Principle) 简介 接口隔离原则(英语:interface-segregation principles, 缩写:ISP)指明没有客户(client)应该被迫依赖于它不使用方法。接口隔离...
  • CommandLine

    Class: CommandLine 实例方法 commandLine.appendSwitch(switch[, value]) commandLine.appendArgument(value) commandLine.hasSwitch(switch) commandLine.getSwitchValue(switch) ...
  • 类: CommandLine

    类: CommandLine 实例方法 commandLine.appendSwitch(switch[, value]) commandLine.appendArgument(value) commandLine.hasSwitch(switch) commandLine.getSwitchValue(switch) 类: ...
  • Class: CommandLine

    Class: CommandLine 实例方法 commandLine.appendSwitch(switch[, value]) commandLine.appendArgument(value) commandLine.hasSwitch(switch) commandLine.getSwitchValue(switch) Cl...
  • 查询

    设计器查询存储过程Designer Query Stored Procedures 先决条件Prerequisites 设置项目Set up the Project 创建模型Create a Model 使用模型Use the Model 输出参数Output Parameters 设计器查询存储过程Designer Query Store...