All Questions

1
answer

Include HTML in HTML without affecting SEO

I've seen a number of ways to include an HTML inside another HTML , both by JavaScript and the HTML5 . Do these include negatively affect the page's SEO? Are the included content of these forms typically indexed by search engines?  ...
asked on 16.07.2018 / 15:56
1
answer

Logic of these operations bit by bit

I've already had a good time getting started in the emulator world, I decided to stop trying to make an emulator of a complex system and start with a very basic, emulator of CHIP-8, which is what many indicate in forums of emulation. Well let's...
asked on 18.06.2018 / 14:16
1
answer

ClimaTempo API - Cities with accent give error

I have the following Endpoint where you get the name of the city and state in the URI: @RequestMapping(value= "/clima/{nomeCidade}/{ufCidade}/agora", method = {RequestMethod.GET, RequestMethod.OPTIONS} , produces="application/json" ) public R...
asked on 26.06.2018 / 21:08
1
answer

Printing all the attributes of a class [duplicate]

I have the following class: class Usuario(object): def __init__(self): self.Nome = '' self.Email = '' self.SalarioBruto = 0.0 self.SalarioLiquido = 0.0 self.Cargo = '' self.Despesas = Despe...
asked on 17.09.2018 / 23:58
4
answers

How not to repeat terms in printf

I have another problem. My activity this time is to create and read the elements of two vectors, A and B, with 5 and 7 values, respectively. Then the program will show you what elements are repeated. Here's the code: #include <stdio.h> #...
asked on 19.12.2014 / 01:56
1
answer

Jquery - View comment data

I am trying to return comments data in JQuery and to end a form to enter more comments. <!DOCTYPE html> <html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"type="text/javascrip...
asked on 27.06.2018 / 15:18
1
answer

CommunicationException: Error in client when making HTTP request (HTTP.SYS) to third party WebService

I've been developing for eSocial for over a year already, and I'm encountering the following error on some clients when trying to send the service:    System.ServiceModel.CommunicationException : Error while doing HTTP request for link...
asked on 27.07.2018 / 21:04
1
answer

Customize URI templates using OData

I'm working on a project that contains the Microsoft.AspNet.WebApi.OData package, which offers a simplified implementation for OData V3 support, just use the EnableQueryAttribute attribute in the methods or classes where we want...
asked on 14.08.2018 / 16:23
1
answer

Ajax and PHP for uploading images + information registry

I've been beating since yesterday with an upload of images in AJAX. I am going to publish the advances that I had in study and the difficulties that I still have in case someone can help me:) My script as I always did (without images) was bas...
asked on 19.06.2018 / 15:11
1
answer

Display 2 dataTextField in a SelectList

Hello! I have a problem with making a selectlist display 2 values in textfield. I have the following SelectList that is stored in a viewbag: ViewBag.Account = new SelectList(new AccountBusiness().GetList<Account>(Util.AuxiliaryMethods.BM...
asked on 28.08.2018 / 15:01