书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 771 个相关结果.
  • Proxy Model

    Proxy Model Motivation Design Practical example: Django Models Practical example: Thrift services References Proxy Model Note : In the context of Qt MVC, a Proxy Model i...
  • Building LLVM with CMake

    2107 2020-03-21 《LLVM 10 User Guides》
    Building LLVM with CMake Introduction Quick start Basic CMake usage Options and variables Frequently-used CMake variables Rarely-used CMake variables LLVM-specific variables ...
  • Introduction to editor development

    Introduction to editor development Technical choices Directory structure Editor dependencies in scene/ files Development tips Up to date This page is up to date for Godot ...
  • 虚拟控件

    虚拟控件(Virtual Control) 虚拟控件(Virtual Control) 虚拟控件是通过将某个界面的某个区间定义为一个逻辑的控件。它可以实现以下功能: 调用文字识别(OCR)的方法,通过图像的方式获得文字内容或者操作文字区域。 进行图片比对。 更细粒度的控制。例如某些应用有自绘制的界面,其中的某些按钮是非标准的控件,无法通过识别对象...
  • X11

    X11 Contents Architecture Extensions and Hardware Acceleration Strong Points Weak Points From: eLinux.org X11 X11 also known as X.org , XFree or XServer is the most u...
  • International Technical Jamboree

    International Technical Jamboree Contents International Technical Jamboree Call for Sessions Venue Time Slots From: eLinux.org International Technical Jamboree Cont...
  • Why Luau?

    Why Luau? Complete rewrite? Why Luau? Around 2006, Roblox started using Lua 5.1 as a scripting language for games. Over the years the runtime had to be tweaked to provide a sa...
  • 环境变量

    Go环境变量 环境变量设置 *nix 下设置环境变量 Windows 下设置环境变量 Go环境变量 为方便开发,在开发环境往往需要设置三个环境变量: $GOROOT :go的安装目录,配置后不会再更改; $GOPATH :go项目在本地的开发环境的的项目根路径(以便项目编译,go build , go install ),不同的项目在编译的...
  • Awesome xmake

    示例 包仓库 插件 XMake插件 IDE编辑器插件 项目 文章 视频 其他 awesome-xmake ...
  • Hello World

    6646 2018-02-27 《PyQt5中文教程》
    Hello World 本章学习Qt的基本功能 例1,简单的窗口 例2,带窗口图标 例3,提示框 例4,关闭窗口 例5,消息盒子 例6,窗口居中 Hello World 本章学习Qt的基本功能 例1,简单的窗口 这个简单的小例子展示的是一个小窗口。但是我们可以在这个小窗口上面做很多事情,改变大小,最大化,最小化等,这需要很多代码...