首页 \ 问答 \ 分布式计算应用(Distributed Computing applications)

分布式计算应用(Distributed Computing applications)

Map reduce / Hadoop是用于分布式系统的框架/程序之一。

还有哪些其他流行的框架/程序?


Map reduce/Hadoop is one of the framework/program that s used for distributed systems.

What are some other popular frameworks/programs?


原文:https://stackoverflow.com/questions/2166497
更新时间:2022-08-29 12:08

最满意答案

你可以调用[object_selected name] ,虽然你可能会得到编译器警告,这个name may not be a property (或类似的)。


You can just call [object_selected name], though you might get compiler warnings that name may not be a property (or similar).

相关问答

更多
  • 你可以调用[object_selected name] ,虽然你可能会得到编译器警告,这个name may not be a property (或类似的)。 You can just call [object_selected name], though you might get compiler warnings that name may not be a property (or similar).
  • 它看起来像键可以包含一个字典值或字典的数组,所以你只需要尝试转换来看看你有哪一个。 所以我可能会这样做: if let arr = dict1.objectForKey("ChallengeConfiguration")?.objectForKey("MultiChoiceQuestion") as? Array { // parse multiple items as an array } else if let arr = dict1.objectForKey("ChallengeConfigu ...
  • 对象是单例。 单例是只存在一个实例的东西。 类型参数允许为类的特定实例指定类型参数,因此,仅当存在多个实例时才有意义。 因此,不,没有办法在Kotlin中创建通用对象。 在RestApiParser示例中,您可以简单地为每个单独的函数指定类型参数,并将object保留为非泛型。 使用一个object作为REST API调用的回调对我来说听起来很糟糕(因为线程问题等等),所以我会用为每个调用创建一个具有适当类型参数的新回调实例来替换它。 An object is a singleton. A singleto ...
  • 由于您估计缓存中的大量项目并且缓存上的操作将是特定于类型的,因此您可以使用包裹在字典中的多个包。 这将加速找到感兴趣类型的高速缓存的子集,并且如果高速缓存包含许多不同类型的最小子集将是理想的。 readonly IDictionary> _cache = new ConcurrentDictionary>(); public List FindBy(Func pre ...
  • 你可以把它变成一个功能模板: template void find(std::string s, T & object) { //code }; 您可以使用任何类型的参数调用它。 阅读本文以获取有关模板的更多信息 You can make it a function template: template void find(std::string s, T & object) { //code }; You can call this with a p ...
  • 您可以使用Activator.CreateInstance方法 public static object CreateInstance( Type type, params object[] args ) 喜欢这个 return (T)Activator.CreateInstance(typeof(T), id); 但是,没有办法指定类型必须为构造函数提供参数; 既不在接口声明中,也不在泛型类型约束中,也不在类继承中使用。 You can use the Activator.Create ...
  • 您可以通过查看对象的类型是否为通用以及相应的通用模板是否是您要查找的通用模板来检查此问题。 例如: var type = obj.GetType(); bool isObjectADataMapper = type.IsGenericType && type.GetGenericTypeDefinition() == typeof(ObjectADataMapper<>); 或者,以可重用的方式 bool IsInstanceOfGenericTypeClosingTemplate(object ob ...
  • Genercis是compile时的概念,以确保type safety 。 在runtime private T[] datastore; 将被解释为 private Object[] datastore; 所以你可以说 Generic generic = new Generic(2); generic.add("test"); //allowed 但你不能说 Generic generic = new Generic(2); generic.add("test") ...

相关文章

更多

最新问答

更多
  • 延迟socket.io响应,并“警告 - websocket连接无效”(Delayed socket.io response, and “warn - websocket connection invalid”)
  • IIS 7.5仅显示homecontroller(IIS 7.5 only shows homecontroller)
  • 我如何删除ListView中的项目?(How I can remove a item in my ListView?)
  • 武陟会计培训类的学校哪个好点?
  • Spring事务管理:无法解析bean'transactionManager'的引用(Spring transaction management: Cannot resolve reference to bean 'transactionManager')
  • 无法在后面访问链接:焦点,移开,div(Link can't be accessed behind :focus, moved out of the way, div)
  • 总和形式选择值 - 我做错了什么(sum form select values - what am I doing wrong)
  • DocBook5 ISO 690参考书目的文档[关闭](Documentation for DocBook5 ISO 690 bibliography [closed])
  • 为什么改变所有点的颜色而不是一个?(Why changed the color for all points instead of one?)
  • 如何从字符串中删除所有尾部破折号?(How can I remove all trailing dashes from a string?)
  • 有没有办法以这种方式调用这个JavaScript函数?(is there a way to call this javascript function in this way?)
  • 在更换字符串时替换组(Replacing a group while replacing a string)
  • 如何用Dreamweaver制作网页表格
  • git:如何能够再次切换分支(git: how to be able to switch branches again)
  • 应用程序在打印联系人姓名和号码时崩溃(app crashes in the middle of printing contact names and numbers)
  • 用CSS @media查询目标移动设备解决方案的最准确的方法是什么?(what is the most accurate way to query target mobile device resolutions with CSS @media?)
  • Java - 如何仅使元音加倍(Java - How to double only Vowels)
  • 调用root.destroy()后出现“tkinter.TclError:invalid command name”错误(“tkinter.TclError: invalid command name” error after calling root.destroy())
  • 使用键绑定在两个表单之间切换(Switching between two forms with Key Bindings)
  • 我把正确的导入但错误仍然发生在Hibernate 5中的org.hibernate.MappingException(I put the correct import but the error still happen org.hibernate.MappingException in Hibernate 5)
  • 从宁波江北洪塘到宁波南站人力市场乘坐什么车子要转什么车子,我去人力市场考电工上岗证
  • jQuery - 用所有元素的新值替换属性值(jQuery - replace attribute value with new value of all elements)
  • Lenovo Low Profile USB Keyboard 下载后找不到电脑上没有
  • 将反应元素渲染到隐藏区域以进行测量(Render a react element to a hidden area for measurement)
  • 有没有可能确定iOS widget何时隐藏?(Is it possible to determine when iOS widget hides?)
  • 量角器 - 描述没有定义(Protractor - describe is not defined)
  • Jackson序列化:XML和JSON的不同格式(Jackson Serialization: Different formats for XML and JSON)
  • 在Javascfipt中解析XML(Parsing XML in Javascfipt)
  • Firebird客户端安装(Firebird client installation)
  • 在未安装XML DB的情况下从Oracle发送电子邮件(Send email from Oracle without XML DB installed)