书栈网 · BookStack 本次搜索耗时 0.012 秒,为您找到 682 个相关结果.
  • File an Issue

    File an Issue Guidance Filing an Issue Template File an Issue If you've tried to troubleshoot an issue yourself, have reached out for help , and are still stumped, you can...
  • Contributing

    Contributing Patches Bugs Questions Contributing In order to continually improve, Peewee needs the help of developers like you. Whether it’s contributing patches, submitting...
  • 68. 查看一个对象的类型

    查看一个对象的类型 rank ▲ ✰ vote url 68 354 80 465 url 查看一个对象的类型 有什么方便的方法查看一个对象的类型? 为了获得对象的类型,可以用内建函数type() .把对象作为唯一的参数传递将会返回这个对象的类型: >>> type ([]) is list ...
  • Reserved Words

    Reserved Words Reserved Words The ES5 spec defines a set of “reserved words” in Section 7.6.1 that cannot be used as standalone variable names. Technically, there are four cate...
  • 获取知识

    获取知识 资源 论坛 视频教程 链接 获取知识 程序员是一个活到老,学到老,还有三分学不到的职业。这就无形的要求我们要不断进取,不断学习。 既然学习是一个必然的过程,那么我们就要将这个过程变得高效和有趣。 关于书籍的选择,技术方面还是推荐英文资料,因为翻译质量的问题。你看中文可能10分钟的内容,理解却要1小时。而英文你看需要30分钟,理解...
  • Pony ORM

    Pony ORM 创建数据库 定义实体 添加与数据库表的映射 编写查询语句 获取对象 更新对象 数据库 Session 手动编写 SQL 语句 事务 实现 Pony ORM Pony 是一个很有意思的 ORM,它的特别之处在于可以使用 Python 生成器的语法来创建数据库请求,我们可以用这样的语句来查询数据库: sele...
  • Contributing

    Contributing Patches Bugs Questions Contributing In order to continually improve, Peewee needs the help of developers like you. Whether it’s contributing patches, submitting...
  • Contributing

    Contributing Patches Bugs Questions Contributing In order to continually improve, Peewee needs the help of developers like you. Whether it’s contributing patches, submitting...
  • Contributing

    Contributing Patches Bugs Questions Contributing In order to continually improve, Peewee needs the help of developers like you. Whether it’s contributing patches, submitting...
  • 7. 自动加载类

    自动加载类 使用 spl_autoload_register() 来注册你的自动加载函数。 示例 进一步阅读 自动加载类 使用 spl_autoload_register() 来注册你的自动加载函数。 PHP 提供了若干方式来自动加载包含还未加载的类的文件。 老的方法是使用名为 __autoload() 魔术全局函数。 ...