[置顶] LYF电子书制作工具(CHM格式)

摘要: 阅读全文

posted @ 2017-01-11 09:46 博客LYF 阅读(152) 评论(0) 推荐(0)

2016年7月8日

MVC创建

摘要: [1]创建ASP.NET_MVC应用程序 1>新建项目>web>Visual Studio 2012>ASP.NET MVC4 Web应用程序 2>填写名称,位置,解决方案名称 3>选择模板为基本,视图引擎为ASPX >确定 项目 ├─App_Data文件夹:存放数据 ├─App_Start ├─b 阅读全文

posted @ 2016-07-08 17:05 博客LYF 阅读(314) 评论(0) 推荐(0)

ASP_Login

摘要: 第一种 <script type="text/javascript"> function validateLogin() { if (document.getElementById("<%= TextBoxLoginName.ClientID %>").value == "") { alert("名 阅读全文

posted @ 2016-07-08 17:04 博客LYF 阅读(1360) 评论(0) 推荐(0)

智能搜索

摘要: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %> <!DOCTYPE html> <html xmlns="http:/ 阅读全文

posted @ 2016-07-08 17:01 博客LYF 阅读(140) 评论(0) 推荐(0)

省市

摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o 阅读全文

posted @ 2016-07-08 17:00 博客LYF 阅读(232) 评论(0) 推荐(0)

级联

摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o 阅读全文

posted @ 2016-07-08 16:59 博客LYF 阅读(179) 评论(0) 推荐(0)

发布webService

摘要: 创建webservices项目 1》创建web项目》添加新建项》webService>确认 注:webservices项目相当于就是UI *********************************** 发布 1>控制面板\程序>打开或关闭Windows功能> 2>勾选Internet信息服务 阅读全文

posted @ 2016-07-08 16:58 博客LYF 阅读(181) 评论(0) 推荐(0)

表单与JQuery

摘要: 表单: Html标签注意: 1.提交action 2.提交按钮:类型一定为type="submit" ,不然无反应 3. Jquery: 个人认为属于JS 1.一般不用表单提交 2.直接onClick提交给JS中的Jquery,在由Jquery提交给后台并接收Json返回值 <%@ Page Tit 阅读全文

posted @ 2016-07-08 16:57 博客LYF 阅读(190) 评论(0) 推荐(0)

XSL相关

摘要: <?xml version="1.0" encoding="utf-8" ?> <?xml-stylesheet type="text/xsl" href="C:\Users\Administrator\Desktop\emp1.xsl" ?> <employees> <employee on="0 阅读全文

posted @ 2016-07-08 16:54 博客LYF 阅读(234) 评论(0) 推荐(0)

XPath相关笔记

摘要: <?xml version="1.0" encoding="utf-8" ?> <employees> <employee on="01"> <name>Tom</name> <sex>男</sex> <birth> <year>1982</year> <month>5</month> <day>2 阅读全文

posted @ 2016-07-08 16:53 博客LYF 阅读(131) 评论(0) 推荐(0)

导航

点击右上角即可分享
微信分享提示