2019年1月11日金曜日

bootstrap使ってみた。

https://startbootstrap.com/template-categories/all/
https://github.com/akveo/blur-admin
https://github.com/akveo/ngx-admin


# pip3 install django-bootstrap4

0 件のコメント:

コメントを投稿

データベースフィルドの書き換え

  select Fxxxx,replace( Fxxxx,'D:','C:') from Schema.Table where Fxxxx like 'D:\%'    update Schema.Table set Fxxx =...