2019年10月
在线自动抠图
访问github.com慢
- 访问https://www.ipaddress.com/,输入github.com,查看最近的ip
- 把ip加入host
C:\WINDOWS\system32\drivers\etc
,192.30.253.112 github.com
html技巧
1)html 中文 utf8,加到head里面<meta charset="utf-8">
什么是CI/CD
什么是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去除字符串空格(空白符)
使用js去除字符串内所带有空格方法:
replace正则匹配方法
去除字符串内所有的空格:str = str.replace(/\s*/g,"");
去除字符串内两头的空格:str = str.replace(/^\s|\s$/g,"");
去除字符串内左侧的空格:str = str.replace(/^\s*/,"");
去除字符串内右侧的空格:str = str.replace(/(\s*$)/g,"");
阿里云gitee的问题
阿里云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打包的项目,需要注意的事项。
android studio调试creator打包的项目,需要注意的事项。
- ndk要用r16b的版本
- gradle要用自带的4.1,不用改proxy代理
- android studio设置里搜instant,把Enable Instant Run to ..,取消勾选掉。
- android studio版本用3.2
creator打包的安卓路径不要太长
creator打包的安卓路径不要太长
com.android.ddmlib.AdbCommandRejectedException: device offline
com.android.ddmlib.AdbCommandRejectedException: device offline
解决方法:加入环境pathE:\android\sdk\platform-tools
查看:adb devices
win10激活,好用
win10激活,好用
win10激活:https://www.lanzous.com/i4xucva
win10 host文件路径
windows 10 host文件路径C:\WINDOWS\system32\drivers\etc
加
203.208.41.41 dl.google.com
https://www.cnblogs.com/arcsinw/p/11577341.html
android studio proxy
android studio proxy
- 设置代理:
mirrors.neusoft.edu.cn
https://blog.csdn.net/u010164190/article/details/53168905 - NDK下载 https://developer.android.google.cn/ndk/downloads/older_releases.html#ndk-17c-downloads
- gradle下载:http://services.gradle.org/distributions/
- 打开项目,project structure里设置jdk,gradle,ndk
- 默认sdk,ndk地址:C:\Users\AppData\Local\Android\Sdk ; C:/Users/1/AppData/Local/Android/Sdk/ndk-bundle
外网部署h5,centos 安装 git
centos外网部署H5
1. 查看centos版本号
cat /etc/redhat-release
看cpucat /proc/cpuinfo | grep name
看内存cat /proc/meminfo | head -4
看硬盘df -h
挂载硬盘
2. centos 安装 git
git --version
yum install -y git
yum install -y lrzsz
ubunto安装:apt-get update -y; apt install git; apt install nginx
svn server 远程部署
svn server 远程部署使用软件:VisualSVN server
- 使用教程:
https://blog.csdn.net/weibo1230123/article/details/80522745 - 选中VisualSVN server,设置整个仓库使用ip访问,不用https访问。
windows10企业版下载
windows10企业版下载
64位Win10 1909商业版ISO镜像下载信息
Business商业版包含版本:企业版,教育版,专业版,专业教育版,专业工作站版。
https://www.windows10.pro/win10-1909-iso-download/
windows to Go用企业版即可安装。
一个个人的学习网站,廖雪峰的官方网站
一个个人的学习网站,廖雪峰的官方网站
https://www.liaoxuefeng.com
写的还不错,很适合入门。
不要一开始就想着跨平台
不要一开始就想着跨平台
layui针对pc上的页面来设计的,有很多手机上没有的酷的功能。一开始就想做手机上的话,得不偿失。
其他类似,做好一个细分市场。
vscode字体大小调整
vscode字体大小调整
Ctrol加+/-,即可调大调小字体。