Posts by causticroot • 43 points
8 posts
-
0
votes0
answers17
viewsQ: aspnet-codegenerator does not find the Generator 'controller'
when I try to turn the command: dotnet aspnet-codegenerator controller -h I have the following return: Selected Code Generator: controller No code generator found with the name 'controller'. No code…
-
0
votes3
answers90
viewsA: (C#) How can I replace a specific character "x" with "y" in a String?
What I was solving was this: Gordon Ramsay shouts. He shouts and swears. There may be Something Wrong with him. Anyway, you will be Given a string of four words. Your job is to turn in them to…
-
-1
votes3
answers90
viewsQ: (C#) How can I replace a specific character "x" with "y" in a String?
To want to make a function that can replace a value in character( "@" ) with a value "A" inside the string. Assuming the input is "@@bbcc@@", then the function returns "AAbbccAA" .…
-
0
votes1
answer28
viewsA: error: Linker`cc` not found when trying to compile file . rs
I managed to solve by installing : sudo zypper in cmake sudo zypper in gcc
-
0
votes1
answer28
viewsQ: error: Linker`cc` not found when trying to compile file . rs
I am trying to compile a file. Rust via vscode terminal, and I get this error: causticroot@install:~/learning-rust/Book exercises/Hello world> rustc hello_world.rs error: linker `cc` not found |…
-
3
votes2
answers91
viewsQ: replace more than one char utitlizando . replace()
I have the following function: public String replaceCharToNull(int row, int colum) { String result; result = (((String)jTableLoan.getModel().getValueAt(row, colum)).replace("x", "")); return result;…
-
1
votes1
answer61
viewsQ: How do I check if my input is number or text?
I wonder how I can check the kind of value that goes into my Scanner, to return to the user that that entry only receives a number and that he has typed a text or character. public class…
-
0
votes0
answers15
viewsQ: Eclipse 2018-09(4.9) does not create java files in openSUSE Leap 15.2
I installed the eclipse by Leap Discover, but after defining Workspace and creating a project, I tried to create a project java but only the options appear: file, Folder, project, Untitled Text…