• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






大神超

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2018年7月30日

CCGC
摘要: –判断存储过程是否存在 if exists(select * from sysobjects where name=’up_CCGCName’) drop proc up_CCGCName go 添加存储过程 –创建添加产品信息的存储过程up_AddProductInfos create proc 阅读全文
posted @ 2018-07-30 07:56 大神超 阅读(407) 评论(0) 推荐(0)
 

2018年7月29日

PLSC
摘要: <th>全选<input id="ckAll" type="checkbox" onclick="QuanXuan()"/></th> <td><input class="ckc" type="checkbox" value="@item.PId"/></td> <script> //全选 func 阅读全文
posted @ 2018-07-29 20:18 大神超 阅读(159) 评论(0) 推荐(0)
 
Web.config
摘要: <connectionStrings> <add name="ConnStr" connectionString="Data Source=.;Initial Catalog=QQFC;Integrated Security=True" providerName="System.Data.SqlCl 阅读全文
posted @ 2018-07-29 18:32 大神超 阅读(85) 评论(0) 推荐(0)
 
Controller
摘要: public class FactoryController : Controller { ProductInfosBll bll = new ProductInfosBll(); CityBll city = new CityBll(); static int index = 1;//索引页 st 阅读全文
posted @ 2018-07-29 16:43 大神超 阅读(143) 评论(0) 推荐(0)