效果演示:https://jsfiddle.net/dwqs/b5ywws9f/embedded/result/
html:
movebox
css
#boxmove{
position: absolute;
width: 200px;
border:1px solid #ccc;
...
分类:
Web程序 时间:
2015-03-31 14:48:10
阅读次数:
129
今天下午做了一道题。leetcode merge intervals 属于比较难的题目。
首先用collections.sort 给list排序,然后用两个while loop来比较两个interval 的start, end 。 从而生成新的interal,再插入到新的list 返回结果。
下面给出自己的代码:
/*
50 Merge Intervals
https://leetcode.com/problems/merge-intervals/
Given a collection o...
分类:
其他好文 时间:
2015-03-31 14:47:07
阅读次数:
130
1.NodeJS 下载安装包 https://nodejs.org/download/ 安装安装包 tar --strip-components 1 -xzvf node-v0.12.1-linux-x64.tar.gz -C /opt/app/nodejs_12 2.安装开发包 npm insta...
分类:
Web程序 时间:
2015-03-31 14:34:33
阅读次数:
292
1、下载depot_tools: ???? 首先安装 git-core: ?sudo apt-get install git-core ? ? ?执行命令: git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git 2、更新depot_tools: ??...
分类:
系统相关 时间:
2015-03-31 13:05:52
阅读次数:
195
一、普通模式,nosslsetupprivatedockerregistry(参考https://www.digitalocean.com/community/tutorials/how-to-set-up-a-private-docker-registry-on-ubuntu-14-04andhttp://www.dropbit.ch/private-docker-registry-with-nginx-on-centos-7/)OndedicatedDockerprivateregist..
分类:
其他好文 时间:
2015-03-31 13:04:43
阅读次数:
212
万分感谢 空明流转 菊苣的模板教程:https://github.com/wuye9036/CppTemplateTutorial本文就是给自己快速参阅回想用的,不一定适合别人看。#includeusingnamespacestd;templateclassAddFloatOrMulInt{stat...
分类:
编程语言 时间:
2015-03-31 12:28:37
阅读次数:
171
现在就启用 HTTPS,免费的!现在,你应该能在访问https://konklone.com的时候,在地址栏里看到一个漂亮的小绿锁了,因为我把这个网站换成了HTTPS协议。一分钱没花就搞定了。为什么要使用HTTPS协议:虽然SSL并不是无懈可击的,但是我们应该尽可能提高窃听成本加密通讯不应心存侥幸,...
分类:
Web程序 时间:
2015-03-31 12:27:12
阅读次数:
138
STEP 1:在NuGet上注册并获取API Key 首先,你需要在NuGet(https://www.nuget.org/)上注册一个新的账号,然后在My Account页面,获取一个API Key,这个过程很简单,我就不作说明了。 SETP 2:下载NuGet.exe NuGet有个命令行工具:...
分类:
其他好文 时间:
2015-03-31 12:23:32
阅读次数:
202
题意:给定一个字符串,查找最长的子串的长度(没有重复字符)。原题来自:https://leetcode.com/problems/longest-substring-without-repeating-characters/分析:我自己的思路,和曾经做的求最长公共子串长度一样,不过那个是用二维数组,...
分类:
其他好文 时间:
2015-03-31 12:22:39
阅读次数:
106
昨天完成了聊天界面,基本功能算告一段落开发时间:五天(工作时间)开发工具:xcode6开发平台:iOS8XMPP框架:XMPPFrameworkgit clone https://github.com/robbiehanson/XMPPFramework.git界面设计:使用StoryBoardgi...
分类:
移动开发 时间:
2015-03-31 12:16:52
阅读次数:
168