当你想放弃技术的时候

版权声明:我的个人博客:http://www.zjhuiwan.cn。 https://blog.csdn.net/sunon_/article/details/80417782
 总是在遇到困难时特别的,惶恐,不安。感觉自己不行,就想啥都不干躺着就好。被这种负面情绪影响着,其实更干不好。应该做的不是放弃啊,而是静下心,冷静分析一下。找出原因,解决就好,没有解决不了的,至少目前你遇到的应该都是能解决的。
你不是一直想做一个面对困难和挑战,迎刃而上的人么!再说,现在放弃是不可以放弃的吧。

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();

猜你喜欢

转载自blog.csdn.net/sunon_/article/details/80417782