<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>Demo on Shaowen Chen's Website</title><link>https://www.chenshaowen.com/en/tags/demo/</link><description>Recent content in Demo on Shaowen Chen's Website</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>&amp;copy;2016 - {year}, All Rights Reserved.</copyright><lastBuildDate>Mon, 18 Jan 2021 00:00:00 +0000</lastBuildDate><sy:updatePeriod>weekly</sy:updatePeriod><atom:link href="https://www.chenshaowen.com/en/tags/demo/atom.xml" rel="self" type="application/rss+xml"/><item><title>GitHub Actions Online Debugging Tool: debugger-action</title><link>https://www.chenshaowen.com/en/blog/a-debugger-for-actions.html</link><pubDate>Mon, 18 Jan 2021 00:00:00 +0000</pubDate><atom:modified>Mon, 18 Jan 2021 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/a-debugger-for-actions.html</guid><description>1. Debugging Until You Want to Quit GitHub Actions is the continuous integration service GitHub launched in October 2018. For open-source projects it offers unlimited free build time, and it supports Linux, MacOs, and Windows systems, which makes it very appealing.
But a recent experience changed my view. I submitted a commit, improvement: build and ci, to a colleague&amp;rsquo;s repository, to improve its continuous build setup.</description><dc:creator>微信公众号</dc:creator><category>GitHub</category><category>Actions</category><category>DevOps</category><category>CICD</category><category>demo</category></item><item><title>Django Application Performance Testing Based on Docker</title><link>https://www.chenshaowen.com/en/blog/django-application-performance-test-based-on-docker.html</link><pubDate>Thu, 07 Sep 2017 19:08:09 +0000</pubDate><atom:modified>Thu, 07 Sep 2017 19:08:09 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/django-application-performance-test-based-on-docker.html</guid><description>1. Basic Website Performance Metrics Concurrency: the number of sessions the server handles per unit of time Throughput: the number of requests the server handles per unit of time Response time: the total elapsed time from when the user sends a request to when the response is fully received, made up of network transmission time, service processing time, and other parts Average response time: the average of the response times of all requests 2.</description><dc:creator>微信公众号</dc:creator><category>Testing</category><category>Demo</category><category>Docker</category><category>Django</category></item><item><title>Django Decorators</title><link>https://www.chenshaowen.com/en/blog/django-decorator.html</link><pubDate>Thu, 22 Jun 2017 23:55:59 +0000</pubDate><atom:modified>Thu, 22 Jun 2017 23:55:59 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/django-decorator.html</guid><description>When developing with a separated front end and back end, some of the API endpoints provided to the front end use GET requests and some use POST requests. To keep the back end from throwing an error while reading values from request in views.py, you had to check the request</description><dc:creator>微信公众号</dc:creator><category>Django</category><category>Demo</category><category>Decorators</category><category>Python</category></item><item><title>Quickly Export Excel Files in Web Development (with Code)</title><link>https://www.chenshaowen.com/en/blog/how-to-export-excel-quickly-in-web-development.html</link><pubDate>Thu, 18 May 2017 17:51:05 +0000</pubDate><atom:modified>Thu, 18 May 2017 17:51:05 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/how-to-export-excel-quickly-in-web-development.html</guid><description>In web development you often run into the need to export data. This post mainly covers how to quickly export data and save it as an Excel file. 1. Frontend In web development, formatted data is usually displayed as a table. Below is an employee salary table; we will use</description><dc:creator>微信公众号</dc:creator><category>Django</category><category>Frontend</category><category>Data</category><category>Demo</category></item></channel></rss>