search
  • Sign In
  • Sign Up
Password reset successful

Follow the proiects vou are interested in andi aet the latestnews about them taster

P粉757556355

P粉757556355

Follow
student

Follow 0
fans 0
integral 0
Use jQuery/CSS to find the tallest of all elements [duplicate]

Possible Duplicate: CSS - Equal Height Columns? I have 3 divs. Like this: They are going to be filled with text. I'm not sure how much. The

2026-01-12 14:22:08Ask
CSS
What are the rules for automatic generation of move operations?

In C++98, the C++ compiler could automatically generate copy constructor and copy assignment operator via member-wise copy, e.g. struct X { std::string s; std::vector v;

2026-01-05 15:43:51Ask
C++
Implementing a simple file download servlet [duplicate]

How should I implement simple file download servlet? The idea is that with the GET request index.jsp?filename=file.txt, the user can download for example. f

2025-12-19 08:22:08Ask
Java
How to order by with union in SQL?

Is it possible to order when the data is come from many select and union it together? Such as Select id,name,age From Student Where age < 15 Union Select id,name,age From Student Whe

2025-12-14 08:43:17Ask
MySQL
What is the purpose of the var keyword and when should I use it (or omit it)?

NOTE: This question was asked from the viewpoint of ECMAScript version 3 or 5. The answers might become outdated with the introduction of new features in the release of ECMAScript

2025-12-05 13:01:09Ask
JavaScript
What is the format of the variables in the return value?

I am a new learner of php. I found a piece of code: if($x<time()){return[false,'error'];} The logic or variables don't matter, but I don't understand how [false,'error'] works. Is it a boolean, an array, or...?

2024-04-06 21:55:20Ask
PHP
Is there a way to force the text in the flexbox to be vertically centered, no matter what other CSS code we have?

I have the following CSS code that is part of a larger CSS code used in a website I'm developing: .cards-u{display:flex;flex-wrap:wrap;justify-content:center;align-items:center; }.card-u{margin:20px;padding:20px;width:160px;height:160px;line-height:120px;justify-

2024-04-06 20:41:51Ask
CSS3
Using 2D array in swagger php api

I want to make a get request to http://localhost/api/catalog/product/list?filters[filter14][]=0 but the result is swagger. How to create 2D array input in swagger editor?

2024-03-29 09:21:52Ask
PHP
Heroku/Nuxt: nuxt command not found (sh: 1: nuxt: not found)

I ran into a problem where I ended up deploying a server side nuxt app with express server to Heroku. The build is successful, but when trying to launch, I get the following error: 2021-07-29T18:13:38.000000+00:00app[api]: Build successful 2021-07-29T18:13:42.050534+00:00heroku[web.1] :Process exited with status 1 2021-07-29T18:13:42.139623+00:0

2023-11-05 18:59:02Ask
Vue.js
How to remove duplicates in SQL table based on multiple fields

I have a gaming table with the following description: +---------------+-------------+------+-- ---+---------+----------------+|Field|Type|Null|Key|Default|Extra|+----- ----------+-------------+------+-----+---------+-- ----------------+|id|int(1

2023-10-20 12:01:14Ask
MySQL