随笔分类 - 开发语言
摘要:<template> <view class="text-container"> 这是一段需要换行的文本,它会在容器的宽度限制下自动换行。 </view> </template> <style> .text-container { width: 200px; /* 设置容器宽度 */ white-s
阅读全文
摘要:第一次使用electron时,用户需在win7上能安装exe应用打包后放到win7打开出现‘无去定位程序输从点 GetPackagefamnilName 动态链接库KERNEL32.dll’最终发现是electron版本太高,无法在win7上运行最终降低版本 electron :11.5.0 降低版
阅读全文
摘要:rray and string offset access syntax with curly braces is deprecated PHP7.4不再支持使用大括号访问数组以及字符串的偏移_PHP代码 php7.4不支持数组{}写法,统一为数组[] 解决办法: 数组{}写法,统一为数组[] $s
阅读全文