为markdown创建一个新标记符
问题的由来当我们在编写markdown文件的时候会经常从网页上ctr+c其他人的文字,而我们标注作者和文章的来源不是特别方便,这会导致许多时候我们不去标注作者和文章的来源。引文规范对于问题追溯和文明发展相当重要,与其道德说教来让大家遵守引文规范,不如提供更方便的方式来让大家遵守,因此,本文抛砖引玉出
...
Django & React: JWT Authentication
https://medium.com/@dakota.lillie/django-react-jwt-authentication-5015ee00ef9a
Recently I’ve been building an app using a combination of React for the
...
Stock Market Indicators
https://github.com/voice32/stock_market_indicatorsStock Market IndicatorsA small Python library with most the common stock market indicators.
Requirem
...
启发式算法的性能分析
评价算法优劣的指标 算法的复杂性(计算效率) 解的偏离程度(计算效果) 算法的稳健性(不同实例、不同时间、不同起点的差异)评价算法优劣的手段 最坏情况分析(纯理论) 概率分析(理论分析) 计算模拟分析(统计特性)
example iframe dash
//iframe 高度自适应
function setIframeHeight(iframe) {
iframe.οnlοad=function(){
var iframeWin = iframe.contentWindow || iframe.contentDocumen
...
django-plotly-dash文件结构
django-plotly-dash文件结构
./demo/ demo/ urls.py <路由配置文件> templates/ <模板文件> example.html
django_plotly_dash/
dja
...