码迷,mamicode.com
首页 >  
搜索关键字:i got it    ( 1592个结果
5-3 使用antDesign的form组件
import { Form, Icon, Input, Button, Checkbox } from 'antd'; class NormalLoginForm extends React.Component { handleSubmit = e => { e.preventDefault(); ... ...
分类:其他好文   时间:2019-07-19 18:36:18    阅读次数:109
sqlyog 导入 loss connection
导致我找了很久都没有找到原因,以为是5.5mysql导出来的再导入5.7mysql版本不一样出错了。 试了百度的很多种方法都没有用,试着用命令行导入报: ERROR 1153 (08S01) at line 1012: Got a packet bigger than ‘max_allowed_pa ...
分类:数据库   时间:2019-07-17 16:50:46    阅读次数:114
Django基础第一篇
Django简介 Django框架的设计模式借鉴了MVC的思想,和MVC不同的点是它拆分的三部分,分别为:(Model)模型、 (Template)模板、以及(View)视图 1)最上面的一层,是直接面向最终用户的"视图层"(View)。它是提供给用户的操作界面,是程序的外 壳。 2)最底下的一层, ...
分类:其他好文   时间:2019-07-17 15:28:34    阅读次数:90
LuoguP3806 【模板】点分治1 (点分治)
```cpp #include #include #include #include #include #define R(a,b,c) for(register int a = (b); a = (c); -- a) #define Max(a,b) ((a) > (b) ? (a) : (b))... ...
分类:其他好文   时间:2019-07-16 12:20:24    阅读次数:63
Latest C_HANATEC_15 Exam Cram - Best Way To Pass The C HANATEC 15 Questions
Tired of doing the same job? Get your hands on C_HANATEC_15 exam It is the nature of the human being that he/she will get tired of doing the same task ...
分类:其他好文   时间:2019-07-15 21:14:37    阅读次数:106
前端控制台 JavaScript函数报错 SyntaxError: expected expression, got ';' SyntaxError: expected expression, got 'if'
在火狐浏览器下调试时, 页面报错SyntaxError: expected expression, got ';'或者SyntaxError: expected expression, got 'if'等 其实就是js部分某个变量没有赋值到,例如: 注意: 在前端 test = ; 这样的变量没有赋 ...
分类:编程语言   时间:2019-07-11 20:17:27    阅读次数:129
ValueError: Error when checking input: expected conv2d_1_input to have 4 dimensions, but got array with shape (60000, 28, 28)
+ 报错 + 原因 输入的格式不对 + 解决 将数据集标准化 ...
分类:其他好文   时间:2019-07-11 12:36:04    阅读次数:776
ValueError: Error when checking input: expected input_1 to have 2 dimensions, but got array with shape (100, 100, 100, 3)
+ 报错 + 原因 输入第一层的张量与数据集的shape不同 + 解决 shape参数写成: `shape=data.shape` ...
分类:其他好文   时间:2019-07-08 16:42:55    阅读次数:984
(三)Cisco dhcp snooping实例1-单交换机(DHCP服务器和DHCP客户端位于同一VLAN)
环境:cisco dhcp server和客户端都属于vlan27,dhcp server 接在交换机G0/1,客户端接在交换机的G0/2 cisco dhcp server相关配置 access-switch交换机相关配置 说明: 1、路由器连接交换机的三层接口或者interface vlan里面 ...
分类:系统相关   时间:2019-07-07 09:16:51    阅读次数:137
Lesson2 - homework
Yep, my first home work, i am happy that i worked #13 out independently:) ...
分类:其他好文   时间:2019-07-04 17:46:58    阅读次数:124
1592条   上一页 1 ... 25 26 27 28 29 ... 160 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!