我在学织女星。
当我尝试运行一个简单的条形图示例时。浏览器控制台引发错误:
我正在运行
我正在使用webstorm;它创建了一个本地服务器,通过该服务器我正在为网页提供浏览器服务。我也用python服务器进行了测试。结果是一样的。
错误:
Failed to load resource: the server responded with a status of 404 ()
vega-embed@4:1 The input spec uses Vega-Lite v4, but the current version of Vega-Lite is vnot available.
(an
我在Flex应用程序的单个MXML文件中声明和实例化了一个对象:
public var CDN:CDNClass = new CDNClass;
我想访问在一个单独的.as文件中声明的另一个类中的同一个CDN对象(及其公共方法和属性),如下所示:
package my.vp
{
import my.media.CDNClass;
public class SyncConnectorManager
{
private function syncMessageReceived(p_evt:SyncSwfEvent):void
{