摘要:
在git仓库管理下误删除文件一般会分为以下3种情况: 1.手动直接删掉,如选择-右击-删除 这种删除未修改本地仓库【版本库】,只修改了工作区,直接git checkout -- fileName即可恢复。如: 2.使用git rm 删除,是从本地版本库记录中删除该文件,git reset HEAD 阅读全文
摘要:
打开symlink类型的文件报错:无法遵循符号链接,因为其类型已禁用 阅读全文
摘要:
1.以bitcoin为原型的p2p网络构建:https://juejin.im/post/5af90aa36fb9a07ac653244f 2.p2p综述:https://www.cnblogs.com/lotushy/p/9085642.html 3.交易模型:https://blog.csdn. 阅读全文
摘要:
1.判断文件是否存在 https://www.cnblogs.com/platero/p/4021561.html 2.日期赋值 https://www.cnblogs.com/lonelywolfmoutain/p/6165426.html 阅读全文
摘要:
eth区块同步出现这样的WARN: WARN [06-17|13:02:42] System clock seems off by -51.509894715s, which can prevent network connectivityWARN [06-17|13:02:42] Please e 阅读全文
摘要:
1.Https: Feb 21, 2018 5:22:02 PM org.apache.coyote.AbstractProtocol initSEVERE: Failed to initialize end point associated with ProtocolHandler ["http- 阅读全文
摘要:
1,小程序报wxss编译错误,VM 中 not fund, 解决方案:在console中执行openVendor(); 在打开的文件目录中删掉wcsc.exe 然后重启工具。 阅读全文
摘要:
1.入门与量化:https://www.v2ex.com/t/257297 阅读全文
摘要:
1.配置文件找不到beans元素:可能是xsd与spring版本不一致,导致无法效验; 解决方案:将applicationContext.xml中xsd文件定义的版本改为spring jar包中定义的xsd的版本,如果版本定义的太高在本地会无法找到,只能从网络上下载。 第二,在dtd中缺少 xmln 阅读全文
摘要:
1.参考:http://blog.csdn.net/whqet/article/details/42911059?readlog https://developer.mozilla.org/zh-CN/docs/Web/API/Window/requestAnimationFrame //兼容性处理 阅读全文