orm tag

53 questions


1 answers
59 views
0
After setting ValueMember and DisplayMember on C#ComboBox, the selection cannot be specified from the code.

Thank you for your help.Paste the combo box created with the code below into the form and add the initial value of the code I wanted to give it to you and change the selected item, but somehow it does...

1 years ago

1 answers
79 views
0
Understanding GET in PHP, Undefined index:name Errors at POST

Thank you for your cooperation.I wanted to generate a form tag in PHP and reflect the data I sent in input and submit on the same page, but it didn't work.The following is the situation.test.phpfile&l...

1 years ago

1 answers
121 views
0
Understanding sqlalchemy Foreign Keys

I wrote a method for registering data using sqlalchemy, but Error setting foreign key.In addition, the Belong class id is called as a foreign key in the Page class.▼ I want to be able to POST.* GET: I...

1 years ago

1 answers
110 views
0
Only certain table JOIN errors in PostgreSQL

Only certain table JOINs fail in PostgreSQLWe are developing API servers in Go language and PostgreSQL.At that time, the following error occurs only when the user table is used as JOIN.Starting from t...

1 years ago

2 answers
92 views
0
DB contents are retrieved using Find in GORM, but all are empty

I am currently making a simple API using GAE+CloudSQL.We tried to implement an API that could retrieve all DB data and created the following code:package mainimport( encoding/json fmt _github.com/go-s...

1 years ago

1 answers
79 views
0
I want to put multiple unique constraints on a single column in Gorm

I'd like to place multiple unique constraints on a single column in Gorm.typeObject structure{ Z string `gorm: unique_index:unique_a;unique_index:unique_b` A string `gorm: unique_index:unique_a` B str...

1 years ago

1 answers
108 views
0
Japanese does not fold back with specified line width in JetBrains IDE

Verification EnvironmentWindows 10 64-bitIntelliJ IDEA 2017.2 File->Settings->Editor->Code Style->Right margin allows you to set the auto-fold line width, but this setting does not work fo...

1 years ago

1 answers
61 views
0
Understanding Transparency Key Transparency Configuration Behavior in C#Form

Thank you for your help.I asked about transparent form through Transparency Key before, but it hasn't been resolved yet, so Let me ask you one more question.If you set TransparencyKey to Form and tran...

1 years ago

1 answers
109 views
0
I want to use PHP and HTML on Wordpress to display the image on the confirmation screen after POSTing the form.

I would like to upload the image from the form on the front page using PHP and HTML on Wordpress, and display the image on the confirmation screen on the fixed page after POST transmission.Using the f...

1 years ago

1 answers
120 views
0
Can I add an authentication platform for applications registered with AzureAD in terraform?

I registered the app in AzureAD with terraform.The source is terraform apply to register the app as follows:$cat app.tfresource azuread_application example { name = example}resource azuread_service_pr...

1 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.