一、 Scrapy简介Scrapy is a fast high-level screen scraping and web crawling framework, used to crawl websites and extract structured data from their pages...
SqlServer 2008“Msg 1807, Level 16, State 3, Line 1Could not obtain exclusive lock on database ‘model’. Retry the operation later.Msg 1802, Level 16, S...
分类:
数据库 时间:
2014-07-19 17:28:23
阅读次数:
1153
Oracle RMAN备份一例:Solaris 10 + Oracle 11.2.0.3Shell:csh备份策略:周日0级备份,周一~周六1级备份,每6小时备份归档日志,每天清理历史文件夹.--0级备份脚本:#!/bin/csh#db0 level backupfoldername=`date +...
分类:
数据库 时间:
2014-07-19 08:29:14
阅读次数:
335
现象:笔记本分辨率只能调成1024*768,而且左右有黑边。进BIOS-advanced找到LCDScreenExpansion改成Yes就可以了。
分类:
其他好文 时间:
2014-07-19 02:25:05
阅读次数:
182
一直使用log4j来记录日志,但是一直以来没有深入研究过log4j,最近研究了下log4j,下面总结一下:log4j配置:1. 配置根Logger,其语法为: log4j.rootLogger = [level] , appenderName1, appenderName2, … 其中,level ...
分类:
其他好文 时间:
2014-07-19 00:32:28
阅读次数:
282
2014.07.18Bentley.Limcon.03.63.01.14 1CDBentley.Microstran.Advanced.09.20.01.21 1CDBentley.MSTower.06.20.01.09 1CDGeometric.Glovius.Pro.v3.9.Win32_64 ...
分类:
其他好文 时间:
2014-07-18 22:14:34
阅读次数:
617
原文地址:http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Advanced-Build-Customization
7、 Advanced Build Customization(高级构建定制)
7.1 Build options(构建选项)
7.1.1 Java Compilation o...
分类:
移动开发 时间:
2014-07-18 15:09:58
阅读次数:
335
Const TR_LEVEL_MARK = "+"Const TR_COL_INDEX = "A"Const TR_COL_LEVEL = "E"Const TR_COL_NAME = "C"Const TR_COL_COUNT = "D"Const TR_COL_TREE_START = "F"C...
分类:
其他好文 时间:
2014-07-18 14:16:07
阅读次数:
414
又见回文串
时间限制:1000 ms | 内存限制:65535 KB
难度:2
描述
回文串”是一个正读和反读都一样的字符串,比如“level”或者“noon”等等就是回文串。今天,PIAOYI又遇见一个关于字符串的题:两人玩一个游戏,给一个字符串,两人轮流删除字符串中的任意一个字符,当某人删除字符后,若该字符串可以经过重新整理后是一个回文串,则他获胜。当两人足够聪明均不出...
分类:
其他好文 时间:
2014-07-18 11:17:41
阅读次数:
172
1.pthread_create function creates thread that share the same memory with the process.2.pthread_join function wait for threads until they stop3.The pth...
分类:
系统相关 时间:
2014-07-18 00:19:54
阅读次数:
317