码迷,mamicode.com
首页 >  
搜索关键字:12c em express https 连接报错    ( 138198个结果
[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
Windows下Node.js开发环境搭建
1、http://nodejs.org/下载node.js运行环境安装2、打开DOS命令行 .安装express框架1>npm install express 末尾显示如下为安装成功.安装mysql模块1npm install mysql 末尾显示如下为安装成功3、www.jetbrains.co....
分类:Windows程序   时间:2014-06-07 06:20:13    阅读次数:299
nodejs学习(持续更新中)
nodejs和express的安装什么的,网上基本都有现成的了,这里有点说下, 在较早点的版本(如3.5.0) npm install -g express@3.5.0 后,可以直接使用 express helloWorld创建工程, 但最新express4.0版本中将命令工具分家出来...
分类:Web程序   时间:2014-06-07 06:17:25    阅读次数:213
Android进度加载的Loading效果
网上看到的一个开源项目的loading效果,效果很赞,记录一下: 开源项目地址如下:https://github.com/RomainPiel/Titanic
分类:移动开发   时间:2014-06-07 06:14:47    阅读次数:671
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!