03 2023 档案
摘要:1. sass转 csshttps://www.sassmeister.com/2. android button 在线设定 shape背景http://angrytools.com/android/button/3. android svg 转 vectorDrawablehttp://inloo
阅读全文
摘要:想在android中设定应用的图标文件为svg 前提:有svg文件 1. 有编辑需要的话,可以通过 http://svg.wxeditor.com/ 编辑svg文件 2. 访问 http://inloop.github.io/svg2android/ 把svg文件拖拽到如下位置,点击download
阅读全文
摘要:docker stop 容器ID 报错,无法kill,连接被拒绝 经过网上查找以及实际情况,发现原因为: 服务器重启时,正在运行的docker内的容器正在进行处理, 因为docker没有提前关闭,导致docker没有正常关闭(以前也这样处理过,没有出问题,单这次出了问题), 服务器启动后,此异常容器
阅读全文
摘要:<div id="name" @click="scrollToViewById('name')"> ...... </div> scrollToViewById(id) { if (id == '') { return } this.$nextTick(() => { document.getEle
阅读全文
摘要:1. 移动端访问https域名及接口,显示 java.net.UnknownHostException: Unable to resolve host "xxx" : No address associated with hostname 2. 使用okhttp访问的接口,于是设定忽略证书,报错 j
阅读全文