第二次结对编程总结 成员: 陈灿 刘泽 王子博 github地址:https://github.com/USTC-ASE-P10/wf PSP表格 PSP2.1任务内容计划完成需要的时间(min)实际完成需要的时间(min) Planning 计划 30 30 Estimate 估计这个任务需要多少 ...
分类:
其他好文 时间:
2018-11-03 12:36:43
阅读次数:
171
这个问题的中文提示是: 未能加载文件或程序集“CefSharp.Core.dll”或它的某一个依赖项。找不到指定的模块 具体原因是因为CefSharp运行时需要Visual C++ Redistributable Packages for Visual Studio 2013这个东西,但是有时候电脑 ...
分类:
其他好文 时间:
2018-11-02 20:28:47
阅读次数:
471
plugin caching_sha2_password could not be loaded 我在mac上用Sequel Pro连数据库的时候,会报出以上错误,这是应为8.0.11把身份认证插件改成了 caching_sha2_password ,而客户端没法使用此插件。 这是我们只要用命令行进 ...
分类:
数据库 时间:
2018-11-02 11:09:32
阅读次数:
162
在开发的时候,需要把依赖的服务更新到最新,然后 手动composer update一下,提示如下: 1 failed) Update failed (The "e "https://api.github.com/repos/illuminate/validation/zipball/6590d618 ...
分类:
其他好文 时间:
2018-11-02 00:08:20
阅读次数:
1304
刚接触 Linux ,在 Linux 下安装 redis 链接redis 出现了以下问题 Could not connect to Redis at 127.0.0.1:6379: Connection refused 错误原因:未开启redis 的服务端 ./redis-server redis. ...
分类:
系统相关 时间:
2018-11-01 11:47:09
阅读次数:
152
1、前言 之前写了一篇文章关于 flutter 初体验的一篇,https://www.cnblogs.com/niceyoo/p/9240359.html,当时一顿骚操作,然后程序就跑起来了。 隔了好一段时间,换了个电脑,重新装了个AndroidStudio,继续搭建 Flutter ,然后哐哧哐哧 ...
分类:
其他好文 时间:
2018-10-31 23:23:41
阅读次数:
253
dockerfile 中 使用 npm 的时候报错: 解决办法:https://github.com/tootsuite/mastodon/issues/802 ...
分类:
其他好文 时间:
2018-10-31 20:08:45
阅读次数:
395
错误的代码 <select id="selectpGoodsInfoIdByGoodsId" parameterType="java.lang.Integer" resultMap="java.lang.Integer"> 正确的代码 <select id="selectpGoodsInfoIdBy ...
分类:
编程语言 时间:
2018-10-31 01:06:36
阅读次数:
458
GIT 使用中的常见错误 FAQ 1: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password). 解决办法:-C是用户名 2: fatal: The remote end hung up unexpectedly fat ...
分类:
其他好文 时间:
2018-10-30 17:27:33
阅读次数:
244
org.springframework.transaction.CannotCreateTransactionException: Could not open JDBC Connection for transaction; nested exception is java.sql.SQLExce ...
分类:
数据库 时间:
2018-10-30 13:11:57
阅读次数:
208