代码提示: Alt + Enter格式化代码: Ctrl + Alt + L显示类的继承结构: Ctrl + H优化包: Ctrl + Alt + O查找: Ctrl + F、Ctrl + Shift + F替换: Ctrl + R、Ctrl + Shift + R 设置Serializable自动 ...
分类:
其他好文 时间:
2018-07-19 10:43:51
阅读次数:
208
什么是?URL Scheme?? ? android中的scheme是一种页面内跳转协议,是一种非常好的实现机制,通过定义自己的scheme协议,可以非常方便跳转app中的各个页面;通过scheme协议,服务器可以定制化告诉App跳转那个页面,可以通过通知栏消息定制化跳转页面,可以通过H5页面跳转页面等。?&n
分类:
移动开发 时间:
2018-07-18 10:58:23
阅读次数:
198
题目描述 It is a well-known fact that behind every good comet is a UFO. These UFOs often come to collect loyal supporters from here on Earth. Unfortunatel ...
分类:
其他好文 时间:
2018-07-18 01:16:09
阅读次数:
344
0. Integer 转double,直接 int值 .doubleValue() 1. Terminal alt+F12 打开命令行 设置Terminal字体:Ctrl+alt+S --> Editor-->Color Scheme-->Console Font-->Font 勾选默认的就很好(S ...
分类:
其他好文 时间:
2018-07-12 20:12:21
阅读次数:
159
SIP认证是继承了HTTP的认证方式。HTTP的认证方案主要有Basic Authentication Scheme和Digest Access Authentication Scheme两种。而Basic方法使用的口令原文验证方式,易被盗取,所以SIP已经摒弃了这种方式。 Digest认证方案可以... ...
分类:
其他好文 时间:
2018-07-10 19:13:28
阅读次数:
173
1.字符串 字符串常用功能: 移除空白 分割 长度 索引 切片 class str(basestring): """ str(object='') -> string Return a nice string representation of the object. If the argument ...
分类:
编程语言 时间:
2018-07-10 17:53:42
阅读次数:
172
1、urllib.parse.urlparse(urlstring, scheme='', allow_fragments=True),将urlstring拆分成6个部分,含义如下图。返回的是一个子类的元组。 2、urllib.parse.urlunparse(parts),与urlparse功能相 ...
分类:
Web程序 时间:
2018-07-06 21:35:01
阅读次数:
238
支付在很多主流的APP中都会用到,最常见的支付是支付宝、微信、银联等。 刚好公司项目都需要用到,目前只调试好了支付宝,之前想抽时间写,总是拖拖拉拉的,索性在后台写微信支付的时候狠下心来把支付宝SDK集成以及支付实现记录下来,后续会陆续放上微信,银联等支付文章,不足之处希望各位看官谅解,小子会加以改正 ...
分类:
移动开发 时间:
2018-07-06 13:12:00
阅读次数:
428
1.For varibale.camel scheme.the first word lowercase the first letter,then other words capitalize the first letter2.FOR class and function.Pascal sche ...
1.http请求中产生的两个核心对象:http请求:HttpRequesthttp响应:HttpResponse存在于Django.http 模块中2.HttpRequest:属性:HttpRequest.scheme #一个字符串,表示请求的方案(通常是http或者https) HttpReque... ...
分类:
其他好文 时间:
2018-06-23 17:18:44
阅读次数:
348