p tag

1371 questions


1 answers
98 views
0
I want to play music in Lispbuilder-sdl, but I can't do it because of the error "BABEL-ENCODINGS: INVALID-UTF8-STARTER-BYTE".

Currently, we are making the game by referring to the PDF below.http://www.usamimi.info/~ide/program/stg_doc/stg-commonlisp.pdfThe above PDF states that I should look into and implement the sound by m...

1 years ago

1 answers
113 views
0
How to Determine iframe by Regular Expression

Is it the following code that determines whether the url entered is Googlemap iframe?preg_match(/<iframe src=\https:\/\/www\.google\.com\/map(.*?)<\/iframe>/s, $map, $is_map); if(!isset($is_m...


1 answers
44 views
0
500 errors do not display video, css

Some images and css that were normally displayed in the http test environment are not displayed in the https environment, and 500 errors are returned.Could you please let me know if there are any poin...

php
1 years ago

1 answers
104 views
0
FAILED: ParseException line 1:2 cannot acknowledge input near '('Select' '*'.

FAILED: ParseException line 1:2 cannot acknowledge input near' ('Select' *'said he.What's wrong?( Select * , Cast(Concat(Substr(timestamp, 1, 4), '-', Substr(timestamp, 5, 2), '-', Substr(timestamp, 7...

1 years ago

1 answers
100 views
0
I don't know how to determine the cause of the error.

I am very sorry for the beginner's question.I would appreciate it if someone could tell me the following.Currently, when I try to enter the management screen of the site created in cakephp, 500 errors...

1 years ago

1 answers
83 views
0
Description of SQL in EC-CUBE

In EC-CUBE 3.0.10, we have customized the order number and set it randomly, so we need to check the duplicate order number that already exists. First, I created the following SQL and created it in Que...

1 years ago

1 answers
37 views
0
Convert video extensions

I would like to convert it to mp4 when I upload the mov file.Would it be okay to upload the video file uploaded in php from a.mov to a.mp4?After a lot of research, it seems that it is common to use ff...

php
1 years ago

1 answers
135 views
0
Understanding PHP MySQL Prepared Statements Security

I made the following prepaid statement.id:int type, name:varcher type, area:int type.Assume area is a number from 1 to 10 that represents the position where you live.For example, 1=Kanto, 2=Kansai, 3=...

1 years ago

1 answers
106 views
0
APC returned failed to write.Check your configuration. error when using fuelphp's apc cache

Good evening.I run a web service, but I use fuelphp as a framework for the web, and when I was using the fuelphp cache, the following error message appeared.APC returned failed to write. Check your co...

1 years ago

1 answers
115 views
0
Can I pass arguments to the Symfony service container?

I'm using 2.7 from Symphony.Can I get arguments from the Symfony controller to the service container?$hoge='any argument';// I want to pass $hoge to the second argument of service$service=$this->ge...

1 years ago
« - 19 - »

© 2024 OneMinuteCode. All rights reserved.