Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmey-Jiang authored Oct 12, 2017
1 parent 0f7a3fd commit bffce6b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
##比较全面的c#帮助类

## 比较全面的c#帮助类

日常工作总结,加上网上收集,各式各样的几乎都能找到,所有功能性代码都是独立的类,类与类之间没有联系,可以单独引用至项目,分享出来,方便大家,几乎都有注释,喜欢的请点赞,不断完善收集中...
##总揽
## 总揽
![2.png](http://upload-images.jianshu.io/upload_images/6855212-26b0b78fc2743d1d.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
##主干是Utility基础类大全
比较详细,这里是重点,花了一些时间
![20171011.png](http://upload-images.jianshu.io/upload_images/6855212-fd64cd5f294f1967.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
##在平时的工作中,或多或少会涉及到帮助类
## 在平时的工作中,或多或少会涉及到帮助类
最常见的上传下载文件,excel,sqlhelper,等等,我相信很多对大家来说都不难, 但是如果什么都重头去写的话,确实很浪费时间,如果有比较全面的帮助类,我需要什么就能找到该多好,我现在做的就是收集尽量多的帮助类,方便日后用到。
##样板图片操作类
![WEFE@M%}SN4_K$6H0D{6IYJ.png](http://upload-images.jianshu.io/upload_images/6855212-34f0ee0339e3cb49.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
##操作文档
## 操作文档
里面包含一下操作文档,这个是用工具生成的。还在研究中...
![H819EQUYFVA~WXK6YAQ1%6Q.png](http://upload-images.jianshu.io/upload_images/6855212-6cf5a7a2a4a75c89.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
##附上一些常见的帮助类栏目
## 附上一些常见的帮助类栏目
1. cookie操作 --------- CookieHelper.cs
2. session操作 ------- SessionHelper.cs
3. cache操作
Expand Down Expand Up @@ -67,9 +68,9 @@
51. 页面辅助类
52. 验证码

##github地址
## github地址
最后老规矩,[github地址](https://github.com/Jimmey-Jiang/Common.Utility.git) https://github.com/Jimmey-Jiang/Common.Utility.git求star,喜欢点赞
##里面的操作类都很详细,基本都有注释
## 里面的操作类都很详细,基本都有注释
比如这里展示一下 字符串操作帮助类就有下面这个方法:
1、GetStrArray(string str, char speater, bool toLower) 把字符串按照分隔符转换成 List
2、GetStrArray(string str) 把字符串转 按照, 分割 换为数据
Expand Down

0 comments on commit bffce6b

Please sign in to comment.