win10 微软拼音 繁体切换
win10 微软拼音 繁体
ctrl+shift+f
發发
win10 微软拼音 繁体
ctrl+shift+f
發发
File -> Preferences -> Setting,然后设置:
Exclude加入
**/*.meta
User和Workspace都改一下,这样就对其他项目都有效啦。
送给新人,百度0基础学前端
http://ife.baidu.com/
win10 因为在此系统上禁止运行脚本,的解决办法:
set-executionpolicy remotesigned
nest就可以新建了
npm i -g @nestjs/cli
nest new project-name
NestJs 中文文档 https://docs.nestjs.cn/
完美支持 Typescript
面向 AOP 编程
支持 typeorm
Node.js 版的 spring
构建微服务应用
看起来不错。
npm install -g ts-node
npm install -g typescript
"scripts": {
"start": "ts-node src/index.ts",
阿里 语雀 知识库
面向个人和团队,提供的知识管理,打造轻松流畅的工作协同。
https://www.yuque.com/
C:\WINDOWS\system32\drivers\etc
,192.30.253.112 github.com1)html 中文 utf8,加到head里面<meta charset="utf-8">
什么是CI/CD?
持续集成和发布工具(CI/CD)
https://blog.csdn.net/weixin_43155926/article/details/83033371
jenkins是什么?
https://blog.csdn.net/qq_37372007/article/details/81586751
js去除字符串空格(空白符)
使用js去除字符串内所带有空格方法:
replace正则匹配方法
去除字符串内所有的空格:str = str.replace(/\s*/g,"");
去除字符串内两头的空格:str = str.replace(/^\s|\s$/g,"");
去除字符串内左侧的空格:str = str.replace(/^\s*/,"");
去除字符串内右侧的空格:str = str.replace(/(\s*$)/g,"");
阿里云gitee的问题
ping gitee.com
git pull
或者在 hosts C:\Windows\System32\drivers\etc
里映射 gitee.com 域名到 IP地址 212.64.62.174
国外域名商
godaddy,namesilo, namecheap,Bluehost
android studio调试creator打包的项目,需要注意的事项。
creator打包的安卓路径不要太长
com.android.ddmlib.AdbCommandRejectedException: device offline
解决方法:加入环境pathE:\android\sdk\platform-tools
查看:adb devices
win10激活,好用
win10激活:https://www.lanzous.com/i4xucva
windows 10 host文件路径C:\WINDOWS\system32\drivers\etc
加
203.208.41.41 dl.google.com
https://www.cnblogs.com/arcsinw/p/11577341.html