Oracle中生成二维码图片_V1.1_WEB(9)
发布时间:2021-06-08
发布时间:2021-06-08
} catch (Exception e) {
e.printStackTrace();
//return e.getMessage();
return "N";
}
}
/**
* @param args
* the command line arguments
*/
public static void main(String[] args) {
/*
String imgPath = "/var/tmp/samt.png";
String content = "Oracle EBS Repository,你好,二维码!";
XYGQRCodeEncoder handler = new XYGQRCodeEncoder();
handler.encoderQRCode(content, imgPath); */
System.out.println("encoder QRcode success");
}
}
注意:该代码参考网上的资料:/pan_tian/article/details/8834567
三、 在Oracle中新增函数,调用第二步编写的Java类,产生二维码图片。
代码为(我这里用了一个java专用的PKG包):
CREATEORREPLACEPACKAGE.AS
/***********************************************************
*******************
NAME: XYG_ALJ_COMMON_PKG
PURPOSE: PKG For JAVA 相关逻辑处理
REVISIONS:
Ver Date Author Description
--------- ---------- ---------------
------------------------------------
1.0 2013/12/09 Sam.T 1,New Create the pkg
1.1 2014/01/27 Sam.T 增加带图标的版本
************************************************************
******************/
---全局参数
G_USER_ID NUMBER :=
NVL(FND_PROFILE.VALUE('USER_ID'),-1);--FND_ER_ID;
--User ID, Sysadmin here
上一篇:纽伦堡国际军事法庭审判案答案
下一篇:有限元_ansys创建几何模型