博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
当你想放弃技术的时候
阅读量:4156 次
发布时间:2019-05-25

本文共 1341 字,大约阅读时间需要 4 分钟。

 总是在遇到困难时特别的,惶恐,不安。感觉自己不行,就想啥都不干躺着就好。被这种负面情绪影响着,其实更干不好。应该做的不是放弃啊,而是静下心,冷静分析一下。找出原因,解决就好,没有解决不了的,至少目前你遇到的应该都是能解决的。
你不是一直想做一个面对困难和挑战,迎刃而上的人么!再说,现在放弃是不可以放弃的吧。
f .L- 2018\5\23 星期三 13:02:54
都要靠这个生存了 
当初老王让我做那个项目的时候也是,架构看不懂,springboot没学过,心态泵。。搞得后面对老王态度都变了,遇到问题·就会逃避,以自己没学过为借口,不过那时候是可以逃避,但是现在不行吧。所以有时候还真的得逼自己一下哦。

未来路还很长,勿忘初心,砥砺前行~
<div class="infobox infobox-orange3">
<div class="infobox-icon">
     <i class="ace-icon fa fa-users"></i>
       </div>
<div class="infobox-data">
<span class="infobox-data-number" id="cityVip-number">0</span>
<div class="infobox-content">会员人数</div>
</div>
<div class="stat stat-success merchant-number-up" title="今日增长">0%</div>
</div>
$('#cityVip-number').text(mapData.cityVip);
@Override
@Before(J2CacheInterceptor.class)
@J2Cache(cacheName = "member", idAttribute = "memberId")
public int findUserCount(String city) throws BusinessException {
Integer count= Db.queryInt("select COUNT(1) from member_info where registration=?",city);
return count;
}

//统计区域会员人数
Long agentId=getAgentByUserId(Jurisdiction.getUserId()).getAgentId();
AgentInfo agentInfoList = agentInfoService.findById(agentId);
String city=agentInfoList.getCity();
int userCount=memberInfoService.findUserCount(city);
/*
System.out.println(city);
System.out.println(userCount);*/
    result.put("cityVip",userCount);
//setAttr("userCount", userCount);
//renderJson();

转载地址:http://tqwxi.baihongyu.com/

你可能感兴趣的文章
java对redis的基本操作<转>
查看>>
Redis 存储字符串和对象<转>
查看>>
js操作dom元素的属性和方法
查看>>
弹出层 代码
查看>>
JavaScript中的5种事件使用方式解说(转)
查看>>
jquery开发插件示例
查看>>
<转>《Hadoop基础教程》之初识Hadoop
查看>>
<转>Hadoop入门介绍
查看>>
<转> hadoop学习之hadoop完全分布式集群安装
查看>>
<转>hadoop学习之hadoop集群功能简单测试验证
查看>>
Package 'openssh-server' has no installation candidate 问题解决
查看>>
Ubuntu安装JDK及环境变量配置
查看>>
Hadoop环境搭建
查看>>
【Hadoop】HDFS的运行原理
查看>>
hadoop SecondNamenode详解
查看>>
如何将namenode与SecondaryNameNode分开配置
查看>>
Hadoop datanode添加与删除
查看>>
Hadoop Hdfs常用命令
查看>>
java 操作 hdfs
查看>>
MapReduce初级案例
查看>>