上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 64 下一页
  2013年4月16日
摘要: ylbtech- ASP.NET-LINQ(LINQToSQL): LINQ To SQL 的案例LINQ To SQL 的案例。基本的CRUD 操作,1,Select All. 2,Column Filter. 3,Where. 4,Order by Desc|Asc. 5,Group by. 6,Jion.1.A,Image(运行效果图)返回顶部 1.B,DataSource(源代码)返回顶部1.B.1.1,/App_Data/sql-basic.sqlView Code -- =============================================-- Create d 阅读全文
posted @ 2013-04-16 23:07 ylbtech 阅读(1481) 评论(0) 推荐(0) 编辑
  2013年4月9日
摘要: services.msc 打开系统服务。regedit 打开注册表sqlplus 加载 Oracle 开户段。cmd 进入 dos 界面。exit 退出 dos 界面。edit 进入 dos 编辑模式。windows 常用 dos 命令http://app.baidu.com/window_dos?keyword=dos%E5%91%BD%E4%BB%A4%E5%A4%A7%E5%85%A81,查询设置本机的IP 开始 -> 运行 -> cmd -> ipconfig /all2,Visual Studio 命令提示 a)注册个性化 aspnet_regsql b)重置II. 阅读全文
posted @ 2013-04-09 11:09 ylbtech 阅读(337) 评论(0) 推荐(0) 编辑
摘要: Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To e 阅读全文
posted @ 2013-04-09 10:58 ylbtech 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 502 Bad Gateway502 Bad GatewayThe proxy server received an invalid response from an upstream server. Sorry for the inconvenience.Please report this message and include the following information to us.Thank you very much!URL:http://www.cnblogs.com/ylbtech/archive/2013/03/06/2946345.htmlServer:lb-1303 阅读全文
posted @ 2013-04-09 10:57 ylbtech 阅读(497) 评论(0) 推荐(0) 编辑
  2013年4月8日
摘要: ylbtech-WebService-XML Web: 创建和使用 XML Web 服务创建和使用 XML Web 服务。小案例实现 Web 服务的创建、发布和调用。1.A,发布者(Promulgator) 返回顶部 发布者网站(The Publisher site web)/App_Code/WebService.csView Code using System;using System.Collections.Generic;using System.Web;using System.Web.Services;using System.Data.SqlClient;using System 阅读全文
posted @ 2013-04-08 22:55 ylbtech 阅读(791) 评论(0) 推荐(0) 编辑
  2013年3月28日
摘要: ylbtech-Miscellaneos-Database :常用数据库资源。包含(Northwind+cn,pubs)常用数据库资源。包含(Northwind+cn,pubs)1.A,资源(Resource) Type=SQL Sertver返回顶部 1,Northwindhttp://files.cnblogs.com/ylbtech/db-SqlServer-northwind--cn.rar 2,Pubshttp://files.cnblogs.com/ylbtech/db-SqlServer-pubs.rar 1.B,,资源(Resource)Type=Accesss返回顶部1,No 阅读全文
posted @ 2013-03-28 10:53 ylbtech 阅读(264) 评论(0) 推荐(0) 编辑
  2013年3月26日
摘要: ylbtech- .NET-Basic: A.12-C# ADO.NET 数据库访问A.12-C# ADO.NET 数据库访问。1.A,笔记(Notes)返回顶部 C# ADO.NET 数据库访问1、数据库命名空间常用类System.Data.SqlClientSqlConnection (数据库连接)构造函数:SqlConnection("server=服务器名;database=数据库名;uid=登陆名;password=登陆密码")属性:ConnectionString(连接字符串)成员函数:Open() 打开连接Close()关闭连接CreateCommand()创 阅读全文
posted @ 2013-03-26 22:02 ylbtech 阅读(388) 评论(0) 推荐(0) 编辑
摘要: ylbtech- .NET-Basic:A.9- ASP.NET 中的验证控件(Validator)A.9- ASP.NET 中的验证控件(Validator)。1.A,笔记(Notes)返回顶部 验证控件:验证分两种:服务器端验证:占用服务器资源。安全可靠。客户端验证:节省服务器资源,在客户端运行,依靠javascript,但是不可靠。今天:.NET用服务器控件实现的JavaScript验证,客户端验证。1,非空验证RequiredFieldValidator控制的属性:最重要的:ControlToValidate---要控制的非空控件是谁?错误提示信息:ErrorMessage2,比较验证 阅读全文
posted @ 2013-03-26 17:41 ylbtech 阅读(548) 评论(0) 推荐(0) 编辑
摘要: ylbtech- .NET-Basic:A.6-什么是“asp.net”?A.6-什么是“asp.net”?1.A,笔记(Notes)返回顶部 asp.net一,什么是?VS开发平台上实现的BS架构开发。区分:asp与asp.net的区别:asp是微软前些年提出的一种网站开发语言,基于VB脚本,基于对象的,不是纯面向对象,级别类似于jsp,php,是代码标记混写语言,导致网站开发不能分层实现,开发混乱,只适合于小型网站开发,以前在一期课程中有,现在在体系中淘汰了。在国内,很多小的网站开发公司还在使用。开发出的网站速度慢。识别:http://www.####.com/$$$$$.aspasp.n 阅读全文
posted @ 2013-03-26 17:23 ylbtech 阅读(395) 评论(0) 推荐(0) 编辑
摘要: ylbtech- .NET-Basic:A.5.2-C# 中对字符串(string)的常用处理A.5.2-C# 中对字符串(string)的常用处理。2、基础类 String 属性: Length:字符串长度 方法: IndexOf, LastIndexOf,split,replace,substring split(字符串),把字符串对象,按指定格式分割为字符数组 replace(oldString, newString)字符串替换,把字符串对象中的旧的字串替换成为新的字串 substring(start, length)从字符串对象中截取特定个数的字串 substring(s... 阅读全文
posted @ 2013-03-26 17:14 ylbtech 阅读(410) 评论(0) 推荐(0) 编辑
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 64 下一页