V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  Exin  ›  全部回复第 11 页 / 共 145 页
回复总数  2884
1 ... 7  8  9  10  11  12  13  14  15  16 ... 145  
2020-07-31 14:32:56 +08:00
回复了 KasuganoSoras 创建的主题 程序员 有什么办法可以根据现有的图片用矢量形状拼凑出来?
最近也想搞这个,内置的编辑器实在难用!

不仅要有把图片转换为游戏内图形的组合的程序(图形的选择、位置、尺寸、色彩),
还要搞一套控制游戏 UI 来把转换得到的结果输入游戏

头大
2020-07-31 09:51:46 +08:00
回复了 black11black 创建的主题 问与答 Websocket 有办法渲染 html 页面吗?
直接扔给 DOM 渲染是最符合楼主描述的设计的,不然就不应该通过 ws 传递 HTML
2020-07-31 09:50:12 +08:00
回复了 black11black 创建的主题 问与答 Websocket 有办法渲染 html 页面吗?
```js
websocket.on('data', event => {
targetElement.innerHTML = event.data // if data is HTML text
})
```
2020-07-31 09:44:27 +08:00
回复了 WittBulter 创建的主题 分享发现 GitHub Codespaces 可能是我用过体验最好的 Web 编辑器
有了这个,文件树插件应该就没人用了
2020-07-30 09:30:23 +08:00
回复了 alex321 创建的主题 奇思妙想 日常生活中,有啥设计得好和不好的产品?
有本书叫《 Design of Everyday Things 》
2020-07-28 10:50:43 +08:00
回复了 yyttll 创建的主题 问与答 上海哪里有靠谱正骨的
建议多运动加强肌肉强度调节体态,这类通过外力强制调整的方式不健康
2020-07-28 10:48:04 +08:00
回复了 CoCoMcRee 创建的主题 JavaScript 请教各位, 前端技术中有较好的文本分页方案吗?
1. 确定行高
2. 计算可视范围行数
3. 完整渲染整个章节到 DOM (怕太长可以分章节)
4. 控制滚动行为,每次翻页即滚动可视范围行数的距离

翻页效果可以通过渲染两份 DOM 在翻页时交替来实现

此外碰到图片之类的非文本,要另作计算
2020-07-27 10:09:02 +08:00
回复了 CamilleWang 创建的主题 职场话题 入职第一天前端应该干什么
“这是键盘,这是鼠标,下班要关机,不不不,你关的那是显示器”
2020-07-21 11:13:02 +08:00
回复了 pythonee 创建的主题 程序员 UCD 设计需要掌握哪些硬核能力
开发转前端?鄙视链末端的前端都已经不算开发了么
2020-07-20 13:48:17 +08:00
回复了 leeolsen 创建的主题 摄影 分享我昨天在北京香山拍的 neowise 新智彗星
漂亮
2020-07-20 10:03:14 +08:00
回复了 cat404 创建的主题 git 大佬们问一个关乎 git 的问题
通常是 git pull --rebase

流行的 git GUI 软件还会在你 push 前自动把你尝试 pull
2020-07-19 21:10:58 +08:00
回复了 lamSakura 创建的主题 问与答 大学买电脑 让爸妈出钱好吗
能担一部分也好的

另外不建议买得太便宜,一定要满足需求
2020-07-18 13:09:01 +08:00
回复了 andyangyu 创建的主题 奇思妙想 Windows10 2004 150% 缩放下一个神奇的发现
200% +1,会有质变
2020-07-17 10:33:28 +08:00
回复了 binggg 创建的主题 程序员 看看有没有获得 Github 「北极开源贡献者」 称号
覆盖面极广,截止 2020/02/02 为止的一年内给开源项目贡献过就会有

---

The 02/02/2020 snapshot archived in the GitHub Arctic Code Vault will sweep up every active public GitHub repository, in addition to significant dormant repos. The snapshot will include every repo with any commits between the announcement at GitHub Universe on November 13th and 02/02/2020, every repo with at least 1 star and any commits from the year before the snapshot (02/03/2019 - 02/02/2020), and every repo with at least 250 stars. The snapshot will consist of the HEAD of the default branch of each repository, minus any binaries larger than 100KB in size—depending on available space, repos with more stars may retain binaries. Each repository will be packaged as a single TAR file. For greater data density and integrity, most of the data will be stored QR-encoded, and compressed. A human-readable index and guide will itemize the location of each repository and explain how to recover the data.
2020-07-16 14:00:01 +08:00
回复了 aloyuu 创建的主题 随想 感觉身边都是一群没理想的人,如同废人一般
INTJ 人格?
2020-07-14 17:19:11 +08:00
回复了 xff1874 创建的主题 macOS 求推荐一款键盘
magic keyboard 很香,全尺寸的更香
2020-07-09 17:16:44 +08:00
回复了 PlainTech 创建的主题 macOS macOS 分辨率调查
2x 缩放

楼主给的选项好像不精确哈,2016 款以后的默认分辨率相当于 2015 款的较小文字,不是 2x 的精确像素缩放
2020-07-09 14:23:40 +08:00
回复了 dangyuluo 创建的主题 奇思妙想 如何在巷道内实现 100 台传感器数据采集?
如果线路是专门为所有灯泡供电的话,在线路上测总电流就行了吧
1 ... 7  8  9  10  11  12  13  14  15  16 ... 145  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   958 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 42ms · UTC 22:50 · PVG 06:50 · LAX 15:50 · JFK 18:50
Developed with CodeLauncher
♥ Do have faith in what you're doing.