木曜日, 12月 14, 2006

Class FtpClient

Why is Sun not telling the world about this FTP class? Are there any reasons this class not in the tutorial? Anyhow, in Java, FTP connection is done in a logical, concise and clear manner -- like Java.

Class FtpClient

Sending files via FTP -- the FtpClient class

Flask の Blueprint のテンプレート問題

  Flask の Blueprint は、ルート、静的ファイル、テンプレートをまとめて管理できます。しかし、テンプレートが指定できません。 ここでは、Blueprint の template_folder の問題点と回避策を説明します。 Blueprint のテンプレート問題...