Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type: docs 添加高级难度3道试题 #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
### 任务描述

基于自研浏览器内置页面chrome://discards/原型,开发出一款性能优化智能扩展。

### 环境的准备

deepin社区版20.7系统,自研浏览器。镜像下载地址:https://www.deepin.org/zh/download/

### 验收标准

- 开发好的扩展包,可在自研浏览器中正常安装。
- 提供扩展的配置界面。
- 启动扩展后,打开多个标签页进行性能测试对比,内存优化达到50%以上。

### 涉及的项目/提交到何处

- 可以直接在您自己的帐号下新建仓库进行开发。
- 教程文档可以发布于githubpages或者个人博客或第三方博客托管网站(博客圆,或者稀土掘金),同时需要在wiki.deepin.org中同步一份。发布文档将视为您同意以CC—BY-4.0协议共享您的文档以及代码(解释:授予了它人在[CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/deed.zh)下自由使用权力)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个应该是复制的其它任务的。所复制的那个原始任务的侧重点其实在于输出文档。可以不原样照搬,我们不需要的话不用刻意要求这点。

另外,如果此应用需要“上架”或者有类似的步骤的话,也需要涉及一下这些步骤应该在哪里进行操作(入口)。


### 参考文档

扩展开发文档:https://developer.chrome.com/docs/extensions/mv2/(注:v3版本目前存在一些bug,建议使用更成熟的v2)
类似扩展:Auto Tab Discard,安装地址:https://chrome.google.com/webstore/detail/auto-tab-discard/jhnleheckmknfcgijgkadoemagpecfol(需科学上网)

### 联系方式

此任务的对接人为:[email protected]
可以通过邮件联系对接人获取其他更为方便的im通讯方式。

此外,您也可以在 linuxdeepin github 创建讨论主题来进行交流。
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
### 任务描述

基于《统信Web插件迁移平台-有往》开发一款插件,其包含功能如下:
1、指纹收集与指纹匹配。
2、银行卡识别,通过图片自动识别银行卡号。
3、身份证识别,通过图片自动识别身份证正反面数据信息。

### 环境的准备

deepin社区版20.7系统,自研浏览器。镜像下载地址:https://www.deepin.org/zh/download/

### 验收标准

- 按照参考资料 统信Web插件迁移平台-有往官方网址:https://www.chinauos.com/lab/ubx中提供的官方开发文档部署本地服务
- 开发web测试页面测试接口
--- 接口能够验证指纹的收集和匹配
--- 接口能够收集银行卡图片并读取卡号
--- 接口能够收集身份证图片并读取身份证号码

### 涉及的项目/提交到何处

- 可以直接在您自己的帐号下新建仓库进行开发。
- 教程文档可以发布于githubpages或者个人博客或第三方博客托管网站(博客圆,或者稀土掘金),同时需要在wiki.deepin.org中同步一份。发布文档将视为您同意以CC—BY-4.0协议共享您的文档以及代码(解释:授予了它人在[CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/deed.zh)下自由使用权力)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

同上。


### 参考文档

1、统信Web插件迁移平台-有往官方网址:https://www.chinauos.com/lab/ubx
2、插件开发:https://www.qt.io/zh-cn/(推荐使用Qt)
3、web调用:https://www.w3cschool.cn/

### 联系方式

此任务的对接人为:[email protected]
可以通过邮件联系对接人获取其他更为方便的im通讯方式。

此外,您也可以在 linuxdeepin github 创建讨论主题来进行交流。
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
### 任务描述

基于NPAPI开发出一款,基于web在线播放4k高清视频的插件,并提供验收的测试web系统,并提供验收的测试web系统。

### 环境的准备

deepin社区版20.7系统,自研浏览器。镜像下载地址:https://www.deepin.org/zh/download/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

自研浏览器不是基于 firefox 的,下面却有提到 ~/.mozilla/plugins/ 以及 about:plugins,是不是哪里的描述不太对?


### 验收标准

- 将编译好的插件,安装到目录 ~/.mozilla/plugins/下,在浏览器地址栏输入: about:plugins,能够查询到安装的插件。
- 在提供的测试系统中,能够测试在线4k视频的播放画面,并且能够实现画面的稳定播放。

### 涉及的项目/提交到何处

- 可以直接在您自己的帐号下新建仓库进行开发。
- 教程文档可以发布于githubpages或者个人博客或第三方博客托管网站(博客圆,或者稀土掘金),同时需要在wiki.deepin.org中同步一份。发布文档将视为您同意以CC—BY-4.0协议共享您的文档以及代码(解释:授予了它人在[CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/deed.zh)下自由使用权力)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

同上


### 参考文档

webkit技术内幕,mozilla技术规范(http://wiki.mozilla.org/NPAPI)
熟悉音视频项目开源组件如:ffmpeg,live555,VLC,QT组件库等

### 联系方式

此任务的对接人为:[email protected]
可以通过邮件联系对接人获取其他更为方便的im通讯方式。

此外,您也可以在 linuxdeepin github 创建讨论主题来进行交流。