varchar 最大長(zhǎng)度可以看這里,最大65535,跟編碼有關(guān)
http://www.jb51.net/article/31589.htm
http://www.jb51.net/article/31589.htm
2017-11-29
完全沒(méi)接觸過(guò)bootStrap ,表示看不懂,大神有沒(méi)有最基礎(chǔ)的前端頁(yè)面代碼
2017-11-27
顯示 The requested URL /rabc/web/gii/model was not found on this server.
在web下創(chuàng)建一個(gè).htaccess
添加內(nèi)容:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php
在web下創(chuàng)建一個(gè).htaccess
添加內(nèi)容:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php
2017-11-03
雖然這個(gè)我學(xué)會(huì)了,但是這輩子也許都用不到,公司太小了,一天到晚搞二次開(kāi)發(fā)壓根就不需要rbac
2017-10-17