Posts by Rafael Uemura • 21 points
5 posts
-
1
votes1
answer1432
viewsQ: Basic Auth to authenticate webservice Soap - PHP
I am having a problem with authentication when I try to consume a web service Soap. When entering the url in the browser, a dailog is shown asking for user and password. However, I need to do this…
-
0
votes1
answer248
viewsQ: How to receive my array on the JSP page
public void Pesquisar(){ try { Class.forName("com.mysql.jdbc.Driver"); try { Connection conexao = DriverManager.getConnection("jdbc:mysql://localhost/CadastroProdutos", "root", "maquinarafa");…
-
-2
votes1
answer41
viewsQ: error : while expected /eached end of file while Parsing
Guys I’m having problems with my Bingo app public class MainActivity extends AppCompatActivity { int[] ids = {R.id.button2, R.id.button3, R.id.button4, R.id.button5, R.id.button6, R.id.button7,…
-
0
votes2
answers51
viewsQ: passing parameters between activitys
could help me with this android studio code ...I do not cosnigo recover the string to run if: public void Green(View view) { String cor3 = "verde"; Bundle parametros = new Bundle();…
-
1
votes2
answers700
viewsQ: Add the results for x in range
k=5 for k in range (5,10): print(2*k**2) 50 72 98 128 162 I need to add these results.
pythonasked Rafael Uemura 21