书栈网 · BookStack 本次搜索耗时 0.074 秒,为您找到 38 个相关结果.
  • Why unit tests and how to make them work for you

    Why unit tests and how to make them work for you Software The Law of Continuous Change The Law of Increasing Complexity Refactoring Factorisation An example in Go When refacto...
  • Why unit tests and how to make them work for you

    Why unit tests and how to make them work for you Software The Law of Continuous Change The Law of Increasing Complexity Refactoring Factorisation An example in Go When refacto...
  • 开发和编程工具

    开发和编程工具 工欲善其事,必先利其器 开(装)发(逼)工具 MacOS 开发效率工具 命令行工具 Mac 终端快速配置 打字速度练习 Mac 屏保软件 Git 相关 Chrome 开发者插件 编程字体(适合代码显示) 代码工具/算法可视化 代码辅助和检测工具 代码质量检测平台 项目工具 代码仓库托管 项目模板脚手架 持续集成 ...
  • 3.1.4 返回导向编程(ROP)(x86)

    3.1.4 返回导向编程(ROP) ROP 简介 寻找 gadgets 常用的 gadgets ROP Emporium ret2win32 ret2win split32 split callme32 callme write432 write4 badchars32 badchars fluff32 fluff pivot3...
  • More Java fun

    811 2020-06-21 《Practicalli Clojure》
    More Java fun Returning specific types Using Java date Its Joda Time Swing coding Understanding the dot special form From http://clojure.org/java_interop More Java fun ...
  • 4.5 基本类型和运算符

    7255 2018-02-08 《Go入门指南》
    4.5 基本类型和运算符 4.5.1 布尔类型 bool 4.5.2 数字类型 4.5.2.1 整型 int 和浮点型 float 4.5.2.2 复数 4.5.2.3 位运算 4.5.2.4 逻辑运算符 4.5.2.5 算术运算符 4.5.2.6 随机数 4.5.3 运算符与优先级 4.5.4 类型别名 4.5.5 字符类型 链接 ...
  • strutils

    Imports Types Consts Procs Iterators Exports Source Edit The system module defines several common functions for working with strings, such as: $ for converting othe...
  • 编码之前碎碎念(工程实践)

    编码之前碎碎念(工程实践) 技术雷达 代码风格 编程范式 何谓Pythonic? 敏捷与TDD(中华田园敏捷开发:快糙猛,产出一堆 shit) 业务代码的一些常见原则 python代码坏味道(新手经常犯的错误) 难以维护的Python代码 重视细节 版式与布局 命名 注释与docstring 异常处理 web安全 小白的踩坑记录...