Posts by Luiz Vaz • 356 points
8 posts
-
0
votes2
answers386
viewsA: eSocial: Invalid Subscription . NET Framework
This problem was occurring to me in the version prior to .NET 4.6.2! Strangely enough, for the A1 certificate it works perfectly. But for A3 certificate, same code gives signature error. Following…
-
-5
votes1
answer1204
viewsA: How do I see time q opened and closed an app on Android phone?
Even so is nevertheless a technical matter. Has some possibilities: Time zone: google may be taking into account or its own server, or the Instagram server. Autonomous activity: Your phone even in…
-
1
votes2
answers231
viewsA: How do I read an XML file in PHP?
This way down is simpler. I’ve been wearing this since 2010. // Directory for file storing filesystem path $d = dirname(__FILE__); $upload_dir = "$d/nfs"; $c = $n = $u = $y = $s = $v = ''; $file =…
-
4
votes4
answers10562
viewsA: How many programs can download XML from Brazilian NF-e?
The legal way to do this is by using direct communication with the Revenue API. This communication is made by webservices. nfephp’s website allows you to implement this on your own:…
-
1
votes3
answers2168
viewsA: How to Make Icone Ride in the Google Maps api
Very simple: The updateMaps() routine is calling clearOverlays() that cleans all markers. So every 30 seconds they disappear and reappear. Just exclude markers that have not had change at a certain…
-
5
votes1
answer247
viewsA: I can’t do a word search between brackets in php
You are wearing clasps. They are elements of regular squeeze syntax. In addition, the function preg_match needs an initial delimiter that in this case can be the hashtag #. And to accept the bracket…
-
8
votes3
answers8812
viewsA: How to determine the user’s approximate location by IP?
IP GEOLOCATION This is actually very simple and works as follows: Operators provide IP numbers according to a range Track recording is done by locality Depending on the amount this can be a…
-
3
votes1
answer519
viewsA: Web-service without fixed IP
The free version of no-ip currently requires you to revalidate your host monthly. Nothing prevents you from upgrading later to one of the offered plans. Using a webservice of a server with dynamic…