Giter Club home page Giter Club logo

common's Introduction

1.公用类说明:此项目封装了我们在项目中用到的大部分公共类,并且每周我都会有新的公共类整理上传
2.关于项目中所有公共类的详细说明,请擦查看GitHub中此文档:DocumentationInfo.txt
3.想查看更多信息,请查看博客园:http:www.cnblogs.com/hanyinglong
4.ASP.NET MVC权限系列:http://www.cnblogs.com/hanyinglong/archive/2013/03/22/2976478.html
5.GIT学习笔记:http://www.cnblogs.com/hanyinglong/p/4396833.html
6.吃水不忘挖井人
备注:作者联系方式:18658152123,QQ技术群:159227188,QQ号:934532778,邮箱:[email protected]

说明文件:C#,ASP.NET,ASP.NET MVC公共(在每个项目中可以共用的类)类整理
1.Json对象转换
      (1):Json.NET对Json字符串转换成对象,对象转换成Json字符串
      (2):JavaScript对Json字符串转换成对象,对象转换成Json字符串
2.Linq扩展方法
      (1):扩展OrderBy方法,实现根据属性和顺序(倒序)进行排序
3.MsOffice转化Pdf图片PDF转换成图片
      (1):将Office系列软件(World)转换成PDF格式的文档和图片形式存放
4.MVC扩展方法
      (1):将对象(主要是匿名对象)转换为View层可以访问的对象(dynamic),ViewBag调用
5.Zip压缩通用类库
      (1):对原始文件进行压缩(压缩文件,文件夹,流)以及解压缩
6.操作Excel
      (1):使用NPOI导出Excel,传递的集合是List对象(实体集合)
      (2):使用NPOI导出Excel,传递的集合是DataTable对象(暂未实现)
7.读取WebConfig
      (1):读取WebConfig中AppSettings的信息和数据库连接字符串
8.对象转化器
      (1):将对象转换成List集合
9.枚举_下拉框(Enum)
      (1):对枚举进行读取和获取Description属性
      (2):将枚举值存放到下拉框中的实现
10.通用各种加密解密
      (1):对文件进行加密和解密
      (2):其它加密算法(对称,Des,MD5,Hash1,Escape)
11.通用工具类
      (1):对字符串操作的封装
      (2):正则表达式验证字段信息
12.验证码(Drawing)
      (1):网站中一般验证码的实现

common's People

Contributors

kencery avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.