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

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

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年3月17日

摘要: A Database Query Language — HTSQLHTSQL is a comprehensive navigational query language for relational databases.HTSQL is designed for data analysts and other accidental programmers who have complex bus... 阅读全文
posted @ 2012-03-17 11:30 lexus 阅读(203) 评论(0) 推荐(0)

摘要: HAproxy 1.4.20 发布 - 开源中国HAProxy提供高可用性、负载均衡以及基于TCP和HTTP应用的代理,支持虚拟主机, 它是免费、快速并且可靠的一种解决方案。HAProxy特别适用于那些负载特大的web站点, 这些站点通常又需要会话保持或七层处理。HAProxy运行在当前的硬件上,完全可以支持数以万计的并发连接。并且它的运行模式使得它可以很简单安全的整 合进您当前的架... 阅读全文
posted @ 2012-03-17 11:00 lexus 阅读(296) 评论(0) 推荐(0)

摘要: http://my.oschina.net/u/89296/blog/42717#encoding=utf-8# 甄码农代码 2012 03 06# 打开sqlite3内存数据库,执行操作,将内存数据库保存到文件import sqlite3import StringIO#使用:memory:标识打开的是内存数据库con = sqlite3.connect(":memory:")cur = con.... 阅读全文
posted @ 2012-03-17 10:28 lexus 阅读(2440) 评论(0) 推荐(0)

摘要: 个人作品 | 代码回音个人作品2010年10月2日由Leyond留下评论主要是想把之前写的一些程序整理出来,不能登大雅之堂,纯当自我娱乐。一、Ajax在线播放器这是一个简单的在线音乐播放器,由于基于Ajax技术使得网页在试听过程中不要刷新页面。但是页面很简陋,用户通过输入歌曲或者和歌手,然后点击搜索,后台的Servlet就会使用百度音乐搜索出歌曲,然后返回歌曲链接地址和歌词内容,最后予以播放和歌词... 阅读全文
posted @ 2012-03-17 02:30 lexus 阅读(356) 评论(0) 推荐(0)

摘要: 使用PyXLL在Excel中执行Python脚本 | 代码回音使用PyXLL在Excel中执行Python脚本2012年02月10日由Leyond发布在 Python留下评论PyXLL是一款能够使得在Excel中能够执行Python脚本的插件,不过它是使用Excel扩展库(XLL)的方式,这跟平常加载一些常用的宏方式是一样的。使用pyXLL,首先你必须安装Python,目前支持2.X版本,你可以选... 阅读全文
posted @ 2012-03-17 02:26 lexus 阅读(9580) 评论(0) 推荐(0)

摘要: Welcome — PyXLL: Python Excel AddinsVersion 1.3.2 available to download now - see the changelog for what’s new.Welcome¶PyXLL makes it possible to write addins for Microsoft Excel in Python. Using sim... 阅读全文
posted @ 2012-03-17 02:10 lexus 阅读(1546) 评论(0) 推荐(0)

摘要: zzzhc's Blog高效能文本编辑的7个习惯Dec 10th, 2011Seven habits of effective text editing编辑单个文件1. 快速移动查找光标下单词在当前文件的其它位置 * 向后查找# 向前查找 搜索文本, /pattern使用%跳转到对应块的结尾/开头,安装matchit插件效果更好使用gd跳转到变量定义掌握更多高效编辑命令的三个基本步骤: * 留意编... 阅读全文
posted @ 2012-03-17 01:48 lexus 阅读(443) 评论(0) 推荐(0)

摘要: zzzhc's Blog有道字典 Chrome ExtensionDec 12th, 2011有道字典的chrome extension会把鼠标下的词log到console里,debug的时候让人烦, 看了下code, 直接用的console.log, 发布的时候也没注释掉. 跑到~/Library/Application Support/Google/Chrome/Default/Extensi... 阅读全文
posted @ 2012-03-17 01:47 lexus 阅读(587) 评论(0) 推荐(0)

摘要: lucene 3下最快的中文分词器 - zzzhc's BlogLucene 3下最快的中文分词器Jun 19th, 2011包包分词器 - 一个基于字典的快速中文分词器source codegithub projectfeatures简单 1000LOC高效 7M+ chars/second支持中文,英语,数字自动识别未登录词支持OffsetAttribute支持TypeAttribute支持P... 阅读全文
posted @ 2012-03-17 01:45 lexus 阅读(472) 评论(0) 推荐(0)

摘要: Scrap websites with nodejs!Scrap websites with nodejs!I really wanted to experiment a little bit with nodejs. So some days ago a friend of mine told me that he used a cool python library in order to s... 阅读全文
posted @ 2012-03-17 01:43 lexus 阅读(210) 评论(0) 推荐(0)

摘要: jsdom + jQuery in 5 lines with node.jsblog.nodejitsu.com - scaling node.js applications one callback at a time.about nodejitsunodejitsu is a node.js application hosting and martial arts training compa... 阅读全文
posted @ 2012-03-17 01:30 lexus 阅读(173) 评论(0) 推荐(0)

摘要: jsdom + jQuery in 5 lines with node.jsblog.nodejitsu.com - scaling node.js applications one callback at a time.jsdom + jQuery in 5 lines with node.jsScreen scraping has been a focus of engineering for... 阅读全文
posted @ 2012-03-17 01:28 lexus 阅读(325) 评论(0) 推荐(0)

摘要: Job advert: Data scientist / web scraper | ScraperWiki Data BlogJob advert: Data scientist / webscraperPosted on March 13, 2012 by Francis Irving Pool temperatures, company registrations, dairy prices... 阅读全文
posted @ 2012-03-17 01:26 lexus 阅读(320) 评论(0) 推荐(0)

摘要: ~~ 阅读全文
posted @ 2012-03-17 01:16 lexus 阅读(144) 评论(0) 推荐(0)

摘要: Civic Hacking with Python – Part 2 « syslogd.netCivic Hacking with Python – Part2November 24, 2011 Marco Ponton Leave a comment Go to commentsI apologize for the time it took before writing this part,... 阅读全文
posted @ 2012-03-17 00:49 lexus 阅读(391) 评论(0) 推荐(0)

摘要: webscraping - Python library for web scraping - Google Project HostingOverviewThe webscraping library aims to make web scraping easier.All code is pure Python and has been run across multiple Linux s... 阅读全文
posted @ 2012-03-17 00:01 lexus 阅读(118) 评论(0) 推荐(0)