会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
淡墨青花
博客园
首页
新随笔
联系
订阅
管理
2022年6月30日
RN 项目开发笔记
摘要: 1. Text 的绝对居中 Android中显示时会有默认的padding保留,导致垂直居中会有误差 //不写下面两个,Android系统上文字会偏下* includeFontPadding: false, textAlignVertical: "center", Text省略号显示 <Text n
阅读全文
posted @ 2022-06-30 13:42 淡墨青花
阅读(188)
评论(0)
推荐(1)
2020年5月21日
Mac 卸载nodejs
摘要: sudo npm uninstall npm -gsudo rm -rf /usr/local/lib/node /usr/local/lib/node_modules /var/db/receipts/org.nodejs.*sudo rm -rf /usr/local/include/node
阅读全文
posted @ 2020-05-21 16:27 淡墨青花
阅读(540)
评论(0)
推荐(0)
2020年5月19日
初始化默认样式
摘要: body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td { margin: 0; padding: 0;}body,button,inp
阅读全文
posted @ 2020-05-19 15:56 淡墨青花
阅读(133)
评论(0)
推荐(0)
Webstorm babel-register 配置一键运行Es6 node.js 服务
摘要: Node interpreter: node path Node parameters: -r babel-register Working directory: Project javascript file: index.js
阅读全文
posted @ 2020-05-19 15:51 淡墨青花
阅读(208)
评论(0)
推荐(0)
公告