Posts by Claudio Shigemi • 119 points
13 posts
-
0
votes2
answers39
viewsQ: How to insert for all users in PLSQL when there is no data?
Good afternoon! I’m trying to insert to all users when there is no type entered for all users: INSERT INTO USUARIO ( TIPO, PRIORITARIO) SELECT '130', 'N' FROM dual WHERE not exists (SELECT * FROM…
-
0
votes0
answers33
viewsQ: Problem with postgresql server version Mismatch
I am trying to restore a base, small , I perform the backup on my machine in version 9.6 , but, alleges error when trying to create the backup via pgadmin III, executed through a bat : pg_dump.exe…
-
0
votes1
answer81
viewsQ: Kotlin - R.string.navigation_drawer_open, Not being imported?
I’m trying to learn Kotlin, but I can’t use navigation_drawer_open, nor the navigation_drawer_close, as shown in the attached image Someone would give me a suggestion of what to do to fix the…
-
2
votes3
answers290
viewsQ: I cannot use class R. in Kotlin
I’m trying to learn Kotlin , but I’m having trouble importing the "R." class into Kotlin. Someone would know what I’m doing wrong ?…
-
0
votes2
answers2940
viewsA: How do I import a jupyter notebook ? or open?
I was trying to care for the command line and it’s not working! but, I’ve given up on it, and imported in the traditional way by pressing the add file button .
pythonanswered Claudio Shigemi 119 -
0
votes1
answer118
viewsQ: I’m trying to get my chart started from position 0 using hist()
Using USAGE_PLOT became easy to do but I want to do and learn how to use Hist. the same way it is in the image below where it was used usage_plot(trip_data, 'duration', ['duration < 60'],…
-
1
votes1
answer425
viewsQ: How to sum a column of a file and visualize with . Plot(Kind = 'bar')?
I’m trying to sum up the column Duration ,and present using plot() trip_data['duration'].value_counts().plot(kind = 'bar') trip_data['duration'].count_data().plot(kind = 'bar')…
-
1
votes2
answers2940
viewsQ: How do I import a jupyter notebook ? or open?
I am unable to import or open a file notebook.ipynb I tried to go to the file directory at the prompt and type : jupyter notebook filename And claims that the file is not found.…
pythonasked Claudio Shigemi 119 -
1
votes2
answers992
viewsQ: How to update Gem in windows?
My problem is I can’t update gem I lowered the rubyInstaller tried running command to update: gem update rails --no-document But unfortunately no update gives error: gem update rails --no-document…
-
4
votes1
answer229
viewsQ: Phpstorm , How to change the user name?
Every time we create a new file(file) it gives us a commented header with our username. How do I change the User name? I searched everywhere in the tool and could not find! <?php /** * Created by…
-
0
votes1
answer345
viewsQ: pom.xml in Spring is not working!
Independent of the boot version keeps giving me error. could someone help me solve these pom problems?…
-
0
votes0
answers34
viewsQ: My description of the top line is not showing!
<md-card ng-repeat="classified in classifieds "flex="30"> <!-- cada cartão ocupará 1/3 da página(33) --> <img ng-src="{{classified.image}}" alt=""> <md-card-content> <div…
-
1
votes1
answer1626
viewsQ: access port problem in Node.js
I’m trying to learn about angular2, and I’m facing this problem. when I type : "live-server" this error appears to me below: live-server Error: listen EACCES 0.0.0.0:8080 I try to type the command…