🎨 style(markdown): format all markdown files with prettier

- 使用 prettier 格式化所有 markdown 文件
- prose-wrap: always, print-width: 80
- 保持代码块和表格格式
- 提升可读性和一致性

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
csh
2026-01-07 17:18:01 +08:00
co-authored by Claude Sonnet 4.5
parent 7e96bc86d8
commit 99bef309b7
86 changed files with 1858 additions and 981 deletions
@@ -48,7 +48,8 @@ R[i]:=#函数名(参数…) with array(系统参数列表…) timeout N;
其中,with 语句可指定网格运算子程中的系统参数,此输入可省
timeout N 为指定网格运算子程序运行的超时时间,若运行超过设定时间,则程序报错,可省,默认为一直等待,单位为:毫秒。
timeout
N 为指定网格运算子程序运行的超时时间,若运行超过设定时间,则程序报错,可省,默认为一直等待,单位为:毫秒。
### 网格计算案例
@@ -114,7 +115,8 @@ with Array(pn_Stock():StockId,pn_Date():ToDay()-1)
### 网格计算设置任务超时时间
网格调用时可通过设置 timeout N 对该子进程进行设置超时时间,若网格运行的程序运行时间超过该设置时间(单位:毫秒),则程序进行报错。
网格调用时可通过设置 timeout
N 对该子进程进行设置超时时间,若网格运行的程序运行时间超过该设置时间(单位:毫秒),则程序进行报错。
如有网格运行目标程序:
@@ -611,7 +613,8 @@ initrun=1 //是否运行初始化 TSL
初始化 InitRun.TSL 位于进程或者模块所在目录,进程所在目录优先。
当 initrun=1 时候,apache 的模块将会在启动后运行 InitRun.TSL,运行完成后才接收请求,否则返回 406 错误,HTTP 406 错误指无法接受 (Not acceptable)错误
当 initrun=1 时候,apache 的模块将会在启动后运行 InitRun.TSL,运行完成后才接收请求,否则返回 406 错误,HTTP
406 错误指无法接受 (Not acceptable)错误
###### 监控及管理线程
@@ -650,7 +653,8 @@ Automonthreads 设置的是启动的监控管理线程的数量。
###### 监控及管理线程
监控线程的启动是通过参数-M 来设置,例如 Exec64.exe -M 1 则表明采用了一个监控管理线程。
监控线程的启动是通过参数-M 来设置,例如 Exec64.exe -M
1 则表明采用了一个监控管理线程。
这些线程执行进程所在目录的文件: