浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 371 372 373 374 375 376 377 378 379 ··· 630 下一页

2012年5月6日

摘要: Crowbar - SIMILECrowbarglossary definition:= Crowbar is a web scraping environment based on the use of a server-side headless mozilla-based browser.Its purpose is to allow running javascript scrapers... 阅读全文
posted @ 2012-05-06 07:51 lexus 阅读(231) 评论(0) 推荐(0)

摘要: Django | QuerySet API reference | Django documentationlist(). Force evaluation of a QuerySet by calling list() on it. For example:entry_list = list(Entry.objects.all()) 阅读全文
posted @ 2012-05-06 00:44 lexus 阅读(227) 评论(0) 推荐(0)

2012年5月5日

摘要: python技巧31[python中使用enum]以下几种方法来模拟enum:(感觉方法一简单实用)#way1classDirections:up=0down=1left=2right=3printDirections.down#way2dirUp,dirDown,dirLeft,dirRight=range(4)printdirDown#way3importcollectionsdircoll=... 阅读全文
posted @ 2012-05-05 20:31 lexus 阅读(242) 评论(0) 推荐(0)

摘要: Trie树|字典树(字符串排序) - Microgoogle - 博客园Trie树|字典树(字符串排序)有时,我们会碰到对字符串的排序,若采用一些经典的排序算法,则时间复杂度一般为O(n*lgn),但若采用Trie树,则时间复杂度仅为O(n)。Trie树又名字典树,从字面意思即可理解,这种树的结构像英文字典一样,相邻的单词一般前缀相同,之所以时间复杂度低,是因为其采用了以空间换取时间的策略。下图为... 阅读全文
posted @ 2012-05-05 20:22 lexus 阅读(200) 评论(0) 推荐(0)

摘要: go-proxy – Lvs PlayGroundgo-proxy ¶go-proxy是一个用GO语言实现的代理服务器软件,当前仅支持对单站点进行代理。http://go-lang.info是go-proxy的一个实例适用于linux的二进制执行文件: 下载使用方法:go-proxy --target=TARGET_SITE_DOMAIN --port=[7023] --porcs_num=[2... 阅读全文
posted @ 2012-05-05 10:21 lexus 阅读(697) 评论(0) 推荐(0)

摘要: 于ssh端口转发的深入实例[转 - 当当 - 51CTO技术博客 - lexus - 博客园B 机器直接# ssh -CNfg -L 0.0.0.0:21:localhost:2121 root@A机器IP 阅读全文
posted @ 2012-05-05 10:20 lexus 阅读(199) 评论(0) 推荐(0)

摘要: HOWTO: Secure Firefox and IM with PuTTY | Thinkhole LabsHOWTO: Secure Firefox and IM with PuTTYThere are times when you want to connect to the Internet through unknown and/or insecure networks such as... 阅读全文
posted @ 2012-05-05 07:18 lexus 阅读(293) 评论(0) 推荐(0)

摘要: Linux命令行下SSH端口转发设定笔记_leo_百度空间Linux命令行下SSH端口转发设定笔记2012-03-13 11:14在Windows下面我们可以很方便的使用putty等ssh工具来实现将服务器上的端口映射到本机端口来安全管理服务器上的软件或者服务 那么我们换到在Liunx下我们应该怎么做呢? ssh -L 本地端口:服务器地址:服务器端口 用户名@服务器地址 -N 参数详解: -L ... 阅读全文
posted @ 2012-05-05 07:03 lexus 阅读(423) 评论(0) 推荐(0)

摘要: 于ssh端口转发的深入实例[转 - 当当 - 51CTO技术博客于ssh端口转发的深入实例[转2009-11-04 10:56:46标签:职场 休闲首先,认识下这三个非常强大的命令:ssh -C -f -N -g -L listen_port:DST_Host:DST_port user@Tunnel_Hostssh -C -f -N -g -R listen_port:DST_Host:DST_... 阅读全文
posted @ 2012-05-05 06:54 lexus 阅读(316) 评论(0) 推荐(0)

2012年5月4日

摘要: Set start value for AUTOINCREMENT in SQLite - Stack OverflowSet start value for AUTOINCREMENT in SQLite up vote 11 down vote favoriteshare [g+] share [fb] share [tw]How can I set the start value for a... 阅读全文
posted @ 2012-05-04 22:23 lexus 阅读(394) 评论(0) 推荐(0)

摘要: How to get Django AutoFields to start at a higher number - Stack Overflow 1 down voteFor MySQL i created a signal that does this after syncdb:from django.db.models.signals import post_syncdb from proj... 阅读全文
posted @ 2012-05-04 22:14 lexus 阅读(326) 评论(0) 推荐(0)

摘要: Django snippets: uuid model fielduuid model field 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24from django.db import models import uuid class UUIDField(models.CharField) : ... 阅读全文
posted @ 2012-05-04 20:47 lexus 阅读(817) 评论(0) 推荐(0)

摘要: ……。善待家人同事吧 阅读全文
posted @ 2012-05-04 15:20 lexus 阅读(166) 评论(0) 推荐(0)

摘要: 中国人群定向数字广告第一平台高级研发工程师需求人数:1人 工作地点:北京 岗位职责: 1、独立完成互联网和移动互联网项目的系统分析、设计,并主导完成详细设 计和编码的任务,确保项目的进度和质量; 2、能够在团队中完成Code Review的任务,确保相关代码的有效性,正确性和高质量,并能够通过Code Review提供相 关性能以及安全的建议; 3、独立完成系统的系统分析文档和详细设计文档的撰写... 阅读全文
posted @ 2012-05-04 13:28 lexus 阅读(226) 评论(0) 推荐(0)

摘要: Array properties in Spring Framework - Byte SlingerArray properties in Spring FrameworkEasy, simple, and apperently beyond meThings are so easy and intuitive with Spring that it can be frustrating whe... 阅读全文
posted @ 2012-05-04 13:07 lexus 阅读(298) 评论(0) 推荐(0)

摘要: Array properties in Spring Framework - Byte SlingerArray properties in Spring FrameworkEasy, simple, and apperently beyond meThings are so easy and intuitive with Spring that it can be frustrating whe... 阅读全文
posted @ 2012-05-04 13:07 lexus 阅读(195) 评论(0) 推荐(0)

摘要: http://hi.baidu.com/bailang3106/blog/item/cd009ad4c9412908a18bb7bf.htmlpackage com.jd.cis.spider;import java.io.IOException;import java.io.InputStream;import java.net.URL;import java.util.Properties;p... 阅读全文
posted @ 2012-05-04 12:45 lexus 阅读(243) 评论(0) 推荐(0)

摘要: 6 Tips for Managing Property Files with Spring | Summa Blog6 Tips for Managing Property Files with SpringApril 20th, 2009Ben Northrop, Consultant(email the author) What could be simpler than property ... 阅读全文
posted @ 2012-05-04 12:45 lexus 阅读(362) 评论(0) 推荐(0)

摘要: Follow That Page - web monitor: we send you an email when your favorite page has changed.Frequently Asked QuestionsTo see what the current status of Follow That Page is, see http://twitter.com/followt... 阅读全文
posted @ 2012-05-04 07:22 lexus 阅读(345) 评论(0) 推荐(0)

2012年5月3日

摘要: 今天想到一个idea, 于是在后台架构上构思了半天,比如single fileno extra depenccnyeasy deployloc<=2kno third party libraryno schema or easy orm no mysql use sqlite,but not easy concurrencyvirualize frontend各种trade off思考完后端,想前... 阅读全文
posted @ 2012-05-03 21:58 lexus 阅读(310) 评论(0) 推荐(0)

上一页 1 ··· 371 372 373 374 375 376 377 378 379 ··· 630 下一页