上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 67 下一页
摘要: UE4 解决字体乱码问题:https://www.bilibili.com/video/av67272645/ 1)window + r,运行 fonts,打开字体文件夹。找到「宋体常规」,复制到项目目录下 Content/Fonts 中(simsun.ttc) 2)UE4 提示新资产提示,选择「导 阅读全文
posted @ 2022-03-27 20:19 贝尔塔猫 阅读(1017) 评论(0) 推荐(0)
摘要: /** * 获取 zoom、level 的几种方法 */ // https://zhuanlan.zhihu.com/p/401514896 function getZoomLevel() { let h = viewer.camera.positionCartographic.height if 阅读全文
posted @ 2022-03-14 19:32 贝尔塔猫 阅读(2231) 评论(0) 推荐(0)
摘要: const getViewExtend = () => { let params = {} let extend = viewer.camera.computeViewRectangle() if (typeof extend 'undefined') { //2D下会可能拾取不到坐标,extend 阅读全文
posted @ 2022-03-14 12:30 贝尔塔猫 阅读(2711) 评论(0) 推荐(0)
摘要: 原文教程: axios的实现:https://www.cnblogs.com/blackbentel/p/10981516.html ajax的实现:https://www.cnblogs.com/yiyide266/p/6932250.html fetch 的实现:https://javascri 阅读全文
posted @ 2022-03-09 23:27 贝尔塔猫 阅读(2917) 评论(0) 推荐(0)
摘要: OTT端性能优化建设之本地缓存设计 | 《优酷OTT互联网大屏前端技术实践》第七章-阿里云开发者社区 - Google Chrome local_cache.js // local_cache.js // 原文地址:https://developer.aliyun.com/article/77177 阅读全文
posted @ 2022-03-04 11:08 贝尔塔猫 阅读(187) 评论(0) 推荐(0)
摘要: 1、我尝试头部加入了 #!/usr/bin/env node 但也无效,反而报错了。似乎是不识别一样。 我又检查了 package.json 的 Bin 和 main 都是正常的。毕竟我其他电脑也能正常使用 2、最终在 github 发现,将文件重新设置为 带有 BOM 编码的 UTF8 就恢复了。 阅读全文
posted @ 2022-01-07 19:27 贝尔塔猫 阅读(1330) 评论(0) 推荐(0)
摘要: 参考文章:https://stackoverflow.com/questions/53117619/openlayers-5-v5-2-0-draw-circle-as-polygon <!DOCTYPE html> <html lang="en"> <head> <meta charset="UT 阅读全文
posted @ 2021-12-23 17:03 贝尔塔猫 阅读(550) 评论(0) 推荐(0)
摘要: vscode 关闭烦人的 tooltip 提示 阅读全文
posted @ 2021-12-16 11:02 贝尔塔猫 阅读(258) 评论(0) 推荐(0)
摘要: 如何在 vscode 配置代码片段? ctrl + shift + p 命令面板,输入 user,找到 user snippets,选择 new global snippets file,输入名称,开始编写。 { "Print to console": { "prefix": "log", "bod 阅读全文
posted @ 2021-12-08 11:13 贝尔塔猫 阅读(173) 评论(0) 推荐(0)
摘要: 安装依赖 $ npm i jszip os shelljs -S app.js // $ npm i jszip os shelljs -S const fs = require('fs') const { join, sep } = require('path') const os = requi 阅读全文
posted @ 2021-12-04 10:33 贝尔塔猫 阅读(185) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 67 下一页