04 2015 档案

摘要:Bluefish is a GTK+ HTML editor for the experienced web designer. Its features include nice wizards for startup, tables and frames; a fully featured im... 阅读全文
posted @ 2015-04-26 15:47 维博.WILBUR 阅读(462) 评论(0) 推荐(0)
摘要:比如,从下面的文件夹中找出第一个以file_1_1开头的txt文件(文件名按字母顺序排序) 代码可以这样写 @echo off setlocal enabledelayedexpansion set path=D:\Workspace\Test\Data for /f "delims=" %%i in ('dir /a-d /b /on %path%\file_1_1*.txt') do ( ... 阅读全文
posted @ 2015-04-17 19:31 维博.WILBUR 阅读(2468) 评论(0) 推荐(0)
摘要:给学习SQL的同学的福利@ http://sqlschool.modeanalytics.com/ 第一部分 学习SQL 本教程是专为那些想用数据回答问题的人们而设计的。从很大程度上讲,SQL是数据分析的基础,它可以用来访问、清洗和分析存储在数据库中的数据。SQL是很容易学习的,而且有世界上最大的公司用来解决非常具有挑战性的问题。 SQL学院是专为那些使用过一点点Excel、没有SQL经验的有... 阅读全文
posted @ 2015-04-17 15:49 维博.WILBUR 阅读(368) 评论(0) 推荐(0)
摘要:Let's say, configuration list in config.ini is as:abc=abca=alocalpath=D:\local\pathTo read the key-value, we create a test.bat:@echo offsetlocal enabl... 阅读全文
posted @ 2015-04-17 06:47 维博.WILBUR 阅读(2636) 评论(0) 推荐(0)
摘要:在阅读《跟孩子一起学编程》的同学对easygui应该不会陌生。书中给出的下载链接有时会连不上,可以试一下http://www.ferg.org/easygui/download.html下载下来后解压缩,把easygui.py放在PythonXX/Lib/site-packages路径下就可以啦。测... 阅读全文
posted @ 2015-04-05 22:08 维博.WILBUR 阅读(320) 评论(0) 推荐(0)
摘要:SQL Database Engine: TCP 1433 & UDP 1434 SQL Analysis Service: TCP 2383 (2382 if named instance) Windows Firewall with Advanced Security On Windows 7 or Windows Vista, in Control Panel, click Syst... 阅读全文
posted @ 2015-04-02 13:19 维博.WILBUR 阅读(325) 评论(0) 推荐(0)