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

  • 相关阅读:
    机器学习之线性回归
    斯坦福机器学习【5】生成学习算法(高斯判别与朴素贝叶斯)
    网络编程
    正则表达式
    Mysql
    python爬虫
    nginx
    maven基础
    sping入门
    河北省重大技术需求征集八稿第一天
  • 原文地址:https://www.cnblogs.com/loning/p/1055376.html
Copyright © 2011-2022 走看看