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
出现错误: TypeError get() got an unexpected keyword argument 'teacher_id 出错原因: view类中,get方法获得了一个多余的额参数,这个参数是通过url正则表达式模版取出的数据,url传递过来的参数 如何解决? get方法中再次增加一 ...
分类:
Web程序 时间:
2017-08-29 23:47:27
阅读次数:
402
MongoDB.Driver是操作mongo数据库得驱动,最近2.0以下版本已经从GitHub和Nuget中移除了,也就是说.NET Framework4.0不再能从官方获取到MongoDB得驱动了,其次MongoDB.Driver2.0开始API变更巨大,本文不适用MongoDB.Driver2. ...
分类:
数据库 时间:
2017-08-29 14:23:18
阅读次数:
222
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
本文是"T00LS Metasploit(第二季)"的文档版,是个人在观看视频动手操作的一个记录,仅供学习。文中会介绍Metasploit的一些基本使用:主要包括远程代码执行、MIDI文件解析远程代码执行、密码破解、生成后门等。 ...
分类:
Web程序 时间:
2017-08-23 19:59:54
阅读次数:
257
标识符: 1、Java对各种变量、方法和类等要素命名时使用的字符串序列称为标识符。凡是自己可以起名字的地方都叫标识符,都要遵守标识符的规则。 2、Java标识符命名规则: 标识符由字母、下划线“_”、美元符$或数字组成。 标识符应以字母、下划线、美元符开头。 Java标识符区分大小写、长度无限制。 ...
分类:
编程语言 时间:
2017-08-23 19:14:08
阅读次数:
163
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文件时,如果文件过大(几百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
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