`

解决There is no READABLE property named 'SID'问题

    博客分类:
  • DB2
 
阅读更多
解决There is no READABLE property named 'SID'问题

<insert id="insertStudent" parameterClass="Student">
  INSERT INTO STUDENT(SID,  SNAME,  MAJOR,  BIRTH,  SCORE)
  VALUES             (#sid#,#sname#,#major#,#birth#,#score#)
</insert>

上面大写的是数据库中表的字段名称

下面的小写的sid是Student类中的属性名称,要注意大小写
分享到:
评论

相关推荐

    device is not readable_Mac Big Sur删除快照实操日志

    这是一个终端操作日志,如果你电脑安装了黑苹果Mac Big Sur,是否有遇到电脑疯了似的刷屏,比如disk3s5s1:device is not readable,直到满屏幕都是,它还不肯罢休。等你查完磁盘路径,发现正是新安装的系统磁盘。...

    浅析Node.js的Stream模块中的Readable对象

    Stream模块中包含了四种类型的流对象:Readable、Writable、Duplex和Transform。其中Readable对象代表一个可读的数据流。在Node.js中的HTTP模块中,请求对象req就是一个Readable流,它允许我们以流的形式读取HTTP...

    前端开源库-readable-error

    在前端开发中,错误处理是不可或缺的一部分,而`readable-error`是一个专为前端开源库设计的可读错误工具。这个库的目的是提供一种方式,使得在应用中产生的错误信息更加清晰、易读,便于开发者理解和调试。在本文中...

    Python中@property的理解和使用示例

    raise AttributeError('password is not a readable attribute') @password.setter def password(self, password): self.password_hash = generate_password_hash(password) 遂重温下这个property的使用 在

    the art of readable writing

    太introduction了,不是一本很how-to的书; 这本更实际一些,它是我第二本想看完的关于writing的书

    AutoMySQLBackup是一个开源的MySQL备份脚本 它是一个轻量级的备份

    exists and is readable ... md5sum okay :) automysqlbackup.conf ... exists and is readable ... md5sum okay :) README ... exists and is readable ... md5sum okay :) LICENSE ... exists and is readable .....

    创建可读段落插件Readable.zip

    Readable 是一个小的 jQuery 插件,它能使你的段落更具可读性。示例代码:&lt;html&gt;  &lt;head&gt;  &lt;title&gt;Your Website&lt;/title&gt; &lt;!-- readable styles --&gt;  &lt;link rel=...

    systester.rar

    There is also the option for single threaded calculation, but in this case there is no stability check. This is useful for benchmarking purposes only. The calculation of Pi itself is multi threaded ...

    jQuery-Plugin-For-Easily-Readable-JSON-Data-Viewer.zip

    "jQuery-Plugin-For-Easily-Readable-JSON-Data-Viewer.zip" 是一个专门用于解决这个问题的jQuery插件。jQuery是一个流行的JavaScript库,它简化了HTML文档遍历、事件处理、动画设计和Ajax交互。这个插件利用jQuery...

    koa-bodyparser-ts:打字稿中的koa-bodyparser

    koa-bodyparser-ts 基于koa人体分析器。 支持json , form和text类型的身体。 安装 npm install koa-bodyparser-ts --save 用法 import * as Koa from "koa" ; import bodyParser from "koa-bodyparser-ts" ;...

    GeoLite2-Country.mmdb

    根据ip识别所属国家

    框架集合错误解决方案

    java.lang.IllegalArgumentException: Document base D:\Program Files\Apache Software Foundation\Tomcat5.0\webapps\tomcat-docs does not exist or is not a readable directory ``` **问题描述:** 该错误表明...

    phpweb完美解决不能上传图片

    4. **文件覆盖**:描述中提到只需覆盖根目录下的`admin`文件即可解决问题,这表明问题可能出在后台管理模块的代码上。`admin`文件夹通常包含了后台管理的相关控制器、模型、视图等文件,可能是其中的上传函数或配置...

    PyPI 官网下载 | xontrib-readable-traceback-0.2.4.tar.gz

    标题中的"PyPI 官网下载 | xontrib-readable-traceback-0.2.4.tar.gz"指的是一款在Python Package Index (PyPI) 官网上发布的开源软件包。PyPI是Python开发者发布和分享自己编写的Python库、模块和工具的平台,方便...

    可读DevTools主题「Readable DevTools Theme」-crx插件

    它是对原始的Readable Chrome Dev Tools主题的改编,可在此处找到:https://github.com/Augus/Readable-ChromeDevThemes但是我找不到用于新版本Chrome的扩展。 同时还要感谢Paul Irish ...

    LDPC_BSN.rar_LDPC_LDPC decoder_MáS_ldpc error_matlab ldpc densit

    My software is written for MATLAB, which is more readable than C. You may also want to refer to another MATLAB based LDPC source codes in [2], which has different flavor of code-writing style (in ...

    Learning+Concurrent+Programming+in+Scala,+2nd+Edition-2017.mobi

    There is no silver bullet for all concurrency issues; the right solution depends on what one needs to achieve. Do you want to define asynchronous computations that react to events or streams of ...

    C#读取JPEG图片的Exif信息

    // of the data once it is returned. Those properties have their own // methods. switch (exifCode) { case Definitions.exifCode.ImageDescription: returnValue = ParsedString(Definitions.exifCode....

    Google C++ Style Guide(Google C++编程规范)高清PDF

    However, implementation code properly belongs in .cc files, and we do not like to have much actual code in .h files unless there is a readability or performance advantage. If an inline function ...

Global site tag (gtag.js) - Google Analytics