码迷,mamicode.com
首页 >  
搜索关键字:doesn    ( 809个结果
c++编译常见错误原因集中
1 c++ compiler error c4430 "c++ doesn't support default int" 1.1 可能的原因之一 我用了在一个头文件中定义的宏,但是忘记了include这个头文件。 2 error C2724 'static' should not be used o ...
分类:编程语言   时间:2017-11-17 00:02:06    阅读次数:168
服务器SQL模式--记一次工作中遇到的问题
在迁移一个老项目的时候碰到的问题。因为平时运行稳定,没什么问题,也太关注。这次迁移后测试,服务器报错:[Err]1364-Field‘content‘doesn‘thaveadefaultvalue。觉得很奇怪,为什么会报这个错。之前运行一只很好的。无奈,根据逻辑找到这个相关表,给字段加上默认值,本以为..
分类:数据库   时间:2017-11-14 14:21:45    阅读次数:168
npm 私服工具verdaccio 安装配置试用
1. 安装 npm install -g verdaccio 2. 启动 verdaccio // 界面显示信息 Verdaccio doesn't need superuser privileges. Don't run it und warn config file - /root/.confi ...
分类:其他好文   时间:2017-11-10 00:10:16    阅读次数:8176
adb server version (31) doesn't match this client (36)
运行adb 命令的时候报错: C:\Users\Administrator>adb devices error: cannot connect to daemon 原因分析: 这个是socket 的端口被占用了,我这里是因为360手机助手占用了这个端口,所以其他的就不能够用了。 解决办法: 卸载了3 ...
分类:数据库   时间:2017-11-07 00:05:14    阅读次数:377
Running ASP.NET Core applications on Windows Subsystem for Linux
Setting up Linux on Windows 10 First thing is to enable Windows Subsystem for Linux. It doesn’t install Linux but gets Windows ready for it. Linux sup ...
分类:移动开发   时间:2017-11-06 11:32:25    阅读次数:203
[mysql] 无法通过insert 创建用户ERROR 1364 (HY000): Field 'ssl_cipher' doesn't have a default value
[mysql]ERROR 1364 (HY000): Field 'ssl_cipher' doesn't have a default value 我的MySQL版本为5.6.14版本,是二进制包安装的(虽然是二进制包安装的,但是以下问题同样适用于源码安装包安装的MySQL) 今天在我的测试库上添 ...
分类:数据库   时间:2017-11-04 13:40:32    阅读次数:228
types of transfrmations
http://math.wallawalla.edu/~duncjo/courses/math113/winter08/notes/9-1_math113.pdf Name What Changes What Doesn’t Translation Position Size, Shape, Ori ...
分类:其他好文   时间:2017-11-04 11:25:37    阅读次数:156
ThinkPHP角色控制时的错误
1.Table 'think.think_user' doesn't exist 等的原因是因为'DB_PREFIX' => 'think_', // 数据库表前缀没有配置好,在使用角色控制时需要配置 2.Class 'Admin\Controller\AuthController' not fou ...
分类:Web程序   时间:2017-10-30 11:41:16    阅读次数:174
Boredom CodeForces - 455A
Alex doesn't like boredom. That's why whenever he gets bored, he comes up with games. One long winter evening he came up with a game and decided to pl ...
分类:其他好文   时间:2017-10-28 00:30:06    阅读次数:175
安装memcache遇到的坑
memcached 在make的时候出错,解决办法: # vim memcached.c 修改如下几行56 /* FreeBSD 4.x doesn't have IOV_MAX exposed. */ 57 #ifndef IOV_MAX 58 #if defined(__FreeBSD__) | ...
分类:系统相关   时间:2017-10-27 18:00:16    阅读次数:206
809条   上一页 1 ... 21 22 23 24 25 ... 81 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!