摘要:
Another small project with django/Ajax/Mysql/Highcharts. 看下效果图 - delivery dashboard .嘿嘿 是不是还蛮好看的。废话不多说。在过程中遇到的问题总结:1. Ajax URL 请求403 错误:是由于CSRF(Cross-... 阅读全文
摘要:
没怎么接触过mysql procedure,今天建个calendar表还磨磨唧唧的,记录一下:CREATE PROCEDURE `new_procedure` (start_date DATA,end_date DATE)BEGINdeclare crt_date DATE;set crt_date... 阅读全文