Posts by André Felipe Jardim Firmo • 127 points
18 posts
-
-1
votes1
answer40
viewsQ: Add Uitextfield text to an array
Oops, I know it may seem simple, but I’m having trouble picking up the typed text on Uitextfield and pressing the include button on an array, but I’m not getting it. Someone can help me? var…
-
-1
votes1
answer1549
viewsQ: How to get the last update date of a python file
I would like to know how I can get the full date (day/month/year and time/minute/second) of the last update of an excel file?
pythonasked André Felipe Jardim Firmo 127 -
0
votes0
answers159
viewsQ: Q: SQL login check ALCHEMY Pending
I am creating a login to give access to the tool I am starting to create, the database is SQL Server The structure of the project is this: ├── Project │ ├── Controllers │ │ ├── __init__.py │ │ └──…
-
0
votes0
answers63
viewsQ: Error : Pending Templatenotfound
I want to create a basic application, but I’m not able to render Project structure ├── Project │ ├── Controllers │ ├── __init__.py │ ├── __init__.pyc │ ├── Models │ │ └── Conexao │ ├── templates │ │…
-
0
votes1
answer140
viewsQ: Hide information with javascript [DOUBT]
I am creating a simple HTML page and I separated the page into two vertically, so this way in the part that is in blue would the logo and the info of the tool (I have not yet done). When I click on…
-
0
votes1
answer293
viewsQ: Python Error SQLACHEMY
Is giving an error when I try to connect to SQL SERVER database with SQLALCHEMY from sqlalchemy import create_engine, engine import pandas as pd engine =…
-
3
votes1
answer1456
viewsQ: Section with two colors
I’m having a hard time doing a two-color Section (one occupying 70% of the Section and the other the remaining 30%), I wonder how I can do this follow the example: suggestions?…
-
0
votes2
answers724
viewsQ: Flask MVC - doubts
I have doubts about making my application as organized as possible, I’m having trouble implementing MVC ... This is the file that starts the application from flask import Flask app =…
-
1
votes1
answer698
viewsQ: Python Connect Sql With user and "token"
I have an application in Flask and am using Sqlalchemy to access SQL Server. I would like the connection to the database to be made by a generic user and the password is a "token", I thought it…
-
0
votes1
answer2279
viewsQ: How to install packages on Pip without internet access?
I’m having trouble with the python. I am providing service to a banking company, however the network is very closed, I can not download the files via pip. I can download the packages in another way…
-
1
votes1
answer65
viewsQ: Changing customer information via ID
I cannot change customer information through ID Code that makes the changes in the Database public void Atualizar(Contato contato)//metodo para atualizar dados: update { OleDbParameter[] parametros…
-
0
votes1
answer103
viewsQ: Error searching by name Access ASP.NET C#
I have an error searching by name(value entered by user) in the access database he says that the values in the inside of the parameters are null. Follow the code. Person.Cs responsible for the logic…
-
0
votes1
answer67
viewsQ: View photos by Repeater with sql server Using split
I’m not able to upload the photos in repiter making a carousel coming from the data bank, I can not find anything on the web related to this problem follows the Cod ASPX Imoveldetail <section…
-
1
votes0
answers136
viewsQ: Save multiple photos in SQL Database in same ID
I’m having trouble saving multiple photos in a single id this is the Cs of the page that makes the register protected void btnSalvarImovel_Click(object sender, EventArgs e) { try { var cmd = new…
-
1
votes1
answer190
viewsQ: Problem saving Dropdownlist information to the database
I’m having trouble saving information in the dropdown by btn-save I have a property registration form and the information entered in the dropdown occurs only that at the time I save on another page…
-
1
votes1
answer355
viewsQ: Doubt : Search with Dropdownlist mvc 4 Razor Asp.net C# sql Server
I’m having difficulty in popular dropdown with sql server, because it comes repeated sql item ... ex: when I select cities it comes with repeated cities and so on, and I can’t direct to search page.…
-
0
votes0
answers113
viewsQ: Dynamic Carousel image resolution
I’m having problems solving the images that comes inside the carousel, have to set a pattern by css or javascript ? follow the images follows my aspx code: <div id="paginas"> <div…
-
2
votes1
answer815
viewsQ: Dynamic Image Gallery ASP.Net C#
I have the following Code, It loads the photos into that placeholder. ID="phFotos"> public partial class ImovelDetalhe : System.Web.UI.Page { private ImovelBo _imovelBo; protected void…