Welcome to HACMS

HACMS是基于PHP+MySQL开发的开源程序,以会员核心系统为中心,采用模块分离的方式快速建立站群,具有速度快、效率高、功能强大、操作体验佳等特点,支持生成HTML静态页面、URL Rewrite等等。

Python列表

Python

使用 Tk 创建图形用户界面

使用 Tk 创建图形用户界面 — Python 3.15.0a5 文档

Tk/Tcl 早已成为 Python 的一部分。 它提供了一套健壮且独立于平台的窗口工具集,Python 程序员可通过 tkinter 包及其扩展 tkinter.ttk 模块来使用它。

tkinter 包是使用面向对象方式对 Tcl/Tk 进行的一层薄包装。 使用 tkinter,你不需要写 Tcl 代码,但你将需要参阅 Tk 文档,有时还需要参阅 Tcl 文档。 tkinter 是一组包装器,它将 Tk 的可视化部件实现为相应的 Python 类。

tkinter 的主要特点是速度很快,并且通常直接附带在 Python 中。 虽然它的官方文档做得不好,但还是有许多可用的资源,包括:在线参考、教程、入门书等等。 tkinter 还有众所周知的较过时的外观界面,这在 Tk 8.5 中已得到很大改进。 无论如何,你还可以考虑许多其他的 GUI 库。 Python wiki 例出了一些替代性的 GUI 框架和工具。

Go further

Linux

Ubuntu CentOS Debian Fedora Slackware Mint Xubuntu Arch OpenSUSE Red Hat Slackel PureOS Mageia PCLinuxOS Puppy Zorin BunsenLabs Kubuntu Manjaro Bodhi Netrunner Neptune Kali Black Lab Solus

PHP

PHP is a popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world.

PHP 手册

CodeIgniter

CodeIgniter is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications.

CodeIgniter4用户指南