Node.js v6.3.1 Documentation https://nodejs.org/dist/latest-v6.x/docs/api/? npm官网 https://www.npmjs.com/? 菜鸟教程nodejs http://www.runoob.com/nodejs/node ...
分类:
Web程序 时间:
2016-08-07 15:24:43
阅读次数:
160
opencv不用多说,先推荐一个给力的教程: https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_tutorials.html 把tutorial中的例子都实现一遍,能够对opencv有个基本的了解,但是要做 ...
分类:
编程语言 时间:
2016-08-05 10:14:06
阅读次数:
263
在使用django进行开发时,往往需要根据不同的需求对model进行更改。而这时候,python manage.py syncdb就不好使了。 目前有个很好的工具,是south,这个是专门用来更改model的。官方的文档见http://south.readthedocs.org/en/latest/ ...
分类:
数据库 时间:
2016-08-03 15:13:00
阅读次数:
454
普通方式:HttpResponsepolls/views.py
fromdjango.httpimportHttpResponsefromdjango.templateimportRequestContext,loaderfrom.modelsimportQuestiondefindex(request):
latest_question_list=Question.objects.order_by(‘-pub_date‘)[:5]
template=loader.get_template(‘pol..
分类:
编程语言 时间:
2016-08-03 06:47:52
阅读次数:
245
1、URL: https://html5sec.org/ 2、通过点击如图button(也可点击其他:xss firefox)那行的button可以搜索所有button的Cheatsheet,查看都有哪些button是存在问题的;通过点击Safari Latest可以查看最新的Safari浏览器存在 ...
分类:
Web程序 时间:
2016-08-02 11:32:01
阅读次数:
187
下载最新版的HTOPhttp://sourceforge.net/projects/htop/如:wgethttp://sourceforge.net/projects/htop/files/latest/downloadwgethttp://jaist.dl.sourceforge.net/project/htop/htop/1.0.2/htop-1.0.2.tar.gz解压下载文件并且安装如:yuminstall-ygcc,ncurses-develtar-zxfh..
分类:
系统相关 时间:
2016-08-01 23:20:29
阅读次数:
287
eclipse安装Pydev 1.根据自己的eclipse和你安装的python选择可以安装的版本 Update sites for various PyDev versions: Latest version: http://pydev.org/updates Nightly build: htt ...
分类:
系统相关 时间:
2016-08-01 19:10:42
阅读次数:
395
用 Python 理解 Web 并发模型 http://www.jianshu.com/users/1b1fde012122/latest_articles 来源:MountainKing 链接:http://www.jianshu.com/p/80feb3bf5c70# 前言 虽然异步是我们急需掌 ...
分类:
编程语言 时间:
2016-07-30 15:02:46
阅读次数:
241
视图 <html> <head> <title>健康知识</title> <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> </head> <body> <div> <ul c ...
分类:
Web程序 时间:
2016-07-25 16:19:38
阅读次数:
174