万象云档 本次搜索耗时 2.340 秒,为您找到 71 个相关结果.
  • 练习 23:文件系统:权限,chown,chmod,umask

    练习 23:文件系统:权限,chown ,chmod ,umask 这样做 你会看到什么 解释 附加题 练习 23:文件系统:权限,chown ,chmod ,umask 原文:Exercise 23. Filesystems: security permissions, chown, chmod, umask 译者:飞龙 协议:...
  • 16.6 多重分发

    16.6 多重分发 16.6.1 实现双重分发 16.6 多重分发 上述设计模式肯定是令人满意的。系统内新类型的加入涉及添加或修改不同的类,但没有必要在系统内对代码作大范围的改动。除此以外,RTTI并不象它在RecycleA.java 里那样被不当地使用。然而,我们仍然有可能更深入一步,以最“纯”的角度来看待RTTI, 考虑如何在垃圾分类系统中将它完...
  • 数据库工厂类

    数据库工厂类 ,初始化数据库工厂类 ,创建和删除数据库 ,创建和删除数据表 ,添加字段 ,使用字符串参数添加字段 ,创建 id 字段 ,添加键 ,创建表 ,删除表 , 重命名表 ,修改表 ,给表添加列 ,从表中删除列 ,修改表中的某个列 ,类参考 数据库工厂类 数据库工厂类提供了一些方法来帮助你管理你的数据库。 ,初...
  • Writing Distributed Applications with PyTorch

    Writing Distributed Applications with PyTorch Setup Point-to-Point Communication Collective Communication Distributed Training Our Own Ring-Allreduce Advanced Topics Communica...
  • Apache HBase Coprocessors

    Apache HBase Coprocessors 108. Coprocessor Overview 108.1. Coprocessor Analogies 108.2. Coprocessor Implementation Overview 109. Types of Coprocessors 109.1. Observer Coprocesso...
  • HBase and MapReduce

    HBase and MapReduce 48. HBase, MapReduce, and the CLASSPATH 49. MapReduce Scan Caching 50. Bundled HBase MapReduce Jobs 51. HBase as a MapReduce Job Data Source and Data Sink 5...
  • Data Model

    Data Model 21. Conceptual View 22. Physical View 23. Namespace 23.1. Namespace management 23.2. Predefined namespaces 24. Table 25. Row 26. Column Family 27. Cells 28. Dat...
  • JavaScript

    JavaScript Interop At some point your Elm program is probably going to need to talk to JavaScript. We do this by (1) embedding Elm in HTML and (2) sending messages back and fo...
  • ZooKeeper

    ZooKeeper 196. Using existing ZooKeeper ensemble 197. SASL Authentication with ZooKeeper 197.1. Operating System Prerequisites 197.2. HBase-managed ZooKeeper Configuration 197.3...
  • 16.7 访问器模式

    16.7 访问器模式 16.7 访问器模式 接下来,让我们思考如何将具有完全不同目标的一个设计模式应用到垃圾归类系统。 对这个模式,我们不再关心在系统中加入新型Trash 时的优化。事实上,这个模式使新型Trash 的添加显得更加复杂。假定我们有一个基本类结构,它是固定不变的;它或许来自另一个开发者或公司,我们无权对那个结构进行任何修改。然而,我们又...