Tong Li
Tong Li
环境概述 平台 windows 10 funcraft:3.6.23 [问题描述] 我写了一个spring-boot工程,代码如下 https://gitee.com/litongjava_admin/java-aliyun-fc-study/tree/master/spring-boot-demo 对应的template.yml如下 ``` ROSTemplateFormatVersion: '2015-09-01' Transform: 'Aliyun::Serverless-2018-04-03' Resources: spring-boot-demo: # service name Type: 'Aliyun::Serverless::Service' Properties: Description: This is FC service spring-boot-demo: # function...
funcraft的版本是3.6.23 jfinal是一款国产的java web框架 ``` https://jfinal.com/doc ``` ``` https://gitee.com/jfinal/jfinal ``` 我创建了一个jfinal项目,代码地址 ``` https://gitee.com/litongjava_admin/java-aliyun-fc-study/tree/master/jfinal-demo ``` template.yml内容如下 ``` ROSTemplateFormatVersion: '2015-09-01' Transform: 'Aliyun::Serverless-2018-04-03' Resources: jfinal-demo: # service name Type: 'Aliyun::Serverless::Service' Properties: Description: This is...
将spring-boot应用发布到计算函数时出现上面的错误,发布的过程如下 spring-boot应用开源地址 ``` https://gitee.com/litongjava_admin/jfinal-4.9-spring-boot-2.3.0 ``` 使用mvn package命令打包,执行成功 ``` cd jfinal-4.9-spring-boot-2.3.0 mvn pakcage ``` 执行fun deploy -y发布时出现下面的错误 ``` E:\dev_workspace\java\project-litongjava\jfinal-4.9-spring-boot-2.3.0>fun deploy -y current folder is not a fun project. Generating template.yml... Generate...
执行编译命令 `g++ -shared -fPIC -o mod_asr.so mod_asr.cpp -pthread -I ./nlsSpeech-release/include -I /usr/local/freeswitch/include -L./nlsSpeech-release/lib/linux -L /usr/local/freeswitch/lib -ldl -lopus -lrealTimeUnity -lfreeswitch` 出现下面的错误 mod_asr.cpp: In function ‘switch_bool_t asr_callback(switch_media_bug_t*, void*, switch_abc_type_t)’: mod_asr.cpp:161: error: ‘struct...
不知道什么原因,在macos m2上启动遇到了下面的错误
How can I compile vue example? https://github.com/alphacep/vosk-server/tree/master/client-samples/vue I try to compile vue example on MacOs with m2,but I am failed Can you tell more information about vue example Nodejs version?...
fix docker-compose up -d error update version to :v3.2.7 Docker Compose 会自动为您的服务创建一个默认的网络,并使得使用服务名称作为主机名进行互相通信 所以使用主机名:端口 即可实现通讯