V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  jemyzhang  ›  全部回复第 10 页 / 共 45 页
回复总数  885
1 ... 6  7  8  9  10  11  12  13  14  15 ... 45  
2020-07-08 11:14:15 +08:00
回复了 xssSt 创建的主题 程序员 开发一年的困惑,自身可替代性太强了,如何破局?
地球离开你会停?想开点,大兄弟
2020-07-04 09:07:41 +08:00
回复了 niqiu8 创建的主题 分享发现 电信营业厅 39 套餐的套路
@niqiu8 #22 阿里小号,用完即弃,要是我的话,我可舍不得这副卡的便利
2020-06-30 10:12:49 +08:00
回复了 niqiu8 创建的主题 分享发现 电信营业厅 39 套餐的套路
@niqiu8 #15 对了, 副卡难道就不能实名了?我觉得可以问一下电信
2020-06-30 10:11:29 +08:00
回复了 niqiu8 创建的主题 分享发现 电信营业厅 39 套餐的套路
@niqiu8 #15 啥系统这么牛逼,厉害了我的 g
2020-06-29 10:31:36 +08:00
回复了 niqiu8 创建的主题 分享发现 电信营业厅 39 套餐的套路
为啥要从副卡退出?现在副卡用起来不是很爽的吗?
2020-06-22 14:10:44 +08:00
回复了 yang991178 创建的主题 分享创造 用 Electron 写了一个 RSS 阅读器
@yang991178 #42 试过了,没问题,多谢!
2020-06-22 13:28:23 +08:00
回复了 yang991178 创建的主题 分享创造 用 Electron 写了一个 RSS 阅读器
@yang991178 #39 等下,改了 CSP hash 后加载内容了,之前看没有内容,是因为改了之后,调试界面一直在,导致 article 页面很小,没看到加载的内容。
2020-06-22 11:34:32 +08:00
回复了 yang991178 创建的主题 分享创造 用 Electron 写了一个 RSS 阅读器
@yang991178 #39 没有,只有下面的

security-warnings.ts:236 Electron Security Warning (enableBlinkFeatures) This renderer process has additional "enableBlinkFeatures"
enabled. This exposes users of this app to some security risk. If you do not
need this feature, you should disable it.

For more information and help, consult
https://electronjs.org/docs/tutorial/security.
This warning will not show up
once the app is packaged.
2020-06-22 11:22:23 +08:00
回复了 yang991178 创建的主题 分享创造 用 Electron 写了一个 RSS 阅读器
@jemyzhang #37
https://github.com/npm/write-file-atomic/issues/41
这个 warning 是 node js 版本导致的,ubuntu 还在用 10.19, 更新到 12 后编译 warning 没有了,但是空白的问题依旧
2020-06-22 11:07:54 +08:00
回复了 yang991178 创建的主题 分享创造 用 Electron 写了一个 RSS 阅读器
@yang991178 #36 试了一下,没有用,不知道我的实验方法对不对。另外 npm build 的时候有 warnning,你看看有没有关系。不懂 js 。

```
npm run build

> [email protected] build /home/jemyzhang/workspace/github/fluent-reader
> webpack --config ./webpack.config.js

Hash: f0f580dd344ad2582a25bc9af38196972d8ebd8e
Version: webpack 4.43.0
Child
Hash: f0f580dd344ad2582a25
Time: 37975ms
Built at: 2020/06/22 上午 10:59:26
Asset Size Chunks Chunk Names
electron.js 189 KiB 0 [emitted] main
Entrypoint main = electron.js
[0] external "path" 42 bytes {0} [built]
[1] external "fs" 42 bytes {0} [built]
[3] external "electron" 42 bytes {0} [built]
[4] external "util" 42 bytes {0} [built]
[5] external "assert" 42 bytes {0} [built]
[9] external "events" 42 bytes {0} [built]
[20] ./src/electron.ts 3.57 KiB {0} [built]
[25] external "constants" 42 bytes {0} [built]
[27] external "stream" 42 bytes {0} [built]
[32] (webpack)/buildin/module.js 497 bytes {0} [built]
[33] external "crypto" 42 bytes {0} [built]
[46] external "os" 42 bytes {0} [built]
[89] ./src/scripts/update-scripts.ts 373 bytes {0} [built]
+ 77 hidden modules

WARNING in ./node_modules/write-file-atomic/index.js
Module not found: Error: Can't resolve 'worker_threads' in '/home/jemyzhang/workspace/github/fluent-reader/node_modules/write-file-atomic'
@ ./node_modules/write-file-atomic/index.js
@ ./node_modules/conf/index.js
@ ./node_modules/electron-store/index.js
@ ./src/electron.ts
Child
Hash: bc9af38196972d8ebd8e
Time: 51701ms
Built at: 2020/06/22 上午 10:59:39
Asset Size Chunks Chunk Names
index.html 495 bytes [emitted]
index.js 1.76 MiB 0 [emitted] main
index.js.map 6.23 MiB 0 [emitted] [dev] main
Entrypoint main = index.js index.js.map
[25] ./src/scripts/models/app.ts 12.4 KiB {0} [built]
[28] ./node_modules/@fluentui/react/lib/index.js + 1 modules 369 bytes {0} [built]
| 2 modules
[34] ./src/scripts/models/page.ts 7.8 KiB {0} [built]
[35] ./node_modules/react-redux/es/index.js + 24 modules 50.3 KiB {0} [built]
| 25 modules
[39] ./src/scripts/utils.ts 4.66 KiB {0} [built]
[40] external "electron" 42 bytes {0} [built]
[49] ./src/scripts/models/source.ts 13.2 KiB {0} [built]
[50] ./src/scripts/models/item.ts 11.2 KiB {0} [built]
[55] ./src/scripts/models/feed.ts 12.9 KiB {0} [built]
[59] ./src/scripts/settings.ts 6.9 KiB {0} [built]
[72] external "fs" 42 bytes {0} [built]
[74] ./src/scripts/models/group.ts 10.8 KiB {0} [built]
[87] ./src/scripts/db.ts 788 bytes {0} [built]
[249] ./src/index.tsx 1.91 KiB {0} [built]
[261] ./src/scripts/reducer.ts 632 bytes {0} [built]
+ 408 hidden modules

WARNING in ./node_modules/write-file-atomic/index.js
Module not found: Error: Can't resolve 'worker_threads' in '/home/jemyzhang/workspace/github/fluent-reader/node_modules/write-file-atomic'
@ ./node_modules/write-file-atomic/index.js
@ ./node_modules/conf/index.js
@ ./node_modules/electron-store/index.js
@ ./src/scripts/settings.ts
@ ./src/index.tsx
Child HtmlWebpackCompiler:
1 asset
Entrypoint HtmlWebpackPlugin_0 = __child-HtmlWebpackPlugin_0
[0] ./node_modules/html-webpack-plugin/lib/loader.js!./src/index.html 781 bytes {0} [built]

```
2020-06-22 10:49:02 +08:00
回复了 yang991178 创建的主题 分享创造 用 Electron 写了一个 RSS 阅读器
@yang991178 #33 刚 clone 下来跑了一把,ubuntu 20.04 ,rss 点击 item 后,没有加载内容,空白的,点击下面的加载网页,网页可以加载。
2020-06-22 10:29:48 +08:00
回复了 yang991178 创建的主题 分享创造 用 Electron 写了一个 RSS 阅读器
@yang991178 #33 赞
2020-06-21 11:30:02 +08:00
回复了 yang991178 创建的主题 分享创造 用 Electron 写了一个 RSS 阅读器
@optimus 容易归容易,有 release 意义不一样😀
2020-06-19 22:42:05 +08:00
回复了 yang991178 创建的主题 分享创造 用 Electron 写了一个 RSS 阅读器
pack 一个 linux 版本呗
2020-05-17 18:14:46 +08:00
回复了 runze 创建的主题 程序员 在开源代码中 rm -rf 是为了什么?
😄pr 直接 ci 推送给用户,脑洞有点大
2020-04-28 21:38:51 +08:00
回复了 atfeel 创建的主题 Android Android 的 shell screencap -p 太慢了,有没有更高效的方法呢?
@atfeel #3 是领导要求你后台偷偷截屏吗?
曾经某大电视大厂领导开大会时就说,我们要统计用户行为,有什么好办法呢,截屏传到服务器解析,喷了喷了
@kebing1011 #24 主力 ubuntu,没问题的
@kebing1011 #11 来个 linux 命令行版本呗
👍浏览器插件炒鸡好用
1 ... 6  7  8  9  10  11  12  13  14  15 ... 45  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2990 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 30ms · UTC 14:50 · PVG 22:50 · LAX 07:50 · JFK 10:50
Developed with CodeLauncher
♥ Do have faith in what you're doing.