#RTL

Portlet简述

Portlet是基于java的web组件,由portlet容器管理,并由容器处理请求,生产动态内容。Portals使用portlets作为可插拔用户接口组件,提供信息系统的表示层。作为利用servlets进行web应用编程的下一步,portlets实现了web应用的模块化和用户中心化。portlet规范,即jsr(Ja...
代码星球 ·2020-04-05

python turtle 例子 海归绘图

    1# coding=utf-82import turtle3import time4 5# 同时设置pencolor="red", fillcolor="yellow"6turtle.color("red",&n...
代码星球 ·2020-03-31

How to create PDF files in a Python/Django application using ReportLab

https://assist-software.net/blog/how-create-pdf-files-python-django-application-using-reportlab CONTENTSIntroduction HowtoservethefilefordownloadHowto...
首页上一页12下一页尾页