iT邦幫忙

firecold 的所有回答 69

卡關中了,用LARAVEL的orm問題

開多對多中介表如何雖然要多維護一個表但是可以從11個query變成3個 DB test id DB test_relation id test_id user...

趣味SQL 又來了! 來玩外鍵限制,猜測行為與解釋原因

首先因為外鍵不受null影響也就是null可以過關(但是我找不到官方文件說明xd..) 再來是因為新增外鍵的時候, foreign key (c1, c2, c...

php 從收尋到模糊收尋問題 "關鍵字" 已解決謝謝

可以的話用pdo吧....https://www.runoob.com/php/php-pdo.html 再來這段用法有點奇怪 $inserSQL=isset(...

2020-02-24 ‧ 由 大鼻瑋瑋 提問

Laravel 使用 socialiteproviders/Line 要登入時報錯:Driver [Line] not supported

https://socialiteproviders.netlify.com/providers/line.html 參數大小寫要改 config/servic...

2020-02-24 ‧ 由 愛的code 提問

PHP接收Jquery動態新增的值

https://blog.wu-boy.com/2012/04/use-on-api-to-attach-event-handlers-on-jquery/ s...

2020-02-17 ‧ 由 st474ddr 提問

[php,檔案處理]file_exists判斷中文檔名行為異常

建議編寫資料庫將原始檔名另外存起來然後不管是比對檔案是否重複還是下載在組合原始檔名都可以 也能避免檔案覆蓋跟中文異常

2020-02-14 ‧ 由 舜~ 提問

網頁製作分頁導覽列

你的需求用datatable最快.....https://datatables.net/不用想太多直接用就可以了等你發現問題的時候在來想下一步(EX:資料量太大...

2020-02-07 ‧ 由 mayyola 提問

如何在JavaScript中,加號正常顯示?

你這個作法有點奇怪 你可以嘗試用ajax post參數到另外一隻asp做處理會比你用get好很多 再來你的問題是一定會發生的讓我們看看網址getparam=a+...

2020-01-31 ‧ 由 applea46 提問

dropdown-btn-head 點選問題

我看你要的功能是這個https://www.w3schools.com/Bootstrap/tryit.asp?filename=trybs_tabs_dyna...

2020-01-30 ‧ 由 Winnie 提問

GOOGLE搜尋顯示格式

seositemapSitelinks 自行健檢https://search.google.com/search-console/welcome?utm_sou...

2020-01-22 ‧ 由 Zaku 提問