-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
634a9a9
commit ac56bdf
Showing
6 changed files
with
144 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
title: 【2017-12-12】 | ||
date: 2017-12-12 11:05 AM | ||
categories: "logbook" | ||
visible: hide | ||
tags: [dev,] | ||
|
||
--- | ||
|
||
### 遇到的问题 | ||
|
||
|
||
### 解决的方法 | ||
|
||
|
||
### 解决的过程 | ||
|
||
|
||
### 解决方法记录 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
title: 【2017-12-14】 | ||
date: 2017-12-14 12:05 AM | ||
categories: "logbook" | ||
visible: hide | ||
tags: [dev,] | ||
|
||
--- | ||
|
||
### 遇到的问题 | ||
|
||
Akka Stream 不能正常工作。 | ||
|
||
### 解决的方法 | ||
|
||
绘出 Akka Stream 的图。 | ||
|
||
### 解决的过程 | ||
|
||
|
||
### 解决方法记录 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
title: 【2017-12-15】 | ||
date: 2017-12-15 12:27 AM | ||
categories: "logbook" | ||
visible: hide | ||
tags: [dev,] | ||
|
||
--- | ||
|
||
### 遇到的问题 | ||
|
||
Akka Stream 调试问题, 并行操作。 | ||
|
||
1. 不了解现在存在什么问题。 | ||
|
||
### 解决的方法 | ||
|
||
~~先看书,然后开始着手解决,我给自己两个小时的看书时间。~~ | ||
1. 重点看一下最近的commit集中的几个文件。 | ||
|
||
|
||
### 解决的过程(未解决) | ||
|
||
1. 修改了 UpsertJobRequest,FindCompanyRequest,DynamoDBClient,JobFeedStreamConvertSource, | ||
|
||
|
||
### 解决方法记录 | ||
|
||
1. 大体看了下,问题主要集中在 Parallel 这方面。 | ||
2. 首先看PDF书中关于 Parallel的部分,看如何来处理。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
title: 【2017-12-17】 | ||
date: 2017-12-17 11:59 AM | ||
categories: "logbook" | ||
visible: hide | ||
tags: [dev,] | ||
|
||
--- | ||
|
||
### 遇到的问题 | ||
|
||
1. 《芜湖公交》的使用的接口身边芜湖已经挂了至少一个星期了,看样子好像也没有修的打算。 | ||
2. 当前可用的版本还是《城市令》的查询公交接口,不过,城市令的接口是经过加密的,不能直接看到数据,形式如: | ||
(中间有删减,不然特别长) | ||
```json | ||
{ | ||
"data": "2FDB121D73DAA81DE5AE2782C30AEx", | ||
"key": "y9+arDZ1N5OXRRYqaxgqtY8mKhxo9DyUx9iPgpAbR3Z+KmwHi6Ogzn4Ji46svefKt+jdCawWyUsid+XML54PlDedcjBi6x9os=" | ||
} | ||
``` | ||
这样的接口我是看不懂的,尝试使用普通的一些解密发现不能奏效,只能反编译下他的apk了。 | ||
|
||
### 解决的方法 | ||
|
||
1. 城市令 APK | ||
|
||
### 解决的过程 | ||
|
||
|
||
### 解决方法记录 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
|
||
title: 【2017-12-20】 | ||
date: 2017-12-20 9:27 PM | ||
categories: "logbook" | ||
visible: hide | ||
tags: [dev,] | ||
|
||
--- | ||
|
||
### 遇到的问题 | ||
|
||
在 AWS Lambda 中添加 SFTP 下载方法。 | ||
|
||
|
||
### 解决的方法 | ||
|
||
1. 使用 JSch 连接 -> 未能解决,因为ssh 禁用了弱的加密模式。需要手动开启,需要研究下如何开启。 | ||
|
||
### 解决的过程 | ||
|
||
1. 使用 JSCh ,直接报认证失败。报错信息有点简陋,可能我错过了什么。 | ||
2. 使用系统自带的yummy ftp 进行认证,发现也是无法进行正常的登录,终于发现了报错信息是 | ||
|
||
![](https://ww1.sinaimg.cn/large/6277837dgy1fmo725tyudj21720a2my5.jpg) | ||
|
||
3. 换了另外一个库,也是同样的报错。 | ||
|
||
### 解决方法记录 | ||
|
||
并没有解决,正在寻找解决办法。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
title: 【2017-12-21】 | ||
date: 2017-12-21 10:46 AM | ||
categories: "logbook" | ||
visible: hide | ||
tags: [dev,] | ||
|
||
--- | ||
|
||
### 遇到的问题 | ||
|
||
|
||
### 解决的方法 | ||
|
||
|
||
### 解决的过程 | ||
|
||
|
||
### 解决方法记录 |