摘要:
简单地说就是传递函数地址实现了一个调用的过程,具体看代码: 1 class NotFlask(): 2 def __init__(self): 3 self.routes={} 4 5 def route(self, route_str): 6 def decorator(f): 7 self.ro 阅读全文
摘要:
思路很清晰啊,先apt update。 然后装nginx,这个问题不大,apt install nginx , service nginx start, 80可以访问,nginx -t查看配置文件位置。 再装mysql-server,装一个就够了,包含了client。docker-mysql启动出现 阅读全文