码迷,mamicode.com
首页 >  
搜索关键字:single    ( 5020个结果
LeetCode --- 44. Wildcard Matching
题目链接:Multiply Strings Implement wildcard pattern matching with support for '?' and '*'. '?' Matches any single character. '*' Matches any sequence of characters (including the empty sequence). ...
分类:其他好文   时间:2015-02-10 09:16:45    阅读次数:228
Xcode 6 如何创建一个用于纯手写UI界面的Empty Application?
1. 运行Xcode6, 创建一个Single View Application工程。2. 随后删除Main.storyboard和LaunchScreen.xib,扔进废纸篓。3.打开Info.plist,把Launch screen interface file base name,以及Main...
分类:移动开发   时间:2015-02-09 22:55:03    阅读次数:3671
二十二、访问控制 Access Control
1. 概述访问控制用于限制其他文件和模块访问你的代码中的某些部分,让你可以隐藏你的代码的具体实现,同时让你可以指定一些可以被其他文件和模块访问的借口。2. Modules and Source FilesSwift的访问控制基于模块和源文件。A module is a single unit of ...
分类:数据库   时间:2015-02-09 12:42:48    阅读次数:129
[raywenderlich教程]
非常详细的图文入门教程http://www.raywenderlich.com/81879/storyboards-tutorial-swift-part-1因为太长了 所以只放一些我觉得很有用的内容的翻译The single View Controller you defined was set ...
分类:其他好文   时间:2015-02-08 21:51:11    阅读次数:145
hdu 1013 Digital Roots 用一个大水题来纪念我进入杭电前一万名
Problem Description The digital root of a positive integer is found by summing the digits of the integer. If the resulting value is a single digit then that digit is the digital root. If the resulting value contains two or more digits, those digits are sum...
分类:其他好文   时间:2015-02-08 18:14:30    阅读次数:113
单点登录SSO的实现原理
单点登录SSO(Single Sign On)说得简单点就是在一个多系统共存的环境下,用户在一处登录后,就不用在其它系统中登录,也就是用户的一次登录能得到其它全部系统的信任。单点登录在大型站点里使用得很频繁,比如像阿里巴巴这种站点,在站点的背后是成百上千的子系统,用户一次操作或交易可能涉及到几十个子...
分类:其他好文   时间:2015-02-08 15:21:36    阅读次数:198
POJ 1064 Cable master(初遇二分)
题目链接:http://poj.org/problem?id=1064 题意:有n条绳子,他们的长度是Li,如果从他们中切割出K条长度相同的绳子,这相同的绳子每条有多长,输出至小数点后两位 “ then the output file must contain the single number "0.00" (without quotes).”不是四舍五入到两位,一般四舍五入题目会说“bou...
分类:其他好文   时间:2015-02-08 09:06:17    阅读次数:260
LeetCode 044 Wildcard Matching
题目要求:Wildcard MatchingImplement wildcard pattern matching with support for'?'and'*'.'?' Matches any single character.'*' Matches any sequence of chara...
分类:其他好文   时间:2015-02-07 21:35:36    阅读次数:124
LeetCode 010 Regular Expression Matching
题目描述:Regular Expression MatchingImplement regular expression matching with support for'.'and'*''.' Matches any single character.'*' Matches zero or mo...
分类:其他好文   时间:2015-02-07 14:27:18    阅读次数:122
Leetcode:Add Two Numbers
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a link...
分类:其他好文   时间:2015-02-07 09:08:17    阅读次数:165
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!