Skip to main content

Work Notes

Projects

All Notes

No Directory Permission When Deploying a JAR Package

·131 words·1 min
Ecology E10 Ecode JAR Deployment Directory Permission System Config
When E10 Ecode reports no directory permission during JAR deployment, update the secdevjar share path in ecod_system_config and call reloadSystemConfig.

How Do You Use AI?

·3139 words·15 mins
AI AI Categories Code Agents Codex Claude Code opencode NewAPI sub2api Access Environment
A programmer-oriented AI usage note: basic AI categories first, then Codex, Claude Code, opencode, OpenAI-compatible APIs, NewAPI, sub2api, relay services, shared subscriptions, proxy providers, and protocols.

Nested Second-level Detail for PC and Mobile

·8135 words·39 mins
Ecology E9 Ecode Nested Detail Code Snippets PC Mobile
The full sanitized E9 Ecode nested-detail source: original comments removed, workflow/node/field details masked, and only key block notes retained.

e-code Common Issues and Solutions

·11 words·1 min
Ecology e-code Reference Docs
Reference links for e-code common issues, solutions, and related technical documentation.

Ecology E10 JS-SDK Quick Reference

·950 words·5 mins
Ecology E10 JS SDK Reference Docs Quick Reference
A compact reference for E10 JS-SDK entry points, events, field APIs, detail-table APIs, global helpers, and field-type helpers.

E9 Workflow Form Frontend API Quick Reference

·1569 words·8 mins
Ecology E9 Workflow Form Frontend API Reference Docs Quick Reference
A compact reference for E9 WfForm events, fields, detail tables, custom rendering, global APIs, sign remarks, legacy compatibility, configuration, and CSS cases.

E9 Code Block: Validate Through an Interface Before Submit

·876 words·5 mins
Ecology E9 Code Block Interface Validation Submit Guard
The core E9 submit-guard pattern: start from the submit event, call an interface asynchronously, require a stable successful response, and decide from responsebody.

External Import for a Large OAuth2 Data API

·814 words·4 mins
Data Integration OAuth2 Go MySQL Batch Import API Sync
A Go CLI approach for large imports: fetch an OAuth2 client_credentials token, pull cursor-based pages, inspect fields with dry-run, batch INSERT into MySQL, and keep insert-only safety boundaries.

Main Field Formula: Count Detail Rows Matching a Condition

·75 words·1 min
Ecology Common Snippets Code Snippets Field Formula Detail Table
Uses CALDTROW to count detail-table rows that match a condition into a main-table field; the condition must use a double equals operator, and mistakes may not throw errors.

Remove Organization Structure Tab

·680 words·4 mins
E9 Ecode Code Snippets
Overrides PC and mobile browser component props in Ecode to hide the Organization Structure tab, with both an admin-exclusion version and a workflow-frontend-only version.