首先,确认开启了SSL选项: 然后到Help->SSL Proxying里查看帮助; 根据提示,将android手机连接到局域网的wifi上,然后将wifi连接的代理设置为192.168.21.240:8888, 然后用手机的浏览器打开http://charlesproxy.com/getssl 下 ...
分类:
其他 时间:
2017-01-05 16:36:15
收藏:
0 评论:
0 赞:
0 阅读:
213
持续集成就是快速且高频率地自动构建项目的所有源码,并为项目成员提供丰富的反馈信息。 一次完整的集成往往会包括以下6个步骤: 持续编译:所有正式的源代码都应该提交到源码控制系统中,持续集成服务器按一定频率检查源码控制系统,如有新的代码,就出发一次集成,旧的已编译的字节码应当全部清除,然后服务器编译所有 ...
分类:
其他 时间:
2017-01-05 16:36:05
收藏:
0 评论:
0 赞:
0 阅读:
131
COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION To provide cache consistency on an SMP, the data cache often supports a ...
分类:
其他 时间:
2017-01-05 16:34:56
收藏:
0 评论:
0 赞:
0 阅读:
206
func selctAll() { idArr.removeAll() for var i = 0; i<sellingArr.count; i++ { let path: NSIndexPath = NSIndexPath(forRow: i, inSection: 0) self.tableVi ...
分类:
其他 时间:
2017-01-05 16:33:48
收藏:
0 评论:
0 赞:
0 阅读:
132
nvm ls-remote 显示 N/A 然后调用一下:curl -v https://nodejs.org/dist/ 发现 * Adding handle: conn: 0x7fc4ea003000* Adding handle: send: 0* Adding handle: recv: 0* ...
分类:
其他 时间:
2017-01-05 16:33:31
收藏:
0 评论:
0 赞:
0 阅读:
200
5. 添加功能的实现 新建一个Action:RClasAction,实现向Redis添加课程数据,并同步到MySQL。 clas:id是一个List类型的Key-Value,记录了所有的课程ID,取出最后一个ID,再+1,作为增加的课程的ID,同时clas:count的值也要+1。使用addHash ...
分类:
其他 时间:
2017-01-05 16:32:35
收藏:
0 评论:
0 赞:
0 阅读:
202
IE: filter: progid: DXImageTransform.Microsoft.Alpha(style=0,opacity=60); IE: filter: alpha(opacity=10); FF: opacity:0.6; FF: -moz-opacity:0.10; 最好两个都 ...
分类:
其他 时间:
2017-01-05 16:31:58
收藏:
0 评论:
0 赞:
0 阅读:
124
Share Buttons ... ...
分类:
其他 时间:
2017-01-05 16:30:37
收藏:
0 评论:
0 赞:
0 阅读:
101
iBeacon是工作在蓝牙4.0(BLE)硬件下的一种协议,属于蓝牙4.0广播协议的一种,通过该协议和一个蓝牙模块可以实现非接触的身份识别、位置检测等。 How does BLE communication work?(BLE设备如何通信) BLE的通信包括两个主要部分:advertising(广告 ...
分类:
其他 时间:
2017-01-05 16:29:45
收藏:
0 评论:
0 赞:
0 阅读:
401
1 #include 2 #include 3 #include 4 #include 5 #define N 3 6 #define LEN sizeof(struct grade) 7 struct grade 8 { 9 char no[7]; 10 int score; 11 struct ... ...
分类:
其他 时间:
2017-01-05 16:27:26
收藏:
0 评论:
0 赞:
0 阅读:
122
实体类: 数据访问类: aspx界面: cs里: 两种方法,每个按钮一种 ...
分类:
其他 时间:
2017-01-05 16:26:34
收藏:
0 评论:
0 赞:
0 阅读:
152
在js中怎么样的声明才算是全局变量,怎样的算局部变量 1.全局变量 var a=10;//全局变量; function b(){ var c=15;//属于局部变量 d=20;//d 属于全局变量 } for(var i=0;i<5;i++){ var t=8;//全局变量 i;//i也是全局变量 ...
分类:
其他 时间:
2017-01-05 16:26:01
收藏:
0 评论:
0 赞:
0 阅读:
82
#import #pragma mark - 32位 小写 - (NSString *)MD5ForLower32Bate:(NSString *)str{ //要进行UTF8的转码 const char * input = [str UTF8String]; unsigned char resul... ...
分类:
其他 时间:
2017-01-05 16:23:32
收藏:
0 评论:
0 赞:
0 阅读:
224
题目链接:循环之美 这道题感觉非常优美……能有一个这么优美的题面和较高的思维难度真的不容易…… 为了表示方便,让我先讲一下两个符号。$[a]$表示如果$a$为真,那么返回$1$,否则返回$0$; $a \perp b$表示$a$与$b$互质。 首先,我们需要考虑一个分数要成为纯循环小数需要满足什么条 ...
分类:
其他 时间:
2017-01-05 16:23:13
收藏:
0 评论:
0 赞:
0 阅读:
179
Tomcat简介 官网:http://tomcat.apache.org/ Tomcat GitHub 地址:https://github.com/apache/tomcat Tomcat是Apache软件基金会(Apache Software Foundation)的Jakarta项目中的一个核心 ...
分类:
其他 时间:
2017-01-05 16:22:39
收藏:
0 评论:
0 赞:
0 阅读:
167
<!DOCTYPE html> <html lang="zh"> <head> <title></title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta na ...
分类:
其他 时间:
2017-01-05 16:19:15
收藏:
0 评论:
0 赞:
0 阅读:
230
import org.junit.Assert;import org.junit.Before;import org.junit.Test;import org.junit.runner.RunWith;import org.mockito.*;import org.springframework. ...
分类:
其他 时间:
2017-01-05 16:18:52
收藏:
0 评论:
0 赞:
0 阅读:
257
1. 如何发表一篇论文 http://blog.csdn.net/lwb102063/article/details/50577784 2. ::在C++中是什么意思 https://zhidao.baidu.com/question/99343295.html 3. c++中冒号(:)和双冒号(: ...
分类:
其他 时间:
2017-01-05 16:18:40
收藏:
0 评论:
0 赞:
0 阅读:
173
导航示例 公交 驾车 步行 ... ...
分类:
其他 时间:
2017-01-05 16:18:01
收藏:
0 评论:
0 赞:
0 阅读:
128
一本很专业的书,两位博士耗时25年的作品,出版之时得到各主流媒体高度好评,中文版作序也是来自国内资深心理专家,同样给出了很高评价,说这是继《战胜懒惰》之后的第二本关于拖延方面的书籍,不可多得。 加入读书群后,看到大家更新书单的速度让我也有很大动力去推动《拖延心理学》的阅读,经过两个晚上的碎片时间整体 ...
分类:
其他 时间:
2017-01-05 16:17:42
收藏:
0 评论:
0 赞:
0 阅读:
123