zoukankan      html  css  js  c++  java
  • 二)网站项目ProductDataProxy,Petshop 源码分析

    Code


    这个类是一个产品数据代理类,
        public static IList<ProductInfo> GetProductsByCategory(string category)
        public static IList<ProductInfo> GetProductsBySearch(string text)
        public static ProductInfo GetProduct(string productId)
    这3个类其实加个缓存罢了,我想不考虑缓存的话,这个类可以省去了

  • 相关阅读:
    LeetCode--Reorder List
    LeetCode--Combination Sum
    LeetCode--Binary Tree Level Order Traversal
    LeetCode--Plus One
    第五届蓝桥杯决赛CC++B组——生物芯片
    第五届蓝桥杯决赛CC++B组——Log大侠
    第五届蓝桥杯决赛CC++B组——出栈次序
    1098 均分纸牌 ——http://codevs.cn/problem/1098/
    1294 全排列——http://codevs.cn/problem/1294/
    1501 二叉树最大宽度和高度——http://codevs.cn/problem/1501/
  • 原文地址:https://www.cnblogs.com/loning/p/1055376.html
Copyright © 2011-2022 走看看