摘要: using System;using System.Collections.Generic;using System.Data;using System.Data.SqlClient;using System.Linq;using System.Web;using System.Web.UI;usi... 阅读全文
posted @ 2015-11-09 00:07 monica_guorong 阅读(1305) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Data... 阅读全文
posted @ 2015-11-07 00:07 monica_guorong 阅读(273) 评论(0) 推荐(0) 编辑
摘要: if exists(select * from sysobjects where id = object_id(N'up_GetMusicByCondition') and OBJECTPROPERTY(id, N'IsProcedure') = 1)... 阅读全文
posted @ 2015-11-06 22:20 monica_guorong 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 第一种情况:[html] 在CODE上查看代码片派生到我的代码片 首页 个人资料 我的好友 消息管理 第二种情况:[html] 在CODE上查看代码片派生到我的代码片 首页 个... 阅读全文
posted @ 2015-11-04 16:09 monica_guorong 阅读(605) 评论(0) 推荐(0) 编辑
摘要: 返回顶部 css样式: .goToTop a { color: #666;}.goToTop { background: url(../Scripts/top.png) no-repeat; display: none; position: fixed; top: 50%; ma... 阅读全文
posted @ 2015-11-04 11:23 monica_guorong 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 讲的很详细http://www.cnblogs.com/blsong/archive/2010/10/16/1852919.html 阅读全文
posted @ 2015-10-29 10:33 monica_guorong 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 1.SqlDataAdapter(数据适配器)、DataSet先将数据取出来放到dataset中,然后就可以关闭数据库了,通过sqldataadapter还可以更新删除数据库中的东西,功能很强大,要好好学习。像绑定某些数据源之类的话强烈建议用SqlDataAdapter(数据适配器)、DataSet... 阅读全文
posted @ 2015-10-29 10:32 monica_guorong 阅读(444) 评论(0) 推荐(0) 编辑
摘要: 编译器错误消息:CS0016: 未能写入输出文件“c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\43600407\cc390e\App_global.asax.fdhh7ryb.dll”--“... 阅读全文
posted @ 2015-10-28 14:33 monica_guorong 阅读(126) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/huozhicheng/archive/2011/09/27/2193605.html 阅读全文
posted @ 2015-10-27 17:00 monica_guorong 阅读(127) 评论(0) 推荐(0) 编辑
摘要: http://www.csharpwin.com/dotnetspace/13595r4355.shtml 阅读全文
posted @ 2015-10-27 16:11 monica_guorong 阅读(194) 评论(0) 推荐(0) 编辑