随笔分类 - 初来乍到
摘要:#安装adb brew install android-platform-tools #测试adb adb devices
阅读全文
摘要:redis-server.exe --service-install redis.windows.conf
阅读全文
摘要:nginx配置https server { listen 80; listen 443 ssl; server_name lan.oldwei.com; client_max_body_size 2000M; #charset koi8-r; #access_log logs/host.access
阅读全文
摘要:创建git仓库 …or create a new repository on the command line echo "# blank" >> README.md git init git add README.md git commit -m "first commit" git branch
阅读全文
摘要:标签(Tag)可以针对某一时间点的版本做标记,常用于版本发布。 列出tag # 在控制台打印出当前仓库的所有tag git tag # 搜索符合模式的Tag git tag -l 'v1.1.*' 打tag git tag分为两种类型:轻量tag和附注tag。轻量tag是指向提交对象的引用,附注Ta
阅读全文
摘要:主题地址 🙏 感谢esofar的Silence主题 主题安装 按照官方文档进行安装传送门 插件 点击特效 页脚html引用文件 鼠标烟花效果: <script src="https://files.cnblogs.com/files/oldweipro/mouse-click.js"></scri
阅读全文