orm tag

53 questions


1 answers
112 views
0
position: How to center an element to which absolute is applied.

Position relative and absolute were used to place the divs on top of the divs However, the div set to absolute moves according to the screen size adjustment. Is there any way to fix it? Help me!~<s...

1 years ago

1 answers
109 views
0
How do I get the current date and time in C++?

I want to know the current time and date regardless of the platform.Help me

1 years ago

1 answers
112 views
0
ImportError during db migration: cannot import name rdbms_googleapi

I use Google App Engine.I'm going to build a db and make it all I did dbinit to model.py.If you try to create a migration at the terminal, an error appears as follows. python manager.py db migrate/Lib...


1 answers
143 views
0
ORM: Sequelize: I want to change mySQL query to Sequelize.js query.

A query is a self-joined sentence with one table as follows:SELECT cat.cat_id, cat.cat_name, sub_cat.cat_id, sub_cat.cat_nameFROM Categories AS catLEFT JOIN Categories AS sub_catON sub_cat.parent = ca...


1 answers
83 views
0
[UWP/WPF/C++/CX] There are two properties with different names. Why?

I'm practicing to create a UWP app with C++/CX.Every time I look at an object browser, if there is one property, there is a similar property with the same name behind it, what is this?Each detailed de...


1 answers
65 views
0
Come out. more than the value of the transform fourier sympy

from sympy import fourier_transform, exp,symbolsfrom sympy.abc import x, ka=fourier_transform(exp(-x**2), x, k)s=symbols('s')Ori=(s)*exp(-(x**2)/(s**2))FT=fourier_transform(Ori,x,k)a.subs({k:1}).evalf...

1 years ago

1 answers
79 views
0
How to check whether files exist or not with C regardless of operating system

Do I have to write it like this to find out if there is a file or not?Please let me know if there is a shorter way.It's too inefficient to check multiple files because there are more files. int exists...


1 answers
120 views
0
How do I find my home directory?

I need to find the home directory path of the logged in userWhat I'm using on Linux isos.getenv(HOME)I can't do this on Windows.Is there a function that can use both Windows and Linux?


2 answers
91 views
0
Google Cloud Platform

Is there anyone who installed Linuxgui on Google Cloud platform? I did up to linux vm, but the gui installation was blocked.


1 answers
103 views
0
PHP7 $_POST Questions

Currently, I am studying php7 by linking phpstorm and xampp.I tried following a simple example, but I checked that there was no problem with the sauce, but the NULL value keeps on going in. What's wro...

1 years ago
« - 5 - »

© 2024 OneMinuteCode. All rights reserved.