首页 > 2015年10月03日 > 全部分享
03.RedisJava客户端Jedis的使用
1.Jedis基本使用使用Jedis客户端使用Redis服务与在服务器上通过redis-cli使用命令基本一样,关于Redis命令请参考:http://www.redis.cn/commands.html、http://www.runoob.com/redis/redis-commands.html...
分类:编程语言   时间:2015-10-03 00:56:19    收藏:0  评论:0  赞:0  阅读:514
关于Logger
Logger是我在各类编程语言中使用最多,同时也是改进最多的一个函数,今天在iOS下又折腾了一番,终于找到我想要的一个版本,这里做一个总结。python版python对logger有专门的支持,只需要把log格式设置为自己想要的即可:import logging......loggingFormat...
分类:其他   时间:2015-10-03 00:55:49    收藏:0  评论:0  赞:0  阅读:544
CSS一些事(上)
p.s:这是我在学习中总结出来知识,如有不对,请多包涵。谢谢。CSS样式:行内样式,内部样式,外部样式,他们的优先级是:行内,内部,外部,遵循就近原则。一、HTML+CSS布局分为三大类,一是流式布局,二是浮动布局,三是绝对定位布局。1、流式布局 流式布局,如同水经过不同通道,呈现出不一样的方式。....
分类:Web开发   时间:2015-10-03 00:54:59    收藏:0  评论:0  赞:0  阅读:327
CF478 B. Random Teams 组合数学 简单题
nparticipants of the competition were split intomteams in some manner so that each team has at least one participant. After the competition each pair ...
分类:其他   时间:2015-10-03 00:54:49    收藏:0  评论:0  赞:0  阅读:397
javascript中argument1 === void 0的意思
今天看代码时看到 if (argument1 === void 0 || typeof argument1 === 'object') {啥意思?概述void 运算符会对它的操作数表达式进行求值,然后忽略掉求值的结果,直接返回 undefined。语法void expression描述我们经常会在一...
分类:编程语言   时间:2015-10-03 00:54:29    收藏:0  评论:0  赞:0  阅读:402
leetcode之Divide Two Integers
题目:Divide Two IntegersDivide two integers without using multiplication, division and mod operator.If it is overflow, return MAX_INT. // 思路:使用位运算,和手动计算...
分类:其他   时间:2015-10-03 00:54:19    收藏:0  评论:0  赞:0  阅读:318
786条   上一页 1 ... 38 39 40
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!