摘要: target: natural step 1: basic pernanceation, grammer, listening, writing search with eng, explain with eng. step 2: business eng, reading eng, convers 阅读全文
posted @ 2025-08-24 11:28 君子之行 阅读(4) 评论(0) 推荐(0)
摘要: subject: organized. my responsiblily were divided to 3 areas. -- did you get a sense that there was a willingness the xxx to move, or are they just .. 阅读全文
posted @ 2025-08-22 11:31 君子之行 阅读(6) 评论(0) 推荐(0)
摘要: target: 记录优秀题解 1. 图论. dfs 深度优先搜索 从树的dfs 关联到图的 dfs. 优秀讲解. : https://leetcode.cn/problems/number-of-islands/solutions/211211/dao-yu-lei-wen-ti-de-tong-y 阅读全文
posted @ 2024-02-18 20:08 君子之行 阅读(16) 评论(0) 推荐(0)
摘要: 2020-04-04 12:05:43 todo list Java8 实战2》 chapter2 行为参数化 业务逻辑的隔离 DSL 阅读全文
posted @ 2020-04-04 12:06 君子之行 阅读(186) 评论(0) 推荐(0)
摘要: 2020-01-09 Java 程序与 Python 集成 1. RPC 框架 2. Resetfull 阅读全文
posted @ 2020-01-09 15:38 君子之行 阅读(18) 评论(0) 推荐(0)
摘要: 2020-01-08 修饰器 @classmethod 类方法,作用类变量 阅读全文
posted @ 2020-01-08 09:56 君子之行 阅读(38) 评论(0) 推荐(0)
摘要: 2020-01-08 pycharm 设置模板 阅读全文
posted @ 2020-01-08 09:53 君子之行 阅读(29) 评论(0) 推荐(0)
摘要: 2020-01-07 code conventions PEP8 8号 python 增强提案 空白 使用space 空格来表示缩进,而不要用 tab 制表符 和语法相关的每一层缩进都用4个空格来表示 每行的字符数不要超过79 对于占据多行的长表达式来说,除了首行之外的其余各行都应该在通常的缩进级别 阅读全文
posted @ 2020-01-07 09:56 君子之行 阅读(40) 评论(0) 推荐(0)
摘要: 2020-01-05 12:11:29 Web - URL Parameters 场景: 解析 URL 中的查询字符串, 会遇到指定参数不存在或者空值情况,采用辅助函数 使用 normal - python 深度复制 anotherList = array[:] 或 anotherList = ar 阅读全文
posted @ 2020-01-05 13:59 君子之行 阅读(32) 评论(0) 推荐(0)
摘要: 2020-01-02 1 拼接 xpath 里的属性节点,注意带上引号,否则会定位失败 因为有 section 为空的情况,导致error. 因此需要过滤掉该项目 注意 Xpath 可以用组合条件 2020-01-10 2020-02-28 21:20:17 注意获取某node 的子节点集合,注意带 阅读全文
posted @ 2020-01-02 11:37 君子之行 阅读(38) 评论(0) 推荐(0)