⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dummymodule.py

📁 Mod_python is an Apache module that embeds the Python interpreter within the server. With mod_python
💻 PY
字号:
from mod_python import apacheapache.log_error("dummymodule / %s" % apache.interpreter)def function():    apache.log_error("dummymodule::function / %s" % apache.interpreter)    apache.main_server.get_options()["dummymodule::function"] = "1"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -