数据库搭建参考资料合集

数据库相关

数据库接口sqlalchemy:
https://www.sqlalchemy.org/
数据库postgresql:
https://www.postgresql.org/
install postgresql:https://www.cnblogs.com/zhangpengshou/p/5464610.html
数据库的三大范式
知乎:如何解释关系数据库的第一第二第三范式
这个的答案写的很好
https://www.zhihu.com/search?type=content&q=%E4%B8%89%E5%A4%A7%E8%8C%83%E5%BC%8F
数据库的操作:建表增删改查
https://www.jianshu.com/p/ec864413b051
创建多对多的表格的完美例子:https://blog.csdn.net/lqsnjust/article/details/81392203

cherrypy相关

cherrypy:http://www.tastones.com/tutorial/cherrypy/
cherrypy官网:
https://cherrypy.org/
cherrypy教程:
http://tastones.com/tutorial/cherrypy/cherrypy_presentation_layer/

前端相关

bootstrap-table插件:
https://blog.csdn.net/premonster/article/details/75451757
一个bootstrap的说明网页:https://blog.csdn.net/fd214333890/article/details/81002308
另一个教程:https://blog.csdn.net/cs4380/article/details/80585378
bootstrap官网:https://examples.bootstrap-table.com/#extensions/export.html#view-source
AngularJS:
https://www.runoob.com/angularjs/angularjs-tutorial.html
Ajax:
https://www.runoob.com/ajax/ajax-tutorial.html
jQuery:
https://www.runoob.com/jquery/jquery-tutorial.html
svg怎么弄可以点击:
https://stackoverflow.com/questions/36872412/d3-js-make-the-bars-of-a-bar-chart-clickable-and-make-them-link-to-an-html-page
echart:
https://www.jianshu.com/p/e2304a875671
https://echarts.baidu.com/examples/index.html#chart-type-bar
hightcharts
给图表加点击事件:
https://my.oschina.net/wallie/blog/101589
svg画gene
https://github.com/dohalloran/biojs-vis-exon-intron-map

flask相关

安装flask, 参考网页
https://www.cnblogs.com/ArmoredTitan/p/9074266.html
例子:
https://blog.csdn.net/qq_41703291/article/details/87938214
flask实例:https://www.bilibili.com/video/BV1mb411p733

Python:http://www.tastones.com/tutorial/

你可能感兴趣的:(数据库搭建参考资料合集)