影子博客

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

08 2016 档案

摘要://上传图片 文件 public int addUpPic( String strProCode,String strFileName,String strUpType) { //strFileName 旧路径 String strPicName = Path.GetFileName(strFile 阅读全文
posted @ 2016-08-29 15:07 影子博客 阅读(320) 评论(0) 推荐(0)

摘要://停止关联的进程 [System.Runtime.InteropServices.DllImport("User32.dll", CharSet = System.Runtime.InteropServices.CharSet.Auto)] private static extern int Ge 阅读全文
posted @ 2016-08-23 15:41 影子博客 阅读(204) 评论(0) 推荐(0)

摘要:通过2个函数CHARINDEX和PATINDEX以及通配符的灵活使用 函数:CHARINDEX和PATINDEX CHARINDEX:查某字符(串)是否包含在其他字符串中,返回字符串中指定表达式的起始位置。 PATINDEX:查某字符(串)是否包含在其他字符串中,返回指定表达式中某模式第一次出现的起 阅读全文
posted @ 2016-08-08 11:38 影子博客 阅读(811) 评论(0) 推荐(0)