Posts by Programmer goblin • 91 points
4 posts
-
1
votes0
answers19
viewsQ: Why does Typeerror occur?
Hello, I am studying javascript and performing some tests and I would like to understand why this form of call generates error. function test (){ function printA(){ console.log("a"); } }…
javascriptasked Programmer goblin 91 -
3
votes1
answer290
viewsQ: How to create a Connection Pool using python and sqlAlchemy?
Hello ! Well I am studying python and I started looking for material on Connection pool using sqlalchemy but unfortunately I did not find any example on the internet that shows the process of…
pythonasked Programmer goblin 91 -
3
votes0
answers216
viewsQ: Rmiregistry not found
I am programming a simple system, using RMI, to train programming. However I found some problems when creating the file .batch receiving the message on the windows terminal 'rmiregistry' is not…
-
2
votes0
answers545
viewsQ: Help with java RMI, how to use the rebind method and lookup with the client class?
I’m doing a job in college where I feel lost. I don’t know how to indicate the server with the method rebind and make lookup with the customer class. I wish you could look at the code I’m writing to…