07 2018 档案
摘要:1、 书写格式规范 1-1、大小文字及空格的统一 1-2、日期格式明确化 1-3、Bind变量的使用 1-4、表别名的使用 1-5、检索时尽量避免检索不需要的列 1-6、ORDER BY列明确指定 1-7、插入列明确指定 1-8、关联表数目的限制 1-9、子查询中不使用视图 1-10、Hint的写法
阅读全文
摘要:首先action的跳转大致归类: 1跳转到与当前同一控制器内的action和不同控制器内的action、 2带有参数的action跳转和不带参数的action跳转。 3跳转到指定视图,不经过Controller的Action。 //跳转到当前Controller的指定Action(此处为Index)
阅读全文
摘要:using WL.Infrastructure.Http; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Text
阅读全文
摘要:前台页面提交文件 <!DOCTYPE html> <html><head><meta name="viewport" content="width=device-width" /><title>文件操作</title></head><body><form id="upFileForm"><div s
阅读全文
摘要:ASP.NET常见面试题及答案 1. 简述 private、 protected、 public、 internal 修饰符的访问权限。 答 . private : 私有成员, 在类的内部才可以访问。 protected : 保护成员,该类内部和继承类中可以访问。 public : 公共成员,完全公
阅读全文
摘要:【1】.将vue-devtools clone到本地 git clone https://github.com/vuejs/vue-devtools.git 【2】在vue-devtools目录下安装依赖包 cmd 路径 (1)npm install (2)npm run build 重点:cmd
阅读全文

浙公网安备 33010602011771号