Life is like a book , the content is write by yourself . No matter it is funny or unhappy, what you were going through is valuable. Be yourself is the ...
分类:
其他好文 时间:
2018-04-24 15:35:26
阅读次数:
152
有些时候,我们的github仓库有些东西不需要了,过时了或是与其他的文件重复了,我们又不想让它占着地方,那么我们便需要删除它,但是,似乎在远程仓库中,没有直接删除的功能。那么,我们便需要从本地删除并提交修改,如何来进行操作呢? Happy 文件夹已经有另存为了,现在我们准备删除它; 1:先在本地仓库 ...
分类:
其他好文 时间:
2018-04-23 15:45:24
阅读次数:
133
题目:http://acm.hdu.edu.cn/showproblem.php?pid=6030 题意:给出红蓝两种,然后排成一个字符串,要求在每一个长度为素数的区间里面是的r(red)的数量不小与b(blue)的数量; 解法:难点在于如何找规律。容易推知只要长度为2或3的字符串满足r>=b,那么 ...
分类:
移动开发 时间:
2018-04-21 12:51:45
阅读次数:
190
Farmer John knows that an intellectually satisfied cow is a happy cow who will give more milk. He has arranged a brainy activity for cows in which the ...
分类:
其他好文 时间:
2018-04-20 22:02:37
阅读次数:
221
请实现一个函数,将一个字符串中的空格替换成“%20”。例如,当字符串为We Are Happy.则经过替换之后的字符串为We%20Are%20Happy。 ...
分类:
其他好文 时间:
2018-04-19 17:45:16
阅读次数:
157
这个定位方式需要用java-client -5.0.版本,4.x的版本没有这个定位方式 参考:https://blog.csdn.net/happymff/article/details/76153126 ...
分类:
移动开发 时间:
2018-04-19 01:47:50
阅读次数:
468
Today, when I read a book named 'python book',I saw one words in it. I'm very happy when I read the one.So,I translate it. If you have a problem and p ...
分类:
其他好文 时间:
2018-04-15 11:55:03
阅读次数:
160
Write an algorithm to determine if a number is "happy". A happy number is a number defined by the following process: Starting with any positive intege ...
分类:
移动开发 时间:
2018-04-12 00:12:55
阅读次数:
189
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 2021 Accepted Submission(s): 1474 Problem Descrip ...
分类:
移动开发 时间:
2018-04-10 13:26:06
阅读次数:
190
springboot整合mybatis小案例 1.导入相关依赖 2.application.properties 3.entity层 4.mapper层 5.controller层 6.启动类上加入 @MapperScan(basePackages = {"cn.happy.mapper"}) 扫描 ...
分类:
编程语言 时间:
2018-04-06 13:47:50
阅读次数:
222