Posts by Andre Cabral • 45 points
5 posts
-
-2
votes1
answer227
viewsQ: How to convert a string with special characters into utf8?
I’m not getting to decode the characters that appear in this string with Dart. import 'dart:convert'; void main(){ var myString="Data de coleta superior à 15 dias não…
-
0
votes1
answer272
viewsA: How to mount an XML string with SOAP?
I decided as follows: I installed a plugin in Google Chrome that helps interpret the methods embedded within the Webservice url: Wizdler Url of the webservice:…
-
-2
votes1
answer272
viewsQ: How to mount an XML string with SOAP?
I don’t know how to ride STRING of XML correct way to send the parameters with xml. According to the documentation the method is called coletar() but I am not able to pass these parameters…
-
2
votes2
answers121
viewsQ: Extract a string after a javascript delimiter?
I have the following return: 7100-1156 As a result I would like to always extract the second part of the string: 1156. The example code does this but the problem is when the value of the first part…
javascriptasked Andre Cabral 45 -
0
votes1
answer909
viewsQ: How to create a link with Vue in the <a> tag?
The link does not get the correct content, see code var app = new Vue({ el: '#app', data: { data: [ { url: "http://globo.com" }, { url: "http://uol.com" }, { url: "http://sbt.com" }, ], isInsert:…
vue.jsasked Andre Cabral 45