Posts by Hudson De Oliveira Felipe • 39 points
5 posts
-
1
votes1
answer83
viewsQ: How to ensure security of api’s Rest
I’m creating a system using MEAN Stack and I came up with a question .. My angular client application requests the ex api: POST http://127.0.0.1/api/product If some malicious user found the url of…
-
1
votes0
answers386
viewsQ: Error 'Microsoft.CSharp.Runtimebinder.Runtimebinderexception' in System.Core.dll
I am trying to debug a C# application and is showing this error: Exception thrown: 'Microsoft.CSharp.RuntimeBinder.RuntimeBinderException' in Microsoft.CSharp.dll 'Emulador AFO.vshost.exe' (CLR…
-
1
votes1
answer79
viewsQ: LNK2001 error in C++ Project Build
I’m trying to build a project in Visual Studio and this error is appearing: Severity Code Description Project File Line Suppression State Error LNK2001 unresolved external symbol "class CPSock…
-
0
votes1
answer413
viewsQ: Sending and Receiving Packages (packets) in Nodejs
Well, I’ll try to explain the situation: I am studying Nodejs and for this I decided to rewrite the server-side code of an application that was originally written in C/C++, and this server receives…
-
0
votes1
answer337
viewsQ: Understand code C++/Assembly
I am studying a Node, and in this process I decided to help in the study migrate a system in c/c++ to Node, but I am not familiar with c/c++ and I appeared a piece of code that I am not able to…