【已解决】PyCharm中git提交出错:PyCharm author is not ‘Name ‘ and matches no existing author
crifan 10年前 (2016-10-09) 10695浏览
折腾: 【记录】把已有的PyCharm项目代码加到已有的OSChina的git仓库中 期间,在PyCharm中,填写了作者crifan后,去commit and push 结果出错: 2016/10/9 20:55 Commit fai...
工作相关的技术文章
crifan 10年前 (2016-10-09) 10695浏览
折腾: 【记录】把已有的PyCharm项目代码加到已有的OSChina的git仓库中 期间,在PyCharm中,填写了作者crifan后,去commit and push 结果出错: 2016/10/9 20:55 Commit fai...
crifan 10年前 (2016-10-09) 3028浏览
然后要去用git clone: http://git.oschina.net/runningfast/RunningFast-Server 结果出错: 【已解决】用git下载代码提示:Agreeing to the Xcode/iOS licens...
crifan 10年前 (2016-10-09) 3760浏览
之前已经有了一些折腾了: [已解决]SQLAlchemy的数据库迁移工具:Flask-Migrate vs Alembic [已解决]SQLAlchemy中添加枚举类型字段 [未解决]Flask中SQLAlchemy中更新数据库同时保持原有数据 好像...
crifan 10年前 (2016-10-09) 4677浏览
折腾: 【已解决】Sequel Pro连接mysql数据库出错:MySQL said: Host is not allowed to connect to this MySQL server 期间,已知当前的IP是58.208.67.177 现在需要...
crifan 10年前 (2016-10-09) 5161浏览
折腾: 【已解决】Sequel Pro连接mysql数据库出错:MySQL said: Host is not allowed to connect to this MySQL server 期间,新建的mysql的用户,结果无法登录 (Run...
crifan 10年前 (2016-10-09) 5324浏览
折腾: 【整理】mysql collate 作用 期间,去找找三个的区别。 utf8_unicode_ci vs utf8_bin vs utf8_general_ci mysql – utf8_bin vs. utf_unicode_c...
crifan 10年前 (2016-10-09) 4266浏览
Configuring database connection results in Error: Host ‘xxxxxxx’ is not allowed to connect to this MySQL server &...
crifan 10年前 (2016-10-09) 8443浏览
Mac中用Sequel Pro去连接一个Mysql的数据库 点击连接,结果失败: Connection failed! Unable to connect to host 115.29.173.126, or the request time...
crifan 10年前 (2016-10-09) 3712浏览
折腾: 【整理】facebook的授权登录后得到的用户的id 期间,想要去搞清楚 openid和oauth后得到的id的区别 openid vs oauth OpenID – Wikipedia, the free encyclopedi...
crifan 10年前 (2016-10-08) 4571浏览
之前用Flask-restful的api时,用代码: class SmsCodeAPI(Resource): def __init__(self): self.reqparse = reqparse.RequestPar...