摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; u... 阅读全文
摘要:
create or replace PROCEDURE PROC_REPORTBACK (HISEXAMNO varchar2,--申请单号 US_SEE varchar2,--超声提示 US_RESULT varchar2) --超声所见 AS l_US_SEE varchar2(200);--超声提示 l_US_RESULT varchar2(200);--超声所见 ... 阅读全文
摘要:
JS调用可执行本地exe文件: "> My JSP 'index.jsp' starting page --> 注... 阅读全文
摘要:
package com.bo.test;import java.io.File;import java.io.FileInputStream;import java.io.FileNotFoundException;import java.io.IOException;import java.net... 阅读全文
摘要:
******JAVA读取Oracle数据库BLOB字段数据文件并保存到本地文件******package com.bo.test;import java.io.FileOutputStream;import java.io.InputStream;import java.sql.Connection... 阅读全文