码迷,mamicode.com
首页 >  
搜索关键字:https    ( 132426个结果
IIS HTTP重定向到HTTPS
IIS 中HTTP重定向到HTTPS。当用户输入http协议访问时,系统自动跳转到https协议访问。...
分类:Web程序   时间:2015-05-15 13:43:28    阅读次数:160
RESTful API 设计最佳实践
RESTful API 设计最佳实践 ?http://www.oschina.net/translate/best-practices-for-a-pragmatic-restful-api 框架? https://github.com/Dreampie/resty...
分类:Windows程序   时间:2015-05-15 10:56:01    阅读次数:163
ubuntu 使用composer 安装 laravel
1.先安装composer (The recommended path, not needed.) cd /usr/local/bin (install) sudo curl -s https://getcomposer.org/installer | sudo php (Add execute permissions.) sudo chmod a+x compose...
分类:系统相关   时间:2015-05-15 10:41:41    阅读次数:160
线程池
https://msdn.microsoft.com/zh-cn/library/system.threading.threadpool(v=vs.110).aspx最基础的class Program { static void Main(string[] args) ...
分类:编程语言   时间:2015-05-15 10:31:44    阅读次数:129
LeetCode "Course Schedule II"
This one lets you print out one topological sorted sequence. Either BFS or DFS works. But there are tricky details.This is my reference:https://leetco...
分类:其他好文   时间:2015-05-15 08:57:26    阅读次数:144
NodeJS学习之1:express安装
在mac上的终端上执行:npm install express --registry=https://registry.npm.taobao.org结果如下:找了一会原因,也看了npm-debug.log,没有看出来什么,结果:试着用了:sudo npm install express --regi...
分类:Web程序   时间:2015-05-14 23:45:35    阅读次数:162
POP的spring动画各个参数详解
POP的spring动画各个参数详解效果源码https://github.com/YouXianMing/POPSpring//// RangeValueView.h// POPSpring//// Created by YouXianMing on 15/5/14.// Copyright...
分类:编程语言   时间:2015-05-14 23:38:47    阅读次数:230
结对项目 万年历
一、题目简介所选项目名称:万年历。项目需求描述,主要指应实现的主要功能。实现了日历的查询,方便使用。界面主要是由查询输入部分和结果显示部分两部分组成。查询输入:①一个文本域,用于输入年份。②一个选择下拉列表框:用于选择月份。③ 一个选择按钮:用来选择查询事件。四、代码地址https://github...
分类:其他好文   时间:2015-05-14 23:35:11    阅读次数:190
MongoDB基础--数据库和集合基本操作
本笔记针对https://www.shiyanlou.com/courses/running/50网站对mongoDB的学习和总结。1,启动mongoDB 因为mongoDB服务并不随着系统一起启动,所以需要首先启动mongoDB服务:shiyanlou:~/ $ sudo service mo.....
分类:数据库   时间:2015-05-14 23:35:04    阅读次数:238
sql server 小技巧(8) visual studio 2013里使用Sql server compact 4.0
1. 安装 Microsoft SQL Server Compact 4.0 https://www.microsoft.com/zh-cn/download/confirmation.aspx?id=17876 2. 在vs2013里安装 SQL Server Compact & SQLite T...
分类:数据库   时间:2015-05-14 23:29:03    阅读次数:309
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!