码迷,mamicode.com
首页 >  
搜索关键字:i got it    ( 1592个结果
Maven error in eclipse (pom.xml) : Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4
i wanna make web project using the Maven to import automatically all libraries that i need, so i chose "maven-archetype-webpp" after that i got this e ...
分类:Web程序   时间:2017-08-30 18:26:25    阅读次数:668
django url路由参数错误
出现错误: TypeError get() got an unexpected keyword argument 'teacher_id 出错原因: view类中,get方法获得了一个多余的额参数,这个参数是通过url正则表达式模版取出的数据,url传递过来的参数 如何解决? get方法中再次增加一 ...
分类:Web程序   时间:2017-08-29 23:47:27    阅读次数:402
MongoDB.Driver 2.4以上版本 在.NET中的基本操作
MongoDB.Driver是操作mongo数据库得驱动,最近2.0以下版本已经从GitHub和Nuget中移除了,也就是说.NET Framework4.0不再能从官方获取到MongoDB得驱动了,其次MongoDB.Driver2.0开始API变更巨大,本文不适用MongoDB.Driver2. ...
分类:数据库   时间:2017-08-29 14:23:18    阅读次数:222
grbl controller 安装在树莓派上
http://zapmaker.org/raspberry-pi/running-grbl-controller-on-raspberry-pi/ 按照方法测试成功。最好命令复制。不要自己输入 。 Make sure that you have your Grbl/Arduino plugged i ...
分类:其他好文   时间:2017-08-24 21:27:45    阅读次数:348
Metasploit 进阶
本文是"T00LS Metasploit(第二季)"的文档版,是个人在观看视频动手操作的一个记录,仅供学习。文中会介绍Metasploit的一些基本使用:主要包括远程代码执行、MIDI文件解析远程代码执行、密码破解、生成后门等。 ...
分类:Web程序   时间:2017-08-23 19:59:54    阅读次数:257
Java学习5——标识符和关键字
标识符: 1、Java对各种变量、方法和类等要素命名时使用的字符串序列称为标识符。凡是自己可以起名字的地方都叫标识符,都要遵守标识符的规则。 2、Java标识符命名规则: 标识符由字母、下划线“_”、美元符$或数字组成。 标识符应以字母、下划线、美元符开头。 Java标识符区分大小写、长度无限制。 ...
分类:编程语言   时间:2017-08-23 19:14:08    阅读次数:163
POJ 2104 K-th Number
Time Limit: 20000MS Memory Limit: 65536K Total Submissions: 59481 Accepted: 20727 Case Time Limit: 2000MS Description You are working for Macrohard co ...
分类:其他好文   时间:2017-08-21 15:46:10    阅读次数:173
mysql数据库导入sql文件时提示“Error Code: 1153 - Got a packet bigger than 'max_allowed_packet' bytes”解决办法
向mysql数据库中导入sql文件时,如果文件过大(几百M),会提示“Error Code: 1153 - Got a packet bigger than 'max_allowed_packet' bytes” 1.查看目前数据库配置 show VARIABLES like '%max_allow ...
分类:数据库   时间:2017-08-21 14:51:42    阅读次数:311
June 11th 2017 Week 24th Sunday
I hope I can find the one who is afraid of losing me. 我希望找到一个担心失去我的人。 When I was young, sometimes I threatened my parents that I would commit suicide ...
分类:其他好文   时间:2017-08-20 21:15:01    阅读次数:166
1592条   上一页 1 ... 83 84 85 86 87 ... 160 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!