Posts by Gabriel Souza • 728 points
48 posts
-
0
votes1
answer187
viewsA: ng-click fires twice with a click on mobile resolution
Look, I saw that it was still open that question but I already solved some time ago. The error was that one of the libraries of the project was with the wrong version, I gave rollback and returned…
-
0
votes1
answer37
viewsA: Abnormal error entering a Methodinfo page.Invoke "Parameter count error"
I solved the problem leaving the function like this! public string GetUrl(ScriptManager scriptManager) { if (String.IsNullOrEmpty(Path)) { return base.GetUrl(scriptManager, false); } else { return…
-
0
votes1
answer37
viewsQ: Abnormal error entering a Methodinfo page.Invoke "Parameter count error"
I’m calling the following function put it gives this problem "Parameter count error" when executing: url = (string)miScriptReference_GetUrl.Invoke(this, new object[] { scriptManager, value, false…
-
2
votes1
answer54
viewsA: Payload blank return when performing return to WEB application in Golang
I took your example and removed the struct and changed the status, I think it will help you! //Ping representa o teste de ping func Ping(responseWriter http.ResponseWriter, r *http.Request) { var t…
-
0
votes0
answers104
viewsQ: How to pass variable in require
I am trying to pass a variable populated by the database, containing my route to require, but is giving the following error: "Cannot find module 'views/Cadastros/Usuario'" And these are the ways I…
-
0
votes1
answer167
viewsA: Setstate does not work within component
To correct this problem it was necessary to change the form in which I pass to the Faithful my component, getting like this: const RenderInput = this.renderInput; <Field component={(props) =>…
-
0
votes1
answer167
viewsQ: Setstate does not work within component
Hello, I’m trying to give a setstate but when I run it returns me that is not a function renderInput({ input, label, type, meta: { touched, error, warning } }) { onChangeTextDestino = async (param)…
-
0
votes0
answers22
viewsQ: Array splits itself when the elements inside it pass 100 during the api post
I’m trying to post for my api but when the amount of items in my array exceeds 100 it splits up like this: But my api only accepts this array when it gets like this: What I should do for the array…
-
2
votes1
answer173
viewsQ: How to pass parameters to a function all rows of an array
I need to pass all lines of an array as parameters of a function, but I can’t leave it dynamic... What I want to leave dynamic args = append(args, u.yy) args = append(args, u.xx) args = append(args,…
golangasked Gabriel Souza 728 -
2
votes1
answer3854
viewsQ: Xios basic auth - how to pass user and password to the api?
I was looking at the documentation of Xios and saw that to pass the user and password it is necessary to use: auth: { username: 'janedoe', password: 's00pers3cret' }, I applied the same to my…
-
0
votes0
answers48
viewsQ: Exporting html to excel does not work in Firefox
Good afternoon, I’m doing a function to export my table in excel... In google chorme works well, however I was testing in firefox and not working and does not return me error, I can not identify…
-
4
votes1
answer111
viewsQ: Bring only one product per affiliate to sql server
Good day I need to bring only one product per affiliate, but in my table I have several times the same product just changing the date, I would like to take the product of the last date. What do I…
-
2
votes1
answer153
viewsQ: Count/Dense_rank sql grouped
I’m trying to group the lines by group on sqlserver and as a result I want to: CICLO | CODFIL | CODITPROD | ROW 1 | 1 | 10 | 1 11 | 1 | 10 | 2 12 | 1 | 10 | 3 1 | 2 | 10 | 1 11 | 2 | 10 | 2 1 | 3 |…
-
0
votes1
answer130
viewsQ: Problem when publishing site in iis done in Angularjs
I’m trying to publish a site in Angularjs in iis but after the publication, when I access it, it returns me on the console the following error : In development this error does not occur... My…
-
2
votes2
answers210
viewsQ: Div does not respect image limit in css
I’m trying to get new ones divs in my html however they end up leaving the area of the image and I’m not able to leave them fixed inside the image just walking through the scroll bar, how do I move…
-
0
votes2
answers640
viewsQ: State Global using reactjs
I’m starting at reactjs and need to do a global state to hide/show a div but click this on another file containing another state, as I do to let it global?
-
0
votes1
answer117
viewsQ: go(golang) error giving go install - Unexpected directory layout command
I’m new to go(golang) I’m trying to start an application but without success, it returns me the following error when giving the go install command: unexpected directory layout: import path:…
-
1
votes1
answer2053
viewsQ: Picking up input number text in Reactjs
Hello, I need to pick up the typed text within two input’s number at the moment I click the generate serial button I have the following structure import React, { Component } from 'react'; import {…
-
0
votes1
answer46
viewsQ: Error in Dll Visual Studio Installer
I have the following problem: when I build the visual studio installer project to generate the installer, it returns the error: I can see the dependencies of all the other dll’s and when I click to…
-
3
votes2
answers131
viewsA: Update OLEDB Not working
Hello, I got the solution, the problem was in the [] inside the field I was updating that I did not have. It was like this: sSql = "Update [" + lStrNome_Table_Planilha + "] SET [MODO] = 1"; using…
-
0
votes2
answers131
viewsQ: Update OLEDB Not working
Good afternoon, I am trying to update an excel spreadsheet but the command is not changing any value, it is only corrupting the spreadsheet. I create the last two columns and rewrite the rest…
-
1
votes0
answers28
viewsQ: Srcset0 task failure (Loading) on MICROSOFT_EXCEL ODBC source
Good morning, I’m trying to configure oracle data Tegrator to read an excel spreadsheet in xls and xlsx formats, but I’m having problems and I can’t find a solution! it returns me the following…
-
1
votes1
answer60
viewsQ: Return number of cells according to parameter of a datatable
Do I need to take duplicate cells from a particular column, is there any language function that returns these duplicate cells to me? Example: coluna-1 coluna-2 1 87 2 9 3 12 1 17 2 28 would have to…
c#asked Gabriel Souza 728 -
1
votes1
answer1680
viewsQ: Replace com does not work
I’m trying to make a Replace() but it doesn’t work. I need to change \ for \\. "\r\n".Replace(@"\", "\\"); he just returns me : "\r\n" and not "\\r\\n".…
-
1
votes1
answer191
viewsA: Publish Ionic browser app
If you are not using any Cordova plug-in there is no problem (you can use iis to publish as a normal site), just move the contents of the www folder (Ionic folder 1 use the equivalent for Ionic 2)…
-
2
votes1
answer80
viewsA: Case Sqlserver, how to proceed?
I noticed that your select missed closing (), as this using a subselect is necessary to use the select clause and your case is checking '0 ' and not '0', basing me on sql server your subselect would…
sql-serveranswered Gabriel Souza 728 -
8
votes3
answers923
viewsQ: window.showModalDialog does not work on Google Chrome, is there anything equivalent?
Good morning, I’m trying to open a modal on google Chrome... The current application already uses window.showModalDialog for years, it works in IE... I can not make the changes using the html 5…
-
1
votes1
answer250
viewsA: CSS options menu
can make these elements stick with a sublist, this way will meet the goal easily using a little bootstrap, should stay this way : <tbody ng-repeat="item in receberPesq.List"> <th…
-
2
votes1
answer785
viewsA: Angularjs-Material how to change language to Md-datepicker English
To fix the dates you need to set $mdDateLocaleProvider gets that way: .config(function($mdDateLocaleProvider) { $mdDateLocaleProvider.shortMonths = ['Jan', 'Fev', 'Mar', 'Abril','Maio', 'Jun',…
-
-1
votes2
answers706
viewsQ: How to make Ionic Cordova notification?
I need to make notifications like facebook on mobile phones, I’m making an app using Angularjs, Ionic, jquery, javascript and nodejs... is there any simple way to do this?
-
1
votes1
answer605
viewsQ: How to make notifications like Facebook? Angularjs or Javascript
I’d like to include notifications in my app. The app will be in Ionic, Angularjs, jQuery, Nodejs... is there a way for the app to run a function every X time? This function would get in Nodejs...…
-
-1
votes1
answer1389
viewsQ: How to send sms using javascript or angular or Node.js
I need a method or api that send sms for free, it can be my same number from tim(I have text plan), I searched and just found some easy to use paid. I’m preparing for a university Ackathon and I…
-
0
votes1
answer993
viewsQ: req.body is coming empty when calling api on Postman and the application
I am consuming an api in nodejs but I cannot pass the parameters req.body is becoming empty and I cannot identify the problem var express = require('express') var app = express() var bodyParser =…
-
1
votes0
answers63
viewsQ: How to send sms using javascript or angular or Node.js Free of charge
Good morning, I need a method or api that send sms for free, can be my number even tim(I have text plan)I searched and only found some easy-to-use pay... I’m getting ready for a university Ackathon…
-
5
votes4
answers9608
viewsQ: How to select more than one item in a Select Option
I need to choose more than one option in a select. For example, I could have a checkbox inside the select but I don’t know how to do it, can help me? <div class="col-md-3"> <label…
-
0
votes2
answers611
viewsA: Remove blank select option Angularjs
I solved it! follows solution: <div class="col-md-3"> <label>SubClasse</label> <select ng-model="modelcompraevenda.subClasse" class="form-control" style="z-index:0"…
-
0
votes2
answers611
viewsQ: Remove blank select option Angularjs
Good afternoon, I need to remove the blank line that comes as default in the select of Angularjs, I would like to put a default value in place of the blank line. I researched several forums and…
-
1
votes1
answer265
viewsQ: Select more than one item in select or something similar Angularjs
I need to select more than one option in my select or something like it, there is this possibility? <select ng-model="modelcompraevenda.filial" class="form-control" > <option…
-
1
votes1
answer235
viewsQ: Generate Ionic Site Publish
Good morning, I need to publish a site with structure of Ionic (I know the main idea of it is to generate app, but we have this app and it has to be a site and an app at the same time), what is the…
-
1
votes1
answer177
viewsQ: How to create a. bat file that Ionic serves?
Good evening, I’m trying to create a file . bat to run Ionic serves, however I’m not getting good results and I need help! Follow what I’ve done: cd C: Users ernetwork Desktop ERN_ADM instation site…
-
0
votes1
answer357
viewsQ: How to leave minimum table column size in css
I need to leave a minimum size in the description column so that very large descriptions break a few lines, I only know how to put the fixed size, but not the least that it can get ps: she is…
-
-2
votes3
answers701
viewsQ: How to take the last four months given given date
Good afternoon, you guys! I need a function that I enter a date and it returns me the date of the last four months, can be done in Angularjs or javascript, can give me some help with this? I want to…
-
2
votes1
answer699
viewsQ: How to format date for dd/mm/yyyy hh:mm using Javascript?
The date I have this way: "Fri Sep 22 2017 14:42:35 GMT-0300" I need to format it to the following format: dd/mm/yyyy hh:mm How could I do this using Javascript or Angular?…
-
2
votes2
answers3898
viewsQ: How to make a date field containing only Month and Year Html
I need a date field containing only Month and Year Html preference that enables on the screen something like a calendar containing only months and years. Obs: I’m using Angularjs, javascript…
-
0
votes2
answers242
viewsQ: Httpget parameter not detected
Good afternoon guys, I don’t know why my parameter is not recognized, can you help me? The value does not arrive in c# but this present in the angle c# [HttpGet] [Route("carregarUsuarioPorId")]…
-
1
votes1
answer534
viewsQ: How to take the current font size in css and increase
Good morning, can someone help me give me a tip on how to get the current font size so I can enlarge it next? ps: I am using the Angularjs for the functions!
-
3
votes2
answers637
viewsQ: How to draw a pizza using css
I’m having trouble making the lines on a round button to be like the partitions of a pizza what I have : <div class="panel-body no_padding padding_bottom_top_list" style="display:…
-
0
votes1
answer187
viewsQ: ng-click fires twice with a click on mobile resolution
I have the following problem: ng-click fires twice with a click on the mobile resolution, when running in the browser there is no problem. $scope.consultaItensMesa = function consultaItensMesa(mesa)…