07 2018 档案

摘要:1新建一个mvc项目:如图2、主要创建下面一些类文件 1、utility目录 放置自定义的过滤器using System;using System.Collections.Generic;using System.Diagnostics;using System.Linq;using System.Web;using System.Web.Mvc;using System.Web.Routing;... 阅读全文
posted @ 2018-07-23 14:52 大漠孤烟-1234 阅读(155) 评论(0) 推荐(0)
摘要:我创建的是一个winform测试项目:界面如下:设置:下面是代码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threa... 阅读全文
posted @ 2018-07-22 12:37 大漠孤烟-1234 阅读(220) 评论(0) 推荐(0)
摘要:归纳:编码 大小 支持语言ASCII 1个字节 英文Unicode 2个字节 (生僻字4个)所有语言 UTF-8 1-6个字节, 英文字母1个字节,汉字3个字节,生僻字4-6个字节所有语言... 阅读全文
posted @ 2018-07-18 23:13 大漠孤烟-1234 阅读(627) 评论(0) 推荐(0)