自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(42)
  • 收藏
  • 关注

转载 三层实现增删改查 并且多条件查询

1.DAL层usingModel;usingSystem;usingSystem.Collections.Generic;usingSystem.Data.SqlClient;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;namespaceMyDA...

2013-07-02 21:37:00 225

转载 伸缩导航条

<htmlxmlns="http://www.w3.org/1999/xhtml"><headrunat="server"><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><title></title>...

2013-07-02 21:32:00 253

转载 京东图片放大技术

<htmlxmlns="http://www.w3.org/1999/xhtml"><headrunat="server"><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><title></title>&l...

2013-07-02 21:31:00 297

转载 JQuery cookie和validate的使用

<htmlxmlns="http://www.w3.org/1999/xhtml"><headrunat="server"><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><title></title>...

2013-07-02 21:28:00 114

转载 高级动画和滑动图片

<htmlxmlns="http://www.w3.org/1999/xhtml"><headrunat="server"><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><title></title>&l...

2013-07-02 21:23:00 63

转载 JQuery插件 遮盖层

mycover.css.holder{width:300px;height:200px;background-color:Red;position:fixed;display:none;z-index:100;}.cover{background-color:Yel...

2013-07-02 21:20:00 70

转载 QQ效果导航以及动画

<htmlxmlns="http://www.w3.org/1999/xhtml"><headrunat="server"><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><title></title>&l...

2013-07-02 21:19:00 83

转载 JQuery的Bind和合成事件

<htmlxmlns="http://www.w3.org/1999/xhtml"><headid="Head1"runat="server"><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><title><...

2013-07-02 21:17:00 92

转载 JQuery权限选择和阅读协议

<htmlxmlns="http://www.w3.org/1999/xhtml"><headrunat="server"><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><title></title>&l...

2013-07-02 21:15:00 260

转载 JQuery动态生成控件 网站列表

<htmlxmlns="http://www.w3.org/1999/xhtml"><headrunat="server"><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><title></title>&l...

2013-07-02 21:13:00 72

转载 JQuery全选和反选练习

<htmlxmlns="http://www.w3.org/1999/xhtml"><headrunat="server"><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><title></title>&l...

2013-07-02 21:12:00 84

转载 JQuery选择器和方法4

<htmlxmlns="http://www.w3.org/1999/xhtml"><headrunat="server"><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><title></title>&l...

2013-07-02 21:11:00 71

转载 JQuery选择器和方法3

<htmlxmlns="http://www.w3.org/1999/xhtml"><headrunat="server"><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><title></title>&l...

2013-07-02 21:09:00 62

转载 JQuery选择器和方法2

<htmlxmlns="http://www.w3.org/1999/xhtml"><headid="Head1"runat="server"><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><title></titl...

2013-07-02 21:08:00 80

转载 JQuery选择器和方法1

<htmlxmlns="http://www.w3.org/1999/xhtml"><headid="Head1"runat="server"><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><title&g...

2013-07-02 21:07:00 79

转载 map和each的用法

<htmlxmlns="http://www.w3.org/1999/xhtml"><headid="Head1"runat="server"><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><title></titl...

2013-07-02 21:06:00 129

转载 ADO中的事务

usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Data.SqlClient;namespace_03演示ado.net中的事务{classProgram{static...

2013-07-02 21:02:00 75

转载 ADO调用存储过程

usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usi...

2013-07-02 21:02:00 109

转载 多条件搜索使用带参数的sql语句

#region多条件搜索使用带参数的sql语句StringBuildersql=newStringBuilder("select*fromPhoneNum");List<string>wheres=newList<string>();List&...

2013-07-02 14:55:00 145

转载 用户注册实现插入记录ID 两种空值处理问题

usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;using_01三层实现增删改查.Model;usingSystem.Data.SqlClient;using_0622课堂练习;namespace_01三层实现增删改查.DAL{...

2013-07-02 14:54:00 105

转载 用户登录案例 展示 三层架构

一、先做准备工作App.config 【UI层】<?xmlversion="1.0"encoding="utf-8"?><configuration><startup><supportedRuntimeversion="v4.0"sku=".NETFramework,Version=v4...

2013-07-02 14:52:00 157

转载 简单的SqlHelper

usingSystem;usingSystem.Collections.Generic;usingSystem.Configuration;usingSystem.Data;usingSystem.Data.SqlClient;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tas...

2013-07-02 14:46:00 71

转载 利用webclient ftpclient上传下载文件

usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.IO;usingSystem.Linq;usingSystem.Net;usingSystem.Te...

2013-07-02 14:45:00 122

转载 绑定省市到treeview 递归加载 递归删除

usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Data.SqlClient;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;us...

2013-07-02 14:44:00 66

转载 MD5 文件和字符传加密

usingSystem;usingSystem.Collections.Generic;usingSystem.IO;usingSystem.Linq;usingSystem.Security.Cryptography;usingSystem.Text;usingSystem.Threading.Tasks;namespaceSanC...

2013-07-02 14:43:00 58

转载 MVC4 EF5.0 实现异步删除和修改 easyui

1.前台<%@PageLanguage="C#"Inherits="System.Web.Mvc.ViewPage<IEnumerable<Mvcfy.Models.yxs_orders>>"%><!DOCTYPEhtml><html><headrunat="serve...

2013-07-02 14:41:00 316

转载 MVC中应用ajax的两种方式

1.控制器usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Web;usingSystem.Web.Mvc;namespaceMvcfy.Controllers{publicclassAjaxController:C...

2013-07-02 14:40:00 97

转载 MVC EF分页实现

1.Model中分页方法usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Web;usingSystem.Web.Mvc;//命名空间用系统命名空间namespaceSystem.Web.Mvc{...

2013-07-02 14:39:00 142

转载 扩展方法格式

namespaceMvcApplication2.Models{//扩展方法三要素:静态类、静态方法、this关键字publicstaticclassMyMethodExt{publicstaticstringGetLable(thisHtmlHelperhelper,stringtxt)...

2013-07-02 14:35:00 71

转载 MVC请求处理模型

转载于:https://www.cnblogs.com/jiayue360/p/3166930.html

2013-07-02 14:33:00 105

转载 MVC初步总结

一、控制器总结:①控制器规则约定1.必须以Controller结尾2.控制器下面的所有方法都成为Action,一个动作,其实就是一个请求。3.控制器必须实现IController4.控制器不能使静态类5.控制器指定视图来展示数据的时候,如果没有指定名字,那么就用当前Action的名字作为页面的名字二、...

2013-07-02 14:29:00 113

转载 linq语法积累

//按条件查询表中的数据fromuinYxs_productswhereu.Pro_ID>2selectu//按条件查询表中两列数据fromuinYxs_productswhereu.Pro_ID>2selectnew{u.Pro_ID,u.Pro_NO}转载于:https://www.cnblogs.com/ji...

2013-07-02 14:26:00 81

转载 小问题总结

1. ExecuteNonQuery 查询不用这个,这个是插入 修改 删除使用的。查询返回记录条数永远都是-1,插入、修改、删除则是对应影响的记录行。2.//获取类型中的私有成员PropertyInfopInfo=typeof(SqlConnection).GetProperty("InnerConnection",BindingFl...

2013-07-02 14:22:00 63

转载 大文件拷贝,可以显示进度和耗时

class Program{static void Main(string[] args){//要拷贝的文件路径string source = @"F:\game\[离线]Medieval.II.Total.War_CHS.HD-Gamersky\Medieval.II.Total.War_...

2013-07-02 14:21:00 96

转载 Sql 三元运算符

SELECTCASEWHENa.RealBookPrice>0THENa.RealBookPriceelsea.BookPriceendselectcasewhen1<2then'yes'else'no'END转载于:https://www.cnblogs.com/jiayue360/p/3166885.html...

2013-07-02 14:17:00 431

转载 连表更新

sql="updateaseta.teacher_id="&firstLessonTeacher&",a.teacher='"&getTeacherNameList(conn,firstLessonTeacher)&"',a.teacherimage=b.image1fromclasssetasa,Edu_Personasbwher...

2013-07-02 14:16:00 69

转载 SQL分组排序去重复

SELECT*FROM(SELECTuserid,classid,remark,ROW_NUMBER()OVER(PARTITIONBYuserid,...

2013-07-02 14:15:00 318

转载 ASP日常出错原因

1. 调用外部的方法记得要 <!--#include file="../../fqdb/admin/website.asp"--> 不导,报的错误信息是:类型不匹配2. if else语句中,elseif中间不能有空格else if xxx then(错的) 报缺少end的错误elseif xxx then(对的)3.多步 O...

2013-07-02 14:10:00 53

转载 Microsoft Office Visio 2007 简体中文专业版

Microsoft Office Visio 2007 简体中文专业版安装序列号(密钥):W2JJW-4KYDP-2YMKW-FX36H-QYVD8OfficeVisio2007便于IT和商务专业人员就复杂信息、系统和流程进行可视化处理、分析和交流。使用具有专业外观的OfficeVisio2007图表,可以促进对系统和流程的了解,深入了解复杂信息并利用这些知识做出更...

2013-07-02 14:07:00 438

转载 FTP的key

用户名Name:Lauriebrodhead激活序列号Code:00001Q-Z2D1AG-B2BZ71-T4J7AZ-JZU7VF-E9XUHE-3HYE2X-X35W63-KWHBM6-0UUJBE-HFMMKD转载于:https://www.cnblogs.com/jiayue360/p/3166845.html

2013-07-02 14:04:00 228

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除