码迷,mamicode.com
首页 >  
搜索关键字:centos https 客户端证书制作    ( 160478个结果
[leetcode]Longest Consecutive Sequence @ Python
原题地址:https://oj.leetcode.com/problems/longest-consecutive-sequence/题意:Given an unsorted array of integers, find the length of the longest consecutive ...
分类:编程语言   时间:2014-06-06 23:13:20    阅读次数:324
[leetcode]Best Time to Buy and Sell Stock II @ Python
原题地址:https://oj.leetcode.com/problems/best-time-to-buy-and-sell-stock-ii/题意:Say you have an array for which theithelement is the price of a given stoc...
分类:编程语言   时间:2014-06-06 20:04:46    阅读次数:400
[leetcode]Triangle @ Python
原题地址:https://oj.leetcode.com/problems/triangle/题意:Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent n...
分类:编程语言   时间:2014-06-06 17:31:34    阅读次数:397
linux 技巧:使用 screen 管理你的远程会话
转自https://www.ibm.com/developerworks/cn/linux/l-cn-screen/你是不是经常需要 SSH 或者 telent 远程登录到 Linux 服务器?你是不是经常为一些长时间运行的任务而头疼,比如系统备份、ftp 传输等等。通常情况下我们都是为每一个这样的...
分类:系统相关   时间:2014-06-06 15:46:45    阅读次数:312
Centos 编译安装nodejs&express框架
一. 下载nodejs 版本wget http://nodejs.org/dist/v0.10.28/node-v0.10.28.tar.gz二. 编译安装cp node-v0.10.28.tar.gz /usr/src/cd /usr/srctar zxvf node-v0.10.28.tar.g...
分类:Web程序   时间:2014-06-06 14:25:45    阅读次数:206
AngularJS:实现页面滚动到底自动加载数据的功能
要实现这个功能,可以通过https://github.com/sroze/ngInfiniteScroll这个第三方控件来实现。步骤如下:1. 下载ng-infinite-scroll.js程序http://sroze.github.io/ngInfiniteScroll/ 目前版本是1.0.02....
分类:Web程序   时间:2014-06-06 12:30:13    阅读次数:358
【转】Yahoo!团队:网站性能优化的35条黄金守则
Yahoo!的Exceptional Performance团队为改善Web性能带来最佳实践。他们为此进行了一系列的实验、开发了各种工具、写了大量的文章和博客并在各种会议上参与探讨。最佳实践的核心就是旨在提高网站性能。 原版猛戳:https://developer.yahoo.com/perf...
分类:Web程序   时间:2014-06-06 11:50:31    阅读次数:489
Android-Empty-Layout:展示不同类型的页面布局,用于视图是空的时候
Android-Empty-Layout:这个布局可以作用在Listview,Gridview,用于显示数据的是空的时候,可以提示友好的页面。这库可以显示页面出错,页面加载,页面是空。加载的动画页面也支持。项目主页:https://github.com/alamkanak/Android-Empty...
分类:移动开发   时间:2014-06-06 10:42:20    阅读次数:255
[leetcode]Distinct Subsequences @ Python
原题地址:https://oj.leetcode.com/problems/distinct-subsequences/题意:Given a stringSand a stringT, count the number of distinct subsequences ofTinS.A subseq...
分类:编程语言   时间:2014-06-06 09:59:43    阅读次数:330
Android SDK更新
摘自:Android SDK更新以及ADT更新出现问题的解决办法http://blog.sina.com.cn/s/blog_4a94a0db0100y4h7.html十分感谢原作者!!!问题描述使用SDK Manager更新时出现问题Failed to fetch URL https://dl-s...
分类:移动开发   时间:2014-06-06 09:24:26    阅读次数:383
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!