摘要:
for (int k =currentCell.getRowIndex();k>=2 ;k--){ if (xSheet.getRow(k).getCell(parentCellList).getStringCellValue()!=null && !xSheet.getRow(k).getCell(parentCellList).getStringCellValue().equals("") ... 阅读全文
摘要:
ORA-01403未找到数据的错误。其中jkcode,serialid是varchar2(64)。语句是这样的:select jk_code,serial_id into jkcode,serialidfrom contract_account,customer,mp,meterwhere contract_account.customer_id=customer.customer_id and contract_account.contrac_id=mp.contrac_id and mp.mp_jd=meter.mp_id and meter.meter_id=meter_cursor.n 阅读全文
摘要:
表结构create table U ( NAME CHAR(64) not null, ID INTEGER not null PRIMARY KEY)tablespace CICI;comment on table U is '用户表'; create table GROU ( NAME CHAR(64) not null, ID INTEGER not null PRIMARY KEY)tablespace CICI;comment on table GROU is '权限组表'; CREATE TABLE U_GROU( G_ID INTEGER not 阅读全文
摘要:
前言极端无奈使用该数据库,客户公司的极为低级技术导致本人需要安装SQL SERVER 2008数据库(多么的白痴啊,还用这种数据库,小白小白的客户). 下面记录下,本人安装连接SQL SERVER 数据库的全过程.1 安装软件1.1 SQLEXPR32_x86_CHS -- SQL SERVER 2008 安装文件E:\F\开发工具\DB\SQL2008\SQLEXPR32_x86_CHS.exe1.2 SQLManagementStudio_x86_ENU -- 这个事用来管理SQL Server 2008数据库的工具,最重要的是包含图形界面,哦耶~~2 SQL SERVER 2008 安装 阅读全文
摘要:
错误信息description The server encountered an internal error () that prevented it from fulfilling this request.exceptionorg.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.jdbc.UncategorizedSQLException: SqlMapClient operation; uncatego 阅读全文