Interesting questions
-
2
votes2
answers444
viewsWhat are the advantages and disadvantages of creating a Windows service
I want to know the advantages and disadvantages of creating a windows service and if: If it’s easy to maintain; If anyone ever had a problem with that; If you require any specific knowledge, apart…
delphiasked 8 years, 7 months ago Edu Mendonça 2,564 -
0
votes0
answers18
viewsBean Jsonitemreader, xml configuration
My Reader will read a json that comes from a Rest api. The project is configured in xml, IE, the settings are in an xml file, where are the other Beans. I found in the documentation, a bean that…
-
-1
votes1
answer200
viewsRequest data is not returning correctly
I’m trying to create a front end based on the Wars star API, my plan was to create an object to then show on the screen. When I make a request(https://swapi.co/films for example), some object…
-
0
votes1
answer124
viewsHow to rename photo using media capture Cordova plugin
I am developing an application and this application gets some media files(videos, photos and audios) for this I am using the plugin media capture, however when the user takes a photo for example it…
apache-cordova mobile jquery-mobile phonegap-buillderasked 10 years, 12 months ago Vinicius VAz 521 -
0
votes1
answer99
viewsCollection of objects c#
Galera need to fill a list that is inside another list, but is giving error. Follows the code: Promotora = new LojaPromotoraInfo { CodGerente = DBUtil.GetValor<string>(oRow, "CodGerente"),…
-
1
votes2
answers57
viewsInformation is not enough in the value attribute
The information that I take from the user model (getTimeLine method) reaches the homeController, but does not reach the homeView in the input type Hidden in the value attribute. public function…
-
2
votes1
answer721
viewsHighlight day and week in Calendar
Like highlight (stylize) the day of the month and the week? The function below was the simplest I could get on the Web that allows me to understand at least part of the code. I need to know 1) how…
javascriptasked 11 years, 3 months ago eden 461 -
0
votes0
answers82
viewsJoin in 3 tables
I need my query to return who is the direct partner of the company "Father" and the company "daughter". I already got him to return the daughter company and the direct partner, but I need him to…
-
1
votes0
answers74
viewsandroidservice notification does not work
I created a multidevice application and added a local androidservice. I need to issue notifications through the service, follow Unit: unit AndroidServiceDMUnt; interface uses System.SysUtils,…
-
2
votes1
answer60
viewsJquey-ui depends on Jquery
Does jquery-ui depend on jquery in an application ? , I ask because in the application I am working apparently jquery.min is not being used, and the doubt and if it has to be there to support…
-
0
votes1
answer147
viewsHow to divide 2 numbers represented by a circular list into C?
Hi, I’m writing algorithms for large numbers. I implemented the operations of sum, division and subtraction but for divide I have no idea just an algorithm to use with binary base. It is not an…
casked 10 years, 1 month ago Ale Chaito 25 -
-1
votes1
answer104
viewsScript for a particular SQL library
Imagine that a client contacted and requested the creation of a system to register the books of the private library, in your conversation with him you arrived in the following tables that the system…
-
0
votes1
answer154
viewsC# take a part of a String
I have a string that in case you have "-" I want to only take what is before the "-" var value = "12345-485" or "7896" I tried using: value. Substring(0,value. Index("-")); If the value has "-"…
c#asked 7 years ago Tiago Casanova 778 -
1
votes0
answers122
viewsHow to use spring security isEnabled
I was wondering if I am using the isEnabled spring security method correctly. Because on my system, every user has a list of profiles. If admin removes all their profiles and the user tries to log…
-
0
votes2
answers492
viewsHow do I format the text typed in the input without changing the value?
Guys, I have a problem with this piece of code that I can’t solve in any way. In this case, the first two inputs receive values that are summed and this sum appears in the last input with the id…
-
6
votes3
answers150
viewsJson format is valid, but conceptually incorrect. How to argue?
We recently requested a service for a partner company, to consult with some people. The service was designed from scratch to meet a particular system demand of ours. This is a simple Rest service,…
-
2
votes1
answer337
viewsURL Friendly by title
Good night people, I am here implementing the URL friendly system on a website and I have already working for some pages, I am now locked in the ver_establishment file that and what shows the…
-
0
votes3
answers3813
viewsReports in C# MVC
How do I report to c# Asp.net-mvc-4? I use a third-party component or make an HTML page myself? What you use in everyday life? I ask, because I need to print reports that follow a government…
-
5
votes2
answers61
viewsWhat is the definition of delete in Javascript?
I came across an instruction that delete represents a type in Javascript. At least that’s what I understood. I’d like your help because I couldn’t find any references on the Internet. if…
javascript characteristic-language objects operators deleteasked 6 years, 2 months ago Willian Andrade 53 -
0
votes2
answers2452
viewsHow to align a button at the bottom of a DIV
How to move a button (link) to the bottom of a DIV? <div class="item-info"> <h3><a href="https://www.lookandsoul.com.br/produto/cinto-fivela-dupla-preto/">Cinto fivela dupla…