码迷,mamicode.com
首页 >  
搜索关键字:represent    ( 1045个结果
AccessTokens
https://www.oauth.com/oauth2-servers/access-tokens/ Access tokens are the thing that applications use to make API requests on behalf of a user. The ac ...
分类:数据库   时间:2019-02-01 18:02:09    阅读次数:190
LeetCode-89-Gray Code
算法描述: The gray code is a binary numeral system where two successive values differ in only one bit. Given a non-negative integer n representing the tot ...
分类:其他好文   时间:2019-02-01 17:06:02    阅读次数:164
[LeetCode] Masking Personal Information 给个人信息打码
We are given a personal information string S, which may represent either an email address or a phone number. We would like to mask this personal infor ...
分类:其他好文   时间:2019-01-31 01:22:41    阅读次数:148
ASP.NET Web API(MVC API)
ASP.NET Web API是??一个框架,可以很容易构建达成了广泛的HTTP服务客户端,包括浏览器和移动设备。是构建RESTful应用程序的理想平台的.NET框架。 上面是微软对Web API给出的定义,其中包含两个关键字:HTTP和RESTful,其实从这一方面,大家就可以看出Web API和 ...
分类:Windows程序   时间:2019-01-30 19:52:00    阅读次数:228
PAT 甲级 1154 Vertex Coloring
https://pintia.cn/problem-sets/994805342720868352/problems/1071785301894295552 A proper vertex coloring is a labeling of the graph's vertices with col ...
分类:其他好文   时间:2019-01-29 11:55:23    阅读次数:290
[SQL] mysql报错 The server time zone value...
MySQL 报错: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone. 解决方法是更改时区: show variables like '%time_zone% ...
分类:数据库   时间:2019-01-27 21:31:50    阅读次数:167
LeetCode-12-Integer to Roman
算法描述: Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. For example, two is written as II in Roman numeral, just two ...
分类:其他好文   时间:2019-01-27 16:38:00    阅读次数:176
19.1.26 [LeetCode17] Letter Combinations of a Phone Number
Given a string containing digits from 2-9 inclusive, return all possible letter combinations that the number could represent. A mapping of digit to le ...
分类:其他好文   时间:2019-01-26 12:30:21    阅读次数:104
LeetCode-17-Letter Combinations of a Phone Number
算法描述: Given a string containing digits from 2-9 inclusive, return all possible letter combinations that the number could represent. A mapping of digit ...
分类:其他好文   时间:2019-01-25 13:45:12    阅读次数:146
python-string方法
官方帮助文档地址: https://docs.python.org/3.7/library/stdtypes.html#text-sequence-type-str 1. S.capitalize() -> str 2. S.casefold() -> str 字符串转换为小写,返回字符串 3. S ...
分类:编程语言   时间:2019-01-23 15:40:14    阅读次数:250
1045条   上一页 1 ... 19 20 21 22 23 ... 105 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!