lichengxin 的文章
-
Git for Web Development: Get to Know the Typical Workflow of a Project
Web development is intrinsically related to collaboration. Most of the time you’ll be working with other developers, and even if you don’t, Git can …… -
-
-
-
bat 使用 7z 压缩文件夹
@echo off rem 设置7z的命令行程序路径 set zip7=“C:/Program Files/7-Zip/7z.exe” rem 设置压缩包保存路径 set Save=“F:/7z/7zFiles” rem 当天日期,备份文件…… -
-
Mac环境下AndroidStudio关于 Failed to resolve: org.jetbrains.kotlin:kotlin-stdlib-jre7的错误
第一次在Android studio 创建kotlin项目。编译报错: Failed to resolve: org.jetbrains.kotlin:kotlin-stdlib-jre7:1.3.21 解决方法 // implementation"o…… -
-
2022年计算机三级过了还用考二级吗?
618将至,资深DIY玩家跟你聊3000-10000的电脑怎么配二级缓存容量为256KB,三级缓存容量为6MB,热功耗为65W,制程工艺为14nm,带UHD630核显。酷冷至尊暴雪T400 ARGB…… -
Shell中字符串拼接方法
#!/bin/bash name="Shell" url="http://c.biancheng.net/shell/" str1=$name$url #中间不能有空格 str2="$name $url" #如果被双引号包围,那么中间可以有空……
友情链接