adblock
https://addons.mozilla.org/zh-CN/firefox/addon/adblock-plus/?src=cb-dl-users
firebug
https://addons.mozilla.org/zh-CN/firefox/addon/firebug/?src=cb-dl-users
Greasemonkey
| import requests | |
| import datetime | |
| #get the session id and set the cookies | |
| payload4sessionid={'USER':'guest','PASSWORD':'guest','IMAGE_HEIGHT':'170','IMAGE_WIDTH':'1255','TabHeight':'580'} | |
| index = requests.get("http://10.226.72.29:8080/nmmis/servlet/LoginServlet",params=payload4sessionid) | |
| sessionid= index.cookies['JSESSIONID'] | |
| cookies = dict(JSESSIONID=sessionid) | |
| #get index page |
| 2007年9月遇到师大,我俩不算一见钟情也不算索然无味。灰色的建筑群坐在地上,素面朝天,不施铅华,鸟色花香。从二食堂远远望去有一座 | |
| 烂尾楼,活像运动会颁奖用的领奖台,中间高两头低。历史与文化学院的学姐带领大一的我游览校园,到了这座烂尾楼外围时,浅浅一笑“不远 | |
| 的将来,这就是华北地区最大的图书馆”,还未完工的场地内尘土飞扬,狼犬狂吠声不绝于耳。不远的将来,一不小心就大学本科毕业四年毕业 | |
| 。 | |
| 其实与师大图书馆的结缘和认识不止于此,那时大一,新馆未成,图书馆就暂时蜷缩在劝学楼C区,隐约记得1楼是外文书和语言,2楼是文学类 | |
| 和经济类,3类是工科和理学类,5楼是机房,07年的休斯顿火箭有姚明和麦迪势头正盛,在没有从师大借一本书,安静地坐会之前,我把与师大 | |
| 的第一次亲密接触献给了5楼机房正在现场直播的NBA火箭对马刺。因为学的计算机专业,自然最爱去的3楼入口第二间屋,书架上泛黄的书页发 | |
| 出独有的味道,厚厚地灰尘落满了躺在地上一扎一扎地旧书,被铁丝拧上的窗户将书页老去的香味锁在一间屋里,浓烈地让人无法呼吸。那时 | |
| 计算机类的书还略显老旧,像迂腐地老人躺在架子下不肯下架,即使已经被针线粉身碎骨般地拯救过。即使这样,每次在图书馆游走完毕,也能 | |
| 抱几本中意的书出来,门口的图书馆老师一本本地扫过将要被借出去的书。5楼的报刊阅览室有我高中最喜欢读的《英语广场》,所以5楼也成 |
| sqrt实现: http://fisherlei.blogspot.com/2013/01/leetcode-sqrtx.html |
| /* | |
| * ===================================================================================== | |
| * | |
| * Filename: test.c | |
| * | |
| * Description: | |
| * | |
| * Version: 1.0 | |
| * Created: 03/26/2013 10:39:03 AM | |
| * Revision: none |
| ipcs -a | grep 0x | awk '{printf( "-Q %s ", $1 )}' | xargs ipcrm |
| 空白书签 | |
| http://item.taobao.com/item.htm?spm=a230r.1.10.63.FEUzGL&id=15225223682&_u=a4o60tm0594 | |
| 康颂水彩纸 | |
| http://detail.tmall.com/item.htm?spm=a230r.1.10.1.R4bQZc&id=14040573633&ad_id=&am_id=&cm_id=&pm_id= |
| /* | |
| * ===================================================================================== | |
| * | |
| * Filename: test.cpp | |
| * | |
| * Description: G | |
| * | |
| * Version: 1.0 | |
| * Created: 12/29/2012 08:50:05 AM | |
| * Revision: none |
| http://blog.renren.com/blog/bp/QgOGjxLQBJ | |
| http://blog.renren.com/blog/236371300/274886240 |
| #!/bin/bash | |
| ################################################################################ | |
| # tmuxgo - Dale Bewley <dale @ bewley net> - Sat Feb 19 08:53:30 PST 2011 | |
| #------------------------------------------------------------------------------- | |
| # Use me to get your tmux session restored after a reboot or reattach daily. | |
| # Just type tmuxgo every morning and hit ^bd at the end of the day. Login | |
| # remotely and do the same. | |
| # | |
| # Attaches to an existing session named $SESSION or will create one if missing. | |
| # The created session will be pre-populated with a number of windows. |