书栈网 · BookStack 本次搜索耗时 0.011 秒,为您找到 7168 个相关结果.
  • Binaries Mapping

    Binaries Mapping Binaries Mapping Binaries in Hamler are imported from Erlang. The Bit Syntax Expressions in Erlang are defined as below: <<>> < <E1 ,..., En > > Ei ::...
  • Chapter 8 ( Conclusion )

    Chapter 8 ( Conclusion ) Tutorial Conclusion Chapter 8 ( Conclusion ) Tutorial Conclusion Welcome to the final chapter of the “Implementing a language with LLVM” tutorial. I...
  • The end

    The end The end Now that I already cover the core port of OpenBSD ‘s netcat implementation, it is time to wrap up this little book now (Definitely, there are parts I leave out...
  • 4 Header标头

    4 Header标头 概述 实现 4 Header标头 概述 标头存在于 Zabbix 组件之间的响应和请求消息中。需要确定消息的长度,是否压缩以及消息长度、字段的格式。标头包含: <PROTOCOL> - "ZBXD" (4 bytes). <FLAGS> - the protocol flags, (1 byte)....
  • 关于此书

    关于此书 许可证 关于作者 关于译者 致谢 最新版本 关于此书 许可证 《The Little Redis Book》是经由Attribution-NonCommercial 3.0 Unported license许可的,你不需要为此书付钱。 你可以自由地对此书进行复制,分发,修改或者展示等操作。当然,你必须知道且认可这本书的作者是...
  • 结束语

    结束语 更深入的学习 关于作者 特别致谢 变更记录 Conclusion How to learn more About the author Special thanks Changelog 结束语 感谢你读完了这本简明 ASP.NET Core 手册!如果这本书有点(或者没有)用处,我很乐于倾听您的想法。请在 Twitter 上...
  • Be Consistent

    Be Consistent Be Consistent If you’re editing code, take a few minutes to look at the code around you anddetermine its style. If they use spaces around all their arithmeticope...
  • 3.4.2. Connecting to the database

    3.4.2. Connecting to the database A Little Modification 3.4.2. Connecting to the database To connect to the database, it is necessary to change the Connected property of the ...
  • The Boy Scout Rule

    The Boy Scout Rule The Boy Scout Rule The Boy Scouts have a rule: “Always leave the campground cleaner than you found it.” If you find a mess on the ground, you clean it up reg...
  • 2.1 名词短语词块划分

    2.1 名词短语词块划分 2.1 名词短语词块划分 我们将首先思考名词短语词块划分或 NP 词块划分任务,在那里我们寻找单独名词短语对应的词块。例如,这里是一些《华尔街日报》文本,其中的NP 词块用方括号标记: >>> sentence = [( "the" , "DT" ), ( "little" , "JJ" ), ( ...