zoukankan      html  css  js  c++  java
  • 进度日报22

    系统可按照限定的组合指标条件,对相关技术需求条数根据机构属性、科技活动类型、技术需求解决方式字段中的任何一个进行统计、排序、对比,生成统计图表。

    protected void tongji(HttpServletRequest req,HttpServletResponse resp)throws ServletException,IOException
        {
            req.setCharacterEncoding("utf-8");
            
            Tongjibean tongjibean=new Xuqiuservice().tongji();
            tongjibean.setWeishenhe1(tongjibean.jiussuan(tongjibean.getWeishenhe(), tongjibean.getZong()));
            tongjibean.setShenhe1(tongjibean.jiussuan(tongjibean.getShenhe(), tongjibean.getZong()));
            tongjibean.setTongguo1(tongjibean.jiussuan(tongjibean.getTongguo(), tongjibean.getZong()));
            tongjibean.setTuihui1(tongjibean.jiussuan(tongjibean.getTuihui(), tongjibean.getZong()));
            req.setAttribute("tongjibean", tongjibean);
            req.getRequestDispatcher("/jquery-css3-vote-bar-150326231418/NewFile1.jsp").forward(req, resp);
        }
    public Tongjibean tongji()
        {
            Session session = HibernateUtils.getCurrentSession();
            Transaction tr = session.beginTransaction();
            Tongjibean tongjibean=null;
            try
            {
                tongjibean=new Xuqiudao().tongji();
                tr.commit();
                
            }
            catch (Exception e) {
                e.printStackTrace();
                tr.rollback();
            }
            return tongjibean;
        }
  • 相关阅读:
    20200721_34代码如何优化以及框架的运用和构建设计
    20200719_33appium应用及H5页面元素定位下
    20200709_29多线程与分布式
    day4_day4_python
    python_day3
    python第二天
    pytihon初学第一天
    移动平均线系列
    网页爬取
    十种经典排序算法
  • 原文地址:https://www.cnblogs.com/1234yyf/p/14197046.html
Copyright © 2011-2022 走看看