码迷,mamicode.com
首页 >  
搜索关键字:eve    ( 10269个结果
Collections和Arrays常用方法
Collections:常见方法: 1, 对list进行二分查找: 前提该集合一定要有序。 int binarySearch(list,key); //必须根据元素自然顺序对列表进行升级排序 //要求list 集合中的元素都是Comparable 的子类。 int binarySearch(list ...
分类:其他好文   时间:2016-12-31 20:52:44    阅读次数:347
梦想这东西和经典一样,时间越久越显珍贵
昨天收到社科院的录取通知,本以为会激动得哭,相反却很平静,可以说是欣喜之外,也是预料之中。 知道为什么做比知道怎么做更重要 考研成功,不是我比别人准备得早,比别人更努力,也谈不上什么考研经验,只是更清楚自己为什么要这样做而已。决定考研是在2年前,我的本科专业是信管,考研的专业是国际政治,很多人会说你 ...
分类:其他好文   时间:2016-12-31 16:42:42    阅读次数:183
POJ 1236 Network of Schools
Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 16873 Accepted: 6672 Description A number of schools are connected to a computer network. A ...
分类:Web程序   时间:2016-12-31 15:33:29    阅读次数:237
jquery 获取奇数索引的元素
$(".btn-xs:odd").click(function(){ var $buy_num=$(this).prev("#buy_num").val(); var $prod_kucun=$(this).next("#prod_kucun").val(); alert($buy_num); if ...
分类:Web程序   时间:2016-12-31 14:35:36    阅读次数:615
POJ 1149 PIGS
PIGS Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 20582 Accepted: 9389 Description Mirko works on a pig farm that consists of M locked p ...
分类:其他好文   时间:2016-12-31 11:29:21    阅读次数:253
swiper
<!DOCTYPE html><html lang="en"><head> <meta charset="utf-8"> <title>Swiper demo</title> <meta name="viewport" content="width=device-width, initial-sca ...
分类:其他好文   时间:2016-12-30 20:36:35    阅读次数:270
React JS的基本用法[ES5,纯前端写法]
参照:http://www.ruanyifeng.com/blog/2015/03/react.html 注意事项:1.必须放倒服务器上,在文件系统上无法运行 login.html login.css login.js ...
分类:Web程序   时间:2016-12-30 17:04:55    阅读次数:224
.NET Core)的ZooKeeper异步客户端
支持断线重连、永久watcher、递归操作并且能跨平台(.NET Core)的ZooKeeper异步客户端 阅读目录 什么是ZooKeeper? 项目介绍 提供的功能 使用说明 FAQ 在公司内部的微服务架构中有使用到了“ZooKeeper”,虽然官方有提供了.NET的SDK,但易用性非常的差,且搜 ...
分类:Web程序   时间:2016-12-30 08:29:16    阅读次数:416
arcgis_engine_develop_error_42
解决: 今天在VS2013打开程序时,手工添加了pageLayoutControl隔一会弹出错误窗口:Provide your license server administrator with the following information.error code =-42,147。点击“确认” ...
分类:其他好文   时间:2016-12-29 23:23:50    阅读次数:187
PHP扩展开发环境搭建
今天买了台阿里云服务器用于日常开发测试。系统版本CentOS 6.5 64位。 首先安装nginx: 安装完成后,使用 service nginx start 命令启动nginx出现错误 nginx: [emerg] socket() [::]:80 failed (97: Address fami ...
分类:Web程序   时间:2016-12-29 20:09:08    阅读次数:169
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!