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个类其实加个缓存罢了,我想不考虑缓存的话,这个类可以省去了

  • 相关阅读:
    POJ 2234 Matches Game 尼姆博弈
    复杂问题的简单抽象:魔兽世界中的兔子们
    POJ 2368 巴什博奕
    POJ 1067 取石子游戏 威佐夫博弈
    Codeforces 704A Thor 队列模拟
    Codeforces 703B Mishka and trip
    P1447 [NOI2010]能量采集
    P2652 同花顺
    P2034 选择数字 / P2627 [USACO11OPEN]Mowing the Lawn G
    P2515 [HAOI2010]软件安装
  • 原文地址:https://www.cnblogs.com/loning/p/1055376.html
Copyright © 2011-2022 走看看