码迷,mamicode.com
首页 >  
搜索关键字:httpd-2.4 安全访问 https 虚拟主机    ( 135518个结果
[leetcode]Anagrams @ Python
原题地址:https://oj.leetcode.com/problems/anagrams/题意:Given an array of strings, return all groups of strings that are anagrams.Note: All inputs will be i...
分类:编程语言   时间:2014-06-29 13:25:28    阅读次数:355
在windows XP系统下硬盘(无光盘)安装ubuntu-14.04-server
##1. 下载ubuntu14.04iso镜像,可以到(ubuntu官网)[http://www.ubuntu.com/download]下载;比如我们下载的是ubuntu-14.04-server-amd64.iso##2. 配置启动项###2.1 下载[grub4dos](https://cod...
分类:Windows程序   时间:2014-06-29 12:24:47    阅读次数:396
[leetcode]Search a 2D Matrix @ Python
原题地址:https://oj.leetcode.com/problems/search-a-2d-matrix/题意:Write an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the...
分类:编程语言   时间:2014-06-29 07:56:13    阅读次数:321
PHP 获取当前页面的完整 url 函数
代码清单: <?php /** * 获取当前页面的完整 url * @author ruxing.li * @return string */ function getPageUrl(){ $url = (isset($_SERVER['SERVER_PORT']) && $_SERVER['SERVER_PORT'] == '443') ? 'https://' : 'http...
分类:Web程序   时间:2014-06-07 13:16:27    阅读次数:250
[leetcode]Valid Sudoku @ Python
原题地址:https://oj.leetcode.com/problems/valid-sudoku/题意:Determine if a Sudoku is valid, according to:Sudoku Puzzles - The Rules.The Sudoku board could b...
分类:编程语言   时间:2014-06-07 11:26:18    阅读次数:296
jquery.fileupload插件 ie9下不支持上传
根据https://github.com/blueimp/jQuery-File-Upload/wiki/Browser-supportThe following browsers support at least one form ofAJAXstyle file uploads, either ...
分类:Web程序   时间:2014-06-07 09:39:54    阅读次数:1581
[leetcode]Sudoku Solver @ Python
原题地址:https://oj.leetcode.com/problems/sudoku-solver/题意:Write a program to solve a Sudoku puzzle by filling the empty cells.Empty cells are indicated b...
分类:编程语言   时间:2014-06-07 09:30:06    阅读次数:342
Android进度加载的Loading效果
网上看到的一个开源项目的loading效果,效果很赞,记录一下: 开源项目地址如下:https://github.com/RomainPiel/Titanic
分类:移动开发   时间:2014-06-07 06:14:47    阅读次数:671
iOS开发 点菜系统 使用UIPickerView
利用UIPickerView实现一个简单的点菜界面,如下图所示。源码地址:https://github.com/xiaoLong1010/iOSAppDemo.gitUIPickerView有两个协议UIPickerViewDataSource,UIPickerViewDelegate,它们为UIP...
分类:移动开发   时间:2014-06-05 15:10:38    阅读次数:292
学习资源(二)
最近在微博中发现MOOC上有了Python的教程,出于兴趣就打算简单的听一听了解一下,今天听了第一期的讲座,老师讲的非常形象,大家有兴趣可以去看一看https://class.coursera.org/pythonlearn-002/lecture课程是全英文的,但是有英文字幕,在学习的同时可以学习...
分类:其他好文   时间:2014-06-05 14:35:33    阅读次数:266
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!