lastsunday

Results 10 comments of lastsunday

@tangzhiyao 新增一个合并请求 https://github.com/tangzhiyao/boss-show-time/pull/15 ,获取逻辑是通过访问接口的方式。相对该合并请求的实现方式,耗时大大减少。

关于可推测岗位发布大概时间的字段jobStatusDesc的展示参考,可见https://github.com/lastsunday/boss-show-time/tree/bf35c6bde5c3c68999e479d8299e488c83f4c2cc 代码参考: 1. [获取jobStatusDesc](https://github.com/lastsunday/boss-show-time/blob/bf35c6bde5c3c68999e479d8299e488c83f4c2cc/src/plantforms/boss/index.js#L108-L128) 2. [转换jobStatusDesc为自定义常量对象](https://github.com/lastsunday/boss-show-time/blob/bf35c6bde5c3c68999e479d8299e488c83f4c2cc/src/plantforms/boss/index.js#L67-L75) 3. [渲染jobStatusDesc](https://github.com/lastsunday/boss-show-time/blob/bf35c6bde5c3c68999e479d8299e488c83f4c2cc/src/commonRender.js#L16-L32) 5. [加入jobStatusDesc的排序](https://github.com/lastsunday/boss-show-time/blob/bf35c6bde5c3c68999e479d8299e488c83f4c2cc/src/commonRender.js#L137-L171)

> 提点改进建议,仅供参考 增加标记/标签功能:有些外包目前并不能全部识别出来,还有些996或者强制加班的公司,有些公司文化太变态等等信息,初步可以考虑本地保存,后期如果能共享开放出来,那就非常完美了 这提议不错。因为现在识别公司(外包,教育机构)的逻辑只依靠内置的数据(JSON)和粗糙的判断实现的,效果不太好。 1. 如果能手动添加,则很好补全这部份的数据,并且能额外新增公司的特征(如996等)。 2. 本地保存是必须要有的。 3. 共享数据这个需要考虑的事情较多,如: 1. 数据的来源和可信度问题。 2. 数据的发布方案。 3. 数据的同步(合并)逻辑方案。

该功能正实现中,可以到另一个项目测试分支下载测试。 测试分支(可直接下载安装):https://github.com/lastsunday/job-hunting/tree/dist/chrome-dev 测试分支(源代码):https://github.com/lastsunday/job-hunting/tree/dev 任务进度:https://github.com/lastsunday/job-hunting/issues/6

该功能已实现,可跳转到下面地址进行下载,测试。 https://github.com/lastsunday/job-hunting/releases/download/1.11.0/job-hunting-chrome-extension-1.11.0.zip 相关更新详情见: https://github.com/lastsunday/job-hunting/releases/tag/1.11.0

@wuyazibest 当前我这边在另一个项目实现了数据共享功能,可共享标签信息。如有兴趣可访问下面链接下载试用。 https://github.com/lastsunday/job-hunting/releases/tag/1.28.0

刚刚下载了最新的gh-pages,得到boss-show-time-gh-pages.zip,解压后,在Chrome的Extensions页,点击Load unpacked,选中manifest.json所在的目录,正常安装。 **备注:** 这个gh-pages的分支是编译后的结果,不能使用npm i,是可以直接在Chrome安装。

It sound not the perfect way and just a temporary solution for the small data record in pglite instance. Maybe occur out off memory error when the main pglite instance...

fixed by https://github.com/electric-sql/pglite/pull/824

个人认为: 1. 换IP这技术涉及的面过于复杂,如有思路,可fork一下。 2. 相隔1秒请求这种策略不一定奏效,根据之前的开发经验来看,服务器似乎会有一个累计器来计算详情页的访问次数。若感兴趣,可fork一下。 备注: 1. 具体请见相关解释:https://github.com/tangzhiyao/boss-show-time/issues/42 2. 如不执着于**职位更新时间**,可尝试https://github.com/lastsunday/job-hunting 这个插件