lichengxin 的文章
-
Vue动态配置IP及端口,打包后随时改随时生效。
一、利用public下的文件不会被打包的原理 在pubic下生成一个json文件,在封装的axios中用原生ajax请求去获取json文件,根据自定义的环境来设置接口地址。 conf…… -
-
C# 实现16进制字符串转换ASCII
现成代码,直接调用 //方法里直接传入需要转换的16进制字符串 String ReceiveCmd=HexStringToASCII(SerialCom.ByteToString(serialCom.ReceiveAllData())); …… -
-
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 当天日期,备份文件…… -
友情链接