文章列表
package com.jesea.test;
import java.io.IOException;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSer ...
- 2008-12-31 22:03
- 浏览 3116
- 评论(0)
SELECT mc, dz, (substring(dz_gs,Cast((patindex('%路%',dz_gs)) as int)+1,
(Cast((patindex('%号%',dz_gs)) as int)-Cast((patindex('%路%',dz_gs)) as int)-1) ))
FROM dwjbxx where dz is not null and dz !=''
结果:
路75号1单元502室 75
路72号 72
- 2008-12-22 18:03
- 浏览 1935
- 评论(0)
//判断msdtc服务是否启动
if(!IsServerRunning("msdtc")){
// Application->MessageBox("未启动","提示",MB_OK);
//启动 msdtc 服务
xxStartService("msdtc");
}
/
bool __fastcall TfrmMain::xxStartService(LPCSTR ServiceName)
{
bool ret ...
- 2008-03-07 21:57
- 浏览 1383
- 评论(1)