
C#/公共资源
和海风
难得所爱,忠之无悔
展开
-
1、日期农历(2050版)
using System;using System.Collections.Generic;using System.Text;namespace Public.CNDate{// public string FormatLunarYear() 获得农历纪年 如:已丑 牛年// public string GetConstellationName(原创 2009-12-08 16:20:00 · 357 阅读 · 0 评论 -
2、Base64编码 解码
using System;using System.Collections.Generic;using System.Text;namespace Public.EnCode{ class EnCode { //Base64编码 public string EnCode_Base64(string strTmp)原创 2009-12-08 17:14:00 · 285 阅读 · 0 评论