我试图在Excel中编写一个宏,它将查看我的Outlook日历,获取所有事件,并显示以下信息:主题、启动时间、此事件是否来自会议邀请以及我的响应。
我已经记下了前两条信息。我怎么算出最后两个?
Dim olApp As Object
Dim olNS As Object
Dim olFolder As Object
Dim olApt As Object
Dim NextRow As Long
Set olApp = CreateObject("Outlook.Application")
Set olNS = olApp.GetNamespace("MAPI"
我使用Firebase来部署我的功能,做了firebase deploy --only functions:helloWorld。
我在航站楼上看到的是:
Build failed: npm ERR! Maximum call stack size exceeded
npm ERR! A complete log of this run can be found in:
npm ERR! /builder/home/.npm/_logs/2020-09-03T11_53_55_738Z-debug.log; Error ID: 49341d49
在GCP日志上:
Cloud Func
A类中的方法A(非GUI)
public void add() {
if(etc...) {
add data to a arraylist .....
}
Class B.updateTable();
}
上面的方法基本上是将数据添加到数组列表中,然后更新类b中的tableViewer。
B类- GUI对话框
在调用B.updateTable()类之前,我想检查并确保B类的图形用户界面是打开的,并且没有被释放。
用户可以在没有打开B类GUI的情况下使用A类(非gui)。因为A类构建用户选择的ArrayList,而B类显示它。因此,他们可以添加数据,而不需要尝