随笔分类 -  Common

Common公用类
摘要:* web.config缓存 1. Web.config中的<appSettings>中添加key ... value 2. 通用类 public class ConfigHelper { #region 获取并设置Cache的值 public static string GetCacheStrin 阅读全文
posted @ 2018-07-17 14:48 莫伊筱筱
数据库图
摘要:* SqlServer 1. 数据类型 注意:sqlserver中【bit只能存0,1,null】, 【Tinyint 0~255 】 c#中【byte 0~255】,不能存负数 2.运算符优先级 3. c#数据类型 阅读全文
posted @ 2018-07-13 11:51 莫伊筱筱