G
Q
Q
and
M
E
摘要: 如果在ubuntu中直接使用sudo apt-get install nodejs npm 的命令,可能会导致node版本过低或者npm安装失败 想要在ubuntu中正确安装nodejs及npm,应该先添加nodeSource的签名key,然后安装 (以node.14版本举例) 1.添加key cu 阅读全文
posted @ 2022-10-10 10:11 sy0313 阅读(2337) 评论(0) 推荐(0) 编辑
摘要: 1. 安装sass 较新的版本不需要配置sass-loader等一系列插件,安装即用。 npm install --save-dev sass 2. 编写App.tsx中的基本DOM 更改app.css为app.scss,并删除其中全部内容 使用如下代码替换app.tsx中的内容 import ". 阅读全文
posted @ 2022-09-21 16:10 sy0313 阅读(662) 评论(0) 推荐(0) 编辑
摘要: App.js: 1 import React from 'react' 2 import { StyleSheet, Text, View } from 'react-native' 3 import {NavigationContainer} from '@react-navigation/nat 阅读全文
posted @ 2021-05-27 13:55 sy0313 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 删除 C:\Users\UserName\AppData\Roaming\Google\AndroidStudio4.1\disabled_plugins.txt 解决问题 阅读全文
posted @ 2021-05-06 17:33 sy0313 阅读(55) 评论(1) 推荐(0) 编辑
摘要: 主要内容 .noUse { cursor: not-allowed; pointer-events: none; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); - 阅读全文
posted @ 2021-04-28 17:07 sy0313 阅读(301) 评论(0) 推荐(0) 编辑