上一页 1 2 3 4 5 6 ··· 39 下一页

2024年6月10日

摘要: https://www.woshipm.com/pd/5825188.html 阅读全文
posted @ 2024-06-10 19:19 完美前端 阅读(13) 评论(0) 推荐(0)
摘要: const imgFiles = (require as any).context("./", false, /(\.png)|(\.jpg)$/) const imgUrls: any = {} imgFiles.keys().forEach((key: string) => { const id 阅读全文
posted @ 2024-06-10 19:10 完美前端 阅读(108) 评论(0) 推荐(0)
摘要: 定义css // 字体 - 渐变加描边 @mixin fontColor($backgroundImage, $textStroke, $filterDropShadow) { -webkit-text-stroke: $textStroke; // 描边 font-weight: 700; pos 阅读全文
posted @ 2024-06-10 19:07 完美前端 阅读(123) 评论(0) 推荐(0)

2024年6月6日

摘要: https://juejin.cn/post/7011002186641932324 安装后 adb devices查看 用adb安装app adb install 然后吧文件拖入终端会得到文件地址, 开始安装 adb kill-server 中断adb adb start-server 启动adb 阅读全文
posted @ 2024-06-06 22:02 完美前端 阅读(209) 评论(0) 推荐(0)

2024年5月12日

摘要: 浏览器唤醒app https://blog.51cto.com/deng/5787563 常用 URL Schemes 收集 这里收藏了很多 https://gist.github.com/zhuziyi1989/3f96a73c45a87778b560e44cb551ebd2https://git 阅读全文
posted @ 2024-05-12 16:50 完美前端 阅读(1755) 评论(0) 推荐(0)

2024年5月8日

摘要: uniapp 新建文件 支持ios和android function createFile(bases64, item, savedFilePathOne) { // 请求文件系统 plus.io.requestFileSystem(plus.io.PRIVATE_DOC, function(fs) 阅读全文
posted @ 2024-05-08 18:49 完美前端 阅读(322) 评论(0) 推荐(0)

2024年4月15日

摘要: ios plist文件的格式, 新建文件后缀为.plist 需要有ipa包才可以, 且是https替换ipa地址: https://up.sosovp.com/download/2.ipa替换icon地址: https://cdn.xinstall.com/image/deff_icon.png替换 阅读全文
posted @ 2024-04-15 20:17 完美前端 阅读(247) 评论(0) 推荐(0)
摘要: 生成证书 keytool -genkey -alias sign.keystore -keyalg RSA -validity 10000 -keystore sign.keystore 查看证书 keytool -v -list -keystore sign.keystore 阅读全文
posted @ 2024-04-15 17:19 完美前端 阅读(86) 评论(0) 推荐(0)

2024年1月27日

摘要: Open AI将通用大模型训练的结果,通过ChatGPT的应用形式带到大家面前,意味着发展了大半个世纪的人工智能领域正式步入了广泛意义生产力提升的新纪元。 在AI大模型的加持下,程序员现有的编程范式将会遭到怎样的冲击?面向全新的AI应用时代,开发者的思维、开发方式、工具又该做出怎样的改变? 不管我自 阅读全文
posted @ 2024-01-27 15:30 完美前端 阅读(241) 评论(0) 推荐(0)

2024年1月25日

摘要: 上传 public function index() { // 上传单个 $file = $this->request->file('image'); // 验证规则 $validate = Validate::rule([ 'file' => 'fileSize:10240000|fileExt: 阅读全文
posted @ 2024-01-25 00:06 完美前端 阅读(177) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 39 下一页

导航