随笔分类 -  Other

摘要:Name ipsec.conf - IPsec configuration and connections Description The optional ipsec.conf file specifies most configuration and control information for the Openswan IPsec subsystem. (The major excepti... 阅读全文
posted @ 2014-04-16 19:35 血舞&葬青衣 阅读(6558) 评论(0) 推荐(0)
摘要:要想彻底搞清楚这款开源OCR软件的来龙去脉,还得看Google开源项目的说明:http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3,在这里我就不过多详细的说明了。要训练一个新的语言(自定义语言或者某种自然语言都可以)对应的traineddata文件,需要产生下列过程文件:• lang.config• lang.unicharset• lang.unicharambigs• lang.inttemp• lang.pffmtable• lang.normproto• lang.punc-dawg• lang.word-dawg 阅读全文
posted @ 2012-06-03 22:08 血舞&葬青衣 阅读(2141) 评论(1) 推荐(0)
摘要:@echo offsetlocal EnableDelayedExpansionset str=D:\TDDOWNLOAD\Java\Testset /p str=请把目录拉到本窗口后回车:cd /d %str%:replaceset oldname=set /p oldname=请输入需要被替换的字符:set newname=set /p newname=请输入需要替换为的字符::loopfor /f "delims=" %%i in ('dir /a-d /b') do ( set "u=%%i" rem echo "%%i 阅读全文
posted @ 2011-12-19 10:45 血舞&葬青衣 阅读(490) 评论(0) 推荐(0)