随笔分类 -  通达OA

通达oa 绑定多个域名
摘要:nginx环境下,配置方法如下:1、在myoa\nginx\conf\nginx.conf中添加以下内容:#bbs server { listen 8081; server_name localhost; root D:\yourls; index index.php index.html inde 阅读全文

posted @ 2024-12-03 14:40 长不大的菜鸟 阅读(61) 评论(0) 推荐(0)

通达OA定时任务
摘要:1.首先在数据库表office_task中配置定时任务 2. 进入task_url配置的文件夹创建定时文件 <?php include_once 'auth.php'; include_once 'inc/utility_all.php'; file_put_contents('D:\MYOA\we 阅读全文

posted @ 2024-09-06 17:09 长不大的菜鸟 阅读(106) 评论(0) 推荐(0)

导航