常見問題解決文章

一、mysql:

1、#1273 – Unknown collation:‘utf8mb4_unicode_ci’錯誤的解決辦法:

https://blog.csdn.net/qq_27088383/article/details/53895033

2、1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(6):

版本不兼容,可嘗試將“(6)”全部替換爲“”;

3、MySQL子查詢:

https://www.yiibai.com/mysql/subquery.html;

mysql 去掉小數點後面的多餘的尾0:

https://blog.csdn.net/qq_34175893/article/details/79769611

 

 

 

二、pycharm+PyQt5+python最新開發環境配置,踩坑過程詳解:

https://blog.csdn.net/px41834/article/details/79383985

Python3 PyQt5 pycharm 環境搭建:

https://www.jianshu.com/p/094928ac0b73

Python中self的含義解析:

https://blog.csdn.net/daocaoren1543169565/article/details/80626035

 

三、GIT版本切換:

https://www.cnblogs.com/xiaohuochai/p/6685402.html

 

四、TP5.0 controller下分版本 分塊 分目錄寫法訪問

https://www.cnblogs.com/lina520/p/9100462.html

 

五、PHP_TP5框架開發後端接口(代碼編寫思路)

https://www.codercto.com/a/30653.html

 

六、幾種php實現定時任務的思路

http://www.php.cn/php-weizijiaocheng-388251.html

http://www.php.cn/php-weizijiaocheng-390964.html

 

七、PHP 證書格式轉換 .pfx轉.pem

https://www.cnblogs.com/kungfupanda/archive/2018/05/09/9012168.html

https://blog.csdn.net/first236108/article/details/84849571

https://www.jianshu.com/p/bc18038cc9c8

 

八、python列表、元組、集合、字典、json相互轉換以及其他基礎入門

https://blog.csdn.net/chehec2010/article/details/79853476

 

九、PHP獲得數組交集與差集的方法

https://www.jb51.net/article/67609.htm

https://blog.csdn.net/shaobingj126/article/details/51814726

十、報錯:contentType:"application/json",或:Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini,不修改php.ini配置,可使用以下文章中的方法解決:

https://blog.csdn.net/weixin_39214481/article/details/80945094

 

十一、PHP 匿名函數使用技巧

https://www.cnblogs.com/phpper/p/9939850.html

 

 

 

 

 

不常見問題:

 

一、分頁排序找不到記錄,搜索可找到,或者表格每次重載時,數據的排序都可能不同;

原因:排序規則不是按ID,按創建時間,創建時間相同。

結果,兩條記錄,一條在兩頁中都有,另一條在兩頁中都沒有。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章