- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
当我尝试加载 jrxml 文件时,它会抛出以下异常;
net.sf.jasperreports.engine.JRException: org.xml.sax.SAXException: http://java.sun.com/xml/jaxp/properties/schemaSource
at net.sf.jasperreports.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:300)
at net.sf.jasperreports.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:283)
at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:272)
at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:246)
at com.ocs.cwb.view.ControllerCWBHome.generate_report(ControllerCWBHome.java:549)
at com.ocs.cwb.view.ControllerCWBHome.access$19(ControllerCWBHome.java:529)
at com.ocs.cwb.view.ControllerCWBHome$3.handle(ControllerCWBHome.java:252)
at com.ocs.cwb.view.ControllerCWBHome$3.handle(ControllerCWBHome.java:1)
at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
at javafx.event.Event.fireEvent(Unknown Source)
at javafx.scene.Node.fireEvent(Unknown Source)
at javafx.scene.control.Button.fire(Unknown Source)
at com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(Unknown Source)
at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(Unknown Source)
at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(Unknown Source)
at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(Unknown Source)
at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
at javafx.event.Event.fireEvent(Unknown Source)
at javafx.scene.Scene$MouseHandler.process(Unknown Source)
at javafx.scene.Scene$MouseHandler.access$1500(Unknown Source)
at javafx.scene.Scene.impl_processMouseEvent(Unknown Source)
at javafx.scene.Scene$ScenePeerListener.mouseEvent(Unknown Source)
at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source)
at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$350(Unknown Source)
at com.sun.javafx.tk.quantum.GlassViewEventHandler$$Lambda$154/20031384.get(Unknown Source)
at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(Unknown Source)
at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Unknown Source)
at com.sun.glass.ui.View.handleMouseEvent(Unknown Source)
at com.sun.glass.ui.View.notifyMouse(Unknown Source)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.lambda$null$145(Unknown Source)
at com.sun.glass.ui.win.WinApplication$$Lambda$36/3326003.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: org.xml.sax.SAXException: http://java.sun.com/xml/jaxp/properties/schemaSource
at org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1203)
at org.apache.commons.digester.Digester.parse(Digester.java:1647)
at net.sf.jasperreports.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:296)
... 64 more
这是我的示例代码;
try {
JasperDesign jasperDesign = JRXmlLoader
.load(new FileInputStream(
"I:/Projects/Sample/src/com/sam/cwp/report/sapmle.jrxml"));
String sqlString = "SELECT*FROM Sample WHERE CNO= '156801'";
JRDesignQuery designQuery = new JRDesignQuery();
designQuery.setText(sqlString);
jasperDesign.setQuery(designQuery);
JasperReport jasperReport = JasperCompileManager
.compileReport(jasperDesign);
JasperPrint jasperPrint = JasperFillManager.fillReport(
jasperReport, null, conn);
JasperViewer.viewReport(jasperPrint);
} catch (JRException e) {
e.printStackTrace();
System.out.println(e);
} catch (FileNotFoundException e) {
e.printStackTrace();
}
另外我使用的是JasperReport 6.0.3最新版本commons-beanutils-1.4.jarcommons-digester-1.7.jarcommons-logging-1.0.3.jarcommons-collections-3.2.jaritext-2.1.7.jar
我无法移动到这一行 JasperDesign jasperDesign= JRXmlLoader.load(path);
这是我的 XML;
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Jaspersoft Studio version 6.0.3.final using JasperReports Library version 6.0.3 -->
<!-- 2015-04-18T10:44:56 -->
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="Sample" pageWidth="720" pageHeight="360" orientation="Landscape" columnWidth="300" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="f4d80783-e43a-4696-8470-2175aa6d0130">
<property name="com.jaspersoft.studio.data.defaultdataadapter" value="MSSQL"/>
<queryString>
<![CDATA[SELECT * FROM sample]]>
</queryString>
<field name="ID" class="java.math.BigDecimal"/>
<field name="OID" class="java.lang.String"/>
<field name="CNO" class="java.lang.String"/>
<field name="CUST_NO" class="java.lang.String"/>
<field name="PAYMENT" class="java.lang.String"/>
<field name="SHIPPHONENO" class="java.lang.String"/>
<field name="SHIPCNA" class="java.lang.String"/>
<field name="SHIPADDR1" class="java.lang.String"/>
<field name="SHIPADDR2" class="java.lang.String"/>
<field name="SHIPADDR3" class="java.lang.String"/>
<field name="SHIPADDR4" class="java.lang.String"/>
<field name="SHIPCOUNTRYID" class="java.lang.String"/>
<field name="SHIPPOSTALCODE" class="java.lang.String"/>
<field name="CONCNA" class="java.lang.String"/>
<field name="CONPHONENO" class="java.lang.String"/>
<field name="CONADDR1" class="java.lang.String"/>
<field name="CONADDR2" class="java.lang.String"/>
<field name="CONADDR3" class="java.lang.String"/>
<field name="CONADDR4" class="java.lang.String"/>
<field name="CONCOUNTRYID" class="java.lang.String"/>
<field name="CONPOSTALCODE" class="java.lang.String"/>
<field name="COPIES" class="java.lang.String"/>
<field name="ATTN" class="java.lang.String"/>
<field name="CONTENTS" class="java.lang.String"/>
<field name="BFLYERS" class="java.lang.String"/>
<field name="SFLYERS" class="java.lang.String"/>
<field name="RUSER" class="java.lang.String"/>
<field name="RDATE" class="java.lang.String"/>
<field name="RTIME" class="java.lang.String"/>
<field name="REMARKS" class="java.lang.String"/>
<field name="PSTATUS" class="java.lang.String"/>
<background>
<band splitType="Stretch"/>
</background>
<title>
<band height="127" splitType="Stretch">
<textField>
<reportElement x="81" y="44" width="79" height="20" uuid="48454381-ce78-46c8-a445-ffe05c226610">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="13"/>
</textElement>
<textFieldExpression><![CDATA[$F{CNO}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="161" y="44" width="79" height="20" uuid="bc98f264-765e-4dd4-b32b-3571eb12e0cb">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="13"/>
</textElement>
<textFieldExpression><![CDATA[$F{CUST_NO}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="240" y="44" width="59" height="20" uuid="f82b9de0-aaed-45aa-bc2a-e3d960f829b4">
<property name="local_mesure_unitx" value="pixel"/>
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="13"/>
</textElement>
<text><![CDATA[SIN]]></text>
</staticText>
<textField>
<reportElement x="180" y="87" width="160" height="20" uuid="e09f0461-c93c-4efb-a7a5-e1178b882fe5">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="12"/>
</textElement>
<textFieldExpression><![CDATA[$F{SHIPPHONENO}]]></textFieldExpression>
</textField>
<componentElement>
<reportElement x="580" y="1" width="120" height="88" uuid="8c3a74c7-a14f-494d-92cc-0f4c8064a72e"/>
<jr:QRCode xmlns:jr="http://jasperreports.sourceforge.net/jasperreports/components" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports/components http://jasperreports.sourceforge.net/xsd/components.xsd">
<jr:codeExpression><![CDATA["123456789"]]></jr:codeExpression>
</jr:QRCode>
</componentElement>
<textField>
<reportElement x="525" y="89" width="79" height="20" uuid="c1f28961-fe50-4c90-a9d7-9475edfa6fe9">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="12"/>
</textElement>
<textFieldExpression><![CDATA[$F{CONPHONENO}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="342" y="108" width="262" height="18" uuid="cdb21b18-d208-421e-9841-776825e9b167">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="15"/>
<textElement verticalAlignment="Middle">
<font size="13"/>
</textElement>
<textFieldExpression><![CDATA[$F{CONCNA}]]></textFieldExpression>
</textField>
</band>
</title>
<pageHeader>
<band height="81" splitType="Stretch">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
<textField>
<reportElement x="82" y="-18" width="258" height="18" uuid="0b9f5c28-9144-4e67-a491-a5ac4c1dce57">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="15"/>
<textElement verticalAlignment="Middle">
<font size="13"/>
</textElement>
<textFieldExpression><![CDATA[$F{SHIPCNA}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="82" y="0" width="258" height="18" uuid="6e1c4175-44fe-44aa-ad1d-9d5301387e1d">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="15"/>
<textElement verticalAlignment="Middle">
<font size="13"/>
</textElement>
<textFieldExpression><![CDATA[$F{SHIPADDR1}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="82" y="16" width="258" height="18" uuid="2165d829-3d8e-46e2-b7e5-315a711da4a2">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="15"/>
<textElement verticalAlignment="Middle">
<font size="13"/>
</textElement>
<textFieldExpression><![CDATA[$F{SHIPADDR2}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="82" y="32" width="258" height="18" uuid="a473cae7-27cb-406b-a2ac-211534511e52">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="15"/>
<textElement>
<font size="13"/>
</textElement>
<textFieldExpression><![CDATA[$F{SHIPADDR3}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="341" y="1" width="263" height="18" uuid="8374ca3f-dd60-43fa-9d94-5db5f47c0710">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="15"/>
<textElement verticalAlignment="Middle">
<font size="13"/>
</textElement>
<textFieldExpression><![CDATA[$F{CONADDR1}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="341" y="19" width="263" height="18" uuid="c88adb09-5661-4de4-90d0-f4af13b0ecca">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="15"/>
<textElement verticalAlignment="Middle">
<font size="13"/>
</textElement>
<textFieldExpression><![CDATA[$F{CONADDR2}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="341" y="38" width="263" height="18" uuid="a2ff1dc4-0ebd-4cce-9628-593579ad6151"/>
<box leftPadding="15"/>
<textElement verticalAlignment="Middle">
<font size="13"/>
</textElement>
<textFieldExpression><![CDATA[$F{CONADDR3}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="281" y="56" width="59" height="20" uuid="2c56986c-d177-4836-8eee-ab4fd1280ea2">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="13"/>
</textElement>
<textFieldExpression><![CDATA[$F{SHIPPOSTALCODE}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="388" y="56" width="107" height="20" uuid="996aca66-df72-4dac-be6e-125941c8fa12">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="13"/>
</textElement>
<textFieldExpression><![CDATA[$F{CONCOUNTRYID}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="548" y="56" width="57" height="20" uuid="628b380b-5972-41af-8917-8cd8a20e162c"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="13"/>
</textElement>
<textFieldExpression><![CDATA[$F{CONPOSTALCODE}]]></textFieldExpression>
</textField>
</band>
</pageHeader>
<columnHeader>
<band height="151" splitType="Stretch">
<textField>
<reportElement x="128" y="-25" width="100" height="20" uuid="bab39829-f073-4973-9d70-9b0afa8c2e14">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="13"/>
</textElement>
<textFieldExpression><![CDATA[$F{SHIPCOUNTRYID}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="351" y="110" width="174" height="-5" uuid="165a74a0-c477-4df0-8796-2f35f513eecb">
<property name="local_mesure_unitheight" value="pixel"/>
<property name="com.jaspersoft.studio.unit.height" value="px"/>
</reportElement>
<box leftPadding="10"/>
<textElement verticalAlignment="Middle">
<font size="13"/>
</textElement>
<textFieldExpression><![CDATA[$F{CONADDR3}]]></textFieldExpression>
</textField>
</band>
</columnHeader>
</jasperReport>
最佳答案
我希望这是因为</jr:QRCode>
引起的在 jasper 源文件中。我也面临这个问题。每当我尝试向报告中插入二维码时,如果 Jasper 版本低于 6.0,Jasper 就会抛出 SAX 异常。即使使用 Jasper Studio v 6.0.4,它也会生成空白报告。
我希望这是 jasper 的一个开放问题,我在 Jasper 社区上找到了它。 http://community.jaspersoft.com/jasperreports-server/issues/4681
关于java - JRXML 加载异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29712355/
我想要显示正在加载的 .gif,直到所有内容都已加载,包括嵌入的 iframe。但是,目前加载 gif 会在除 iframe 之外的所有内容都已加载后消失。我怎样才能让它等到 iframe 也加载完毕
首先,这是我第一次接触 Angular。 我想要实现的是,我有一个通知列表,我必须以某种方式限制 limitTo,因此元素被限制为三个,在我单击按钮后,其余的应该加载。 我不明白该怎么做: 设置“ V
我正在尝试在我的设备上运行这个非常简单的应用程序(使用 map API V2),并且出于某种原因尝试使用 MapView 时: 使用 java 文件: public class MainMap e
我正在使用 Python 2.6、Excel 2007 Professional 和最新版本的 PyXLL。在 PyXLL 中加载具有 import scipy 抛出异常,模块未加载。有没有人能够在
我想做这个: 创建并打包原始游戏。然后我想根据原始游戏中的蓝图创建具有新网格/声音/动画和蓝图的其他 PAK 文件。原始游戏不应该知道有关其他网格/动画/等的任何信息。因此,我需要在原始游戏中使用 A
**摘要:**在java项目中经常会使用到配置文件,这里就介绍几种加载配置文件的方法。 本文分享自华为云社区《【Java】读取/加载 properties配置文件的几种方法》,作者:Copy工程师。
在 Groovy 脚本中是否可以执行条件导入语句? if (test){ import this.package.class } else { import that.package.
我正在使用 NVidia 视觉分析器(来自 CUDA 5.0 beta 版本的基于 eclipse 的版本)和 Fermi 板,我不了解其中两个性能指标: 全局加载/存储效率表示实际内存事务数与请求事
有没有办法在通过 routeProvider 加载特定 View 时清除 Angular JS 存储的历史记录? ? 我正在使用 Angular 创建一个公共(public)安装,并且历史会积累很多,
使用 Xcode 4.2,在我的应用程序中, View 加载由 segue 事件触发。 在 View Controller 中首先调用什么方法? -(void) viewWillAppear:(BOO
我在某些Django模型中使用JSONField,并希望将此数据从Oracle迁移到Postgres。 到目前为止,当使用Django的dumpdata和loaddata命令时,我仍然没有运气来保持J
创建 Nib 时,我需要创建两种类型:WindowNib 或 ViewNib。我看到的区别是,窗口 Nib 有一个窗口和一个 View 。 如何将 View Nib 加载到另一个窗口中?我是否必须创建
我想将多个env.variables转换为静态结构。 我可以手动进行: Env { is_development: env::var("IS_DEVELOPMENT")
正如我从一个测试用例中看到的:https://godbolt.org/z/K477q1 生成的程序集加载/存储原子松弛与普通变量相同:ldr 和 str 那么,宽松的原子变量和普通变量之间有什么区别吗
我有一个重定向到外部网站的按钮/链接,但是外部网站需要一些时间来加载。所以我想添加一个加载屏幕,以便外部页面在显示之前完全加载。我无法控制外部网站,并且外部网站具有同源策略,因此我无法在 iFrame
我正在尝试为我的应用程序开发一个Dockerfile,该文件在初始化后加载大量环境变量。不知何故,当我稍后执行以下命令时,这些变量是不可用的: docker exec -it container_na
很难说出这里问的是什么。这个问题是含糊的、模糊的、不完整的、过于宽泛的或修辞性的,无法以目前的形式得到合理的回答。如需帮助澄清此问题以便重新打开它,visit the help center 。 已关
我刚刚遇到一个问题,我有一个带有一些不同选项的选择标签。 现在我想检查用户选择了哪些选项。 然后我想将一个新的 html 文件加载到该网站(取决于用户选中的选项)宽度 javascript,我该怎么做
我知道两种保存/加载应用程序设置的方法: 使用PersistentStore 使用文件系统(存储,因为 SDCard 是可选的) 我想知道您使用应用程序设置的做法是什么? 使用 PersistentS
我开始使用 Vulkan 时偶然发现了我的第一个问题。尝试创建调试报告回调时(验证层和调试扩展在我的英特尔 hd vulkan 驱动程序上可用,至少它是这么说的),它没有告诉我 vkCreateDeb
我是一名优秀的程序员,十分优秀!