英文: Compile Java to behave like GO code 问题 是否有可能编写一个Java编译器或虚拟机,使您能够以与GO程序编译相同的方式编译使用线程和阻塞系统调用的传统Jav...
What difficulties should I expect if I write a NoSQL db using golang but want to run Hadoop mapreduce on it?
英文: What difficulties should I expect if I write a NoSQL db using golang but want to run Hadoop mapr...
How can I create a command line application in Java?
英文: How can I create a command line application in Java? 问题 我正在编写一个命令行工具,希望它可以在所有流行的平台上运行(Windows、Ma...
如何在不为每个调用启动JVM的情况下,从Go中调用Java代码?
英文: How to call java code from Go without invoking the JVM for every call? 问题 在Go语言中,可以调用Java代码吗?如果可...
如何从给定的Java代码生成Go代码?
英文: How to generate Go code from blow Java code? 问题 我想编写一个Java2Go生成器,但我发现很难表达多态性(例如:形式参数是基类,但实际参数是子类...
从一个ORM迁移到另一个ORM
英文: Migration from one ORM to another 问题 这是我的问题。我现在正在使用Play2框架,并且它提供了Ebean作为我的默认ORM产品。我对Java相当了解,并决定...
在部署时出现了Google App Engine的”Cloud Datastore service”错误。
英文: Google Appe Engine "Cloud Datastore service" error on deploy 问题 好的,我会为你翻译以下内容: 好的,这给我带...
可以使用纯Go编写Android应用程序,而不使用Java或XML吗?
英文: Could one write an Android app in pure Go using no Java or XML? 问题 你能用100%的Go语言编写一个Android应用程序吗?...
Golang:当你有多重继承时,接口的作用是什么?
英文: Golang: what's the point of interfaces when you have multiple inheritence 问题 我是一个Java程序员,正在学...
为什么在Java中无法在空指针上调用方法?
英文: Why can't you call a method on a null pointer in Java? 问题 在Go语言中,只要不对空指针进行解引用,就可以调用空指针上的方法: ...
2377