Determine whether an integer is a palindrome. Do this without extra space. 题目:推断int数据是否为回文数 注意:负数不是回文数,0是最小的回文数 思路:此题和前面一道 求int数的反序差点儿相同http://blog.cs ...
分类:
其他好文 时间:
2017-08-01 09:15:39
阅读次数:
171
开发功能: web前端提交上传文件 —> a服务器接收 —> 转发到b服务器进行文件处理 下面是简单实现的代码,具体细节优化根本自己的需求更改。 public String handleResponse(HttpServletRequest request, HttpServletResponse ...
分类:
Web程序 时间:
2017-07-31 23:02:36
阅读次数:
321
http://www.cnblogs.com/Deep-Learning/p/7073744.html http://www.cnblogs.com/lutingting/p/4768882.html http://chenrudan.github.io/blog/2016/01/09/logist ...
分类:
其他好文 时间:
2017-07-31 01:07:58
阅读次数:
138
Raising Modulo Numbers Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 5500 Accepted: 3185 Description People are different. Some secretly ...
分类:
其他好文 时间:
2017-07-30 14:55:18
阅读次数:
208
Polycarp watched TV-show where k jury members one by one rated a participant by adding him a certain number of points (may be negative, i. e. points w ...
分类:
其他好文 时间:
2017-07-26 09:37:17
阅读次数:
237
Little Dima misbehaved during a math lesson a lot and the nasty teacher Mr. Pickles gave him the following problem as a punishment. Find all integer s ...
分类:
其他好文 时间:
2017-07-25 21:06:19
阅读次数:
251
什么是Shell? 简单的说, Shell就是一个小程序,这个小程序可以接受来自键盘的命令并把这些命令发送到操作系统,再有系统来执行。在过去,在安装有Unix的计算机上,这是唯一的可用的交互式操作。而如今,我们可以通过图形化界面来输入命令行,比如Shell。 在大多数的Linux计算机中,安装有个一 ...
分类:
系统相关 时间:
2017-07-24 19:40:30
阅读次数:
403
Rock, Paper, or Scissors? Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 2927 Accepted Submissio ...
分类:
其他好文 时间:
2017-07-22 09:39:51
阅读次数:
121
Redis Hash类型 一、查看hash类型的命令 二、操作hash命令具体解释 一、查看hash类型的命令 1、输入 help@hash 127.0.0.1:6379>help @hash HDEL key field [field ...] summary: Delete one or mor ...
分类:
其他好文 时间:
2017-07-21 19:50:57
阅读次数:
247