Zoe
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 20 下一页
摘要: 0、<%= %>是输出,<%# %>是赋值! 绑定时机不同,<%# %>是在控件调用DataBind函数的时候才被确定。对于<%= %>,我想你应该不会陌生,在ASP时代,它就相当于 Response.Write。在ASP.NET时代也一样。 1、<%=%> 里面放的变量名,如: <div> < h 阅读全文
posted @ 2017-08-08 19:24 口袋里的SKY 阅读(512) 评论(0) 推荐(0) 编辑
摘要: ajax: Controllers: js: Models: views: 阅读全文
posted @ 2017-07-28 09:32 口袋里的SKY 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 项目一 :在界面输出 helloworld controllers Models Views 项目二: controllers层: Models层: views层: index: insert: update: 阅读全文
posted @ 2017-07-28 09:23 口袋里的SKY 阅读(136) 评论(0) 推荐(0) 编辑
摘要: [csharp] view plain copy print? using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace FairHR.Util { #region  阅读全文
posted @ 2017-07-27 11:21 口袋里的SKY 阅读(183) 评论(0) 推荐(0) 编辑
摘要: APP开发模式通常分为Web APP与Native APP原生模式两种,这两种模式均各自有自己的优势,到底是采用Native App开发还是采用Web App开发一直是业界争论的焦点,但是随着HTML5的发展及云服务普及,采用HTML5进行Web App开发正在成为一种趋势,用户可以根据应用特点和需 阅读全文
posted @ 2017-07-21 10:05 口袋里的SKY 阅读(184) 评论(0) 推荐(0) 编辑
摘要: http://www.maticsoft.com/help/maticstudy.htm 阅读全文
posted @ 2017-07-17 10:38 口袋里的SKY 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 首先,MVC和三层架构,是不一样的。 三层架构中,DAL(数据访问层)、BLL(业务逻辑层)、WEB层各司其职,意在职责分离。 MVC是 Model-View-Controller,严格说这三个加起来以后才是三层架构中的WEB层,也就是说,MVC把三层架构中的WEB层再度进行了分化,分成了控制器、视 阅读全文
posted @ 2017-07-14 11:43 口袋里的SKY 阅读(171) 评论(0) 推荐(0) 编辑
摘要: using System; using System.IO; using System.Security.Cryptography; using System.Text; namespace Secret { public class MD5 { /// /// MD5加密 /// /// 需要加密的字符串 ... 阅读全文
posted @ 2017-06-22 14:22 口袋里的SKY 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 第三阶段项目进行了快一周了,做项目会有一些真实的感受,编程的乐趣来源于从惑到解的过程 http://blog.csdn.net/xianglikai1/article/details/73458935 阅读全文
posted @ 2017-06-17 10:19 口袋里的SKY 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 接收者: 邮件标题: 邮件内容: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web... 阅读全文
posted @ 2017-06-12 13:53 口袋里的SKY 阅读(125) 评论(0) 推荐(1) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 20 下一页