search
  • Sign In
  • Sign Up
Password reset successful

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

P粉794851975

P粉794851975

Follow
student

Follow 0
fans 0
integral 0
What is the significance of the Javascript constructor property?

Trying to bend by head around Javascript's take on OO...and, like many others, running into confusion about the constructor property. In particular, the significance of the construct

2026-01-06 08:01:14Ask
JavaScript
How to change JSON nested array properties "project_id" and "project_name"

问题:[{"project_id":1,"project_name":"CDP","role":"PL"},{"project_id":2,"project_name":"Admincer","role":"P

2024-04-06 15:39:51Ask
Vue.js
Unable to import custom fonts

I just created a nextjs app and I'm having a problem, I can't import custom fonts, I tried adding a ttg file and using @fontface but the fonts don't work. please help this is my globals.css file @tailwindbase;@tailwindcomponents;@tailwindutilities;@font-face{font-family:'bornStrong';src:url(/public/fonts/B

2024-03-29 18:49:23Ask
React
Mailchimp addListMember reports client error 400 Bad Request when already exists

I'm using the MailchimpMarketing\ApiClient() writer resource to add a basic Mailchimp subscription form to a website. Adding a user seems to be working fine but when trying to add an already existing user I'm expecting just a nice json response so that I can catch the error and display it to the user but I get the following GuzzleHttp\Exception\Client Exception :Clienterror:`POSThttps://us10.api.mailchim

2024-02-25 14:06:06Ask
PHP
PHP cannot access RNDC

I'm editing zone file /var/named/rpz.local and need to reload rndc after executing this command: cd /var/namedrndcreloadrpz.local As root user using cli everything is fine but the problem is that I can't get it through nginx (PHP ) run /usr/sbin/rndc. So can you give me a clue? I can run this: $Output=shell_exec("uptime");print($

2024-02-21 21:33:27Ask
PHP
CSS - Button alignment incorrect

No matter what I do (several hours now), I can't get the <divclass="kafelek">s to align next to each other; my current code looks like this: body{background-color:#003C3D;}.header{text-align :center;align-content:center;padding:20px;font-family:'OpenSans';font-size:24p

2024-02-17 18:30:51Ask
CSS3
Title rewritten to: Image loading will be blocked when the image name contains hyphens, is too long, or relies on its position

I have some images placed in the C:\xampp\htdocs\catshop\assets\img folder under my website. If an image has a name like food-adult-wet-meo-sardine-in-prawn-jelly-400g, it won't show up on the website. However, if the name is like can1.png or can-1.png, it will display correctly (even though they are in the same position). If I name it food-prawnjelly.png, even if there is only one

2024-01-16 18:25:49Ask
MySQL
LARAVEL8: Trying to access 'id' property on Null

I'm new to Laravel and I'm learning it from Laracast. Here is my problem, I am creating a comment form and its php code looks like this: <sectionclass="col-span-8col-start-5mt-10space-y-6"><!--Postform--> <formmethod="POST"action="/post/{

2023-11-05 13:06:23Ask
PHP
Need help centering content and making image links clickable

Essentially, I need the image and title to be centered on the screen, but I also need the image to be clickable and open the link. I believe I have the correct code to do this, but I'm still having these two issues. The images also come in two different sizes, so that makes it difficult as well. I just tried making the red pills smaller and the blue pills larger (relative to their original size). Don't worry about the background keyframes for the other 3 images. I just need help with centering the title and the red and blue pill images. I tried using the online code but still getting the same error. I have tried resizing the image to different sizes, tried

2023-09-13 12:12:49Ask
CSS3
How to get specific rows from table using "group by" and "order by"

I have a table like this: tmp_id product availability (0 and 1) is_available (0 and 1) stock_count (integer) product_id (integer) 1110121141 I need to get the first available product for each product_id. Available products must first check product_availability, then is_available, and finally stock_count. (When product_availability is 1, the product is available

2023-09-12 17:54:20Ask
MySQL