electron-egg icon indicating copy to clipboard operation
electron-egg copied to clipboard

A simple, cross platform, enterprise desktop software development framework

Results 52 electron-egg issues
Sort by recently updated
recently updated
newest added

建议增加sqllite的加密支持,例如better-sqlite3-sqlcipher

按照文档,下载java-res.zip ![image](https://github.com/dromara/electron-egg/assets/34873334/a5b8679c-9a61-4d9d-a690-de44d638e61e) 放到 运行启动服务后报以下错

`WARNING: Secure coding is not enabled for restorable state! Enable secure coding by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState: and returning YES.` 该警告可忽略。 tips: electron > 26 版本中修复了它

Mac打包后桌面快捷名称不是builder.json 中的shortcutName里面的名称, 而是builder.json 中的productName。

Warning: This command is deprecated. Use move instead ! [ee-bin] [rd] Start moving resources [ee-bin] [rd] Clear history resources: E:\Work\jianyi-workbench-frame\public\dist [ee-bin] [rd] Copy a resource to: E:\Work\jianyi-workbench-frame\public\dist [ee-bin] [rd] End...

➜ python git:(master) ✗ npm run build-python > [email protected] build-python > ee-bin build --cmds=python && ee-bin move --flag=python_dist [ee-bin] [build] Run [build python] command [ee-bin] [build] config: {"directory":"./python","cmd":"python","args":["./setup.py","build"]} [ee-bin] [build]...

![图片](https://github.com/dromara/electron-egg/assets/11455494/30e231c0-48b7-43ec-a977-64ff6ad218b3) ``` 2024-03-26 14:31:18,986 ERROR 16417 [ee-core] [corss/process] received a error from child-process, error: Error: spawn /Users/Kimmyzhao/Desktop/work/mes-desktop-manager/build/extraResources/jre1.8.0_201/Contents/Home/bin/java ENOENT, pid:undefined 2024-03-26 14:31:18,987 ERROR 16417 nodejs.unhandledRejectionError: [ee-core] [cross] The process named [javaapp]...

目前有一个python程序,是后端处理任务。 窗体2前端有个按钮,点击触发发送http请求,触发任务。 但是任务需要试试给前端发送数据。 目前的方案是 python 先发送 到 websocket ,然后websocket 发送到前端窗体1,窗体1再发送到窗体2 这个方案目前跑成功了,但是链路太长了。 如何从websocket 直接发送到窗体2

保存信息如下: ```bash goroutine 1 [running]: modernc.org/libc.newFile(0xf1cd00?, 0x10cbd70?) D:/env/gopkg/mod/modernc.org/[email protected]/libc_windows.go:293 +0x9e modernc.org/libc.init() D:/env/gopkg/mod/modernc.org/[email protected]/libc.go:56 +0x14a5 2024-04-01 11:53:49,948 INFO 8372 [ee-core] [corss/process] received a exit from child-process, code:2, signal:null, pid:5692 ``` 从字面信息看是用了```c``` ### 可是我在终端中直接运行这个go的程序是可以正常运行的