These days, I changed one of my Node.js Application from AWS to Azure. However, some functions do not work after migrating.
Tag: WEB
A Stock search Web By JS
- Repository Address:https://github.com/tumaolin94/StockDataShowWithJS
-
Demo Address: Demo
-
Print Screen
Basic Use of Highcharts
Bascially, acording to the tutorial of official document, you can study how to study this useful tool easily.
in Chapter Your first chart, you can use two way to implement your chart.
Continue reading “Basic Use of Highcharts”
solving unittest bug of csrf_token in Django
in the Chapter 5 of Book “Test-Driven Web Development with Python” written by Harry J.W. Percival, there is a bug in the part of unit test.
while high version of Django(>1.7) rendering template, it will replace the template tag with a <input type="hidden">
, the value is csrf_token.
Continue reading “solving unittest bug of csrf_token in Django”