waterye

#

[转载]当function应用在索引列时使用索引

Everyone who has worked with Oracle knows that the optimizer will not use an index if a function is applied to the indexed column.

http://awads.net/wp/2005/11/29/oracle-sql-tip/

posted @ 2005-11-30 11:47 waterye 阅读(409) | 评论 (0)编辑 收藏

GroovyConsole

     摘要: Groovy Console  阅读全文

posted @ 2005-11-29 16:53 waterye 阅读(584) | 评论 (0)编辑 收藏

收集的Windows Script

     摘要: Windows Script Host  阅读全文

posted @ 2005-11-28 22:37 waterye 阅读(664) | 评论 (0)编辑 收藏

VbsEdit

VbsEdit: a VBScript editor for Windows Scripting Host .VBS files.  较简单, 但有Auto-Completion, Run和Debug功能.

download: http://www.vbsedit.com/vbsedit/vbsedit.msi

JsEdit is a JScript editor for Windows Scripting Host .JS files.

posted @ 2005-11-28 19:15 waterye 阅读(490) | 评论 (0)编辑 收藏

Windows Script

Windows Scripting Host(简称 WSH):简化Windows的操作和管理

WSH 提供了兩种 Scripting Host 运行環境:WScript.exe、CScript.exe,前者是图形模式,后者是命令模式。
freespace.vbs

1' 查看C盘的剩余空間
2Set objWmiService = GetObject("winmgmts:")
3Set objLogicalDisk = objWmiService.Get  ("Win32_LogicalDisk.DeviceID='C:'")
4WScript.Echo objLogicalDisk.FreeSpace 

运行
c:\> cscript freespace.vbs


详细参考: http://www.microsoft.com/taiwan/technet/columns/profwin/tnawsh.mspx

posted @ 2005-11-26 03:20 waterye 阅读(526) | 评论 (0)编辑 收藏

py2exe

     摘要: py2exe converts python scripts into executable windows programs  阅读全文

posted @ 2005-11-18 00:55 waterye 阅读(564) | 评论 (0)编辑 收藏

PyDev

PyDev is a plugin that enables users to use Eclipse for Python and Jython development.

一直对Eclipse没有好感, 因为版本之间存在兼容问题, 管理plugins特痛苦, 而且在Java的世界还有更好的ide--Intellij IDEA.
现在Eclipse已经出到3.1, 较以前方便很多, 且可在线安装plugin. 连到http://pydev.sourceforge.net/updates/后直接安装就OK, 接着按step-by-step配置后就能进行python coding.

别忘了, 还有自定义shortcut: Window->Preferences->General->Keys

posted @ 2005-11-17 21:16 waterye 阅读(708) | 评论 (0)编辑 收藏

升级emule

VC的指南
而我只关心积分的问题, 累积了一百多天的记录, 可不想丢失啊

卸载emule时configure tmpl等文件不会被卸载,重装时将configure tmpl覆盖就行了。

posted @ 2005-11-17 00:24 waterye 阅读(542) | 评论 (2)编辑 收藏

mplayer

     摘要: mplayer: 占用资源极少的media player, 低配置pc看hdtvrip, dvdrip的首选.   阅读全文

posted @ 2005-11-14 12:51 waterye 阅读(550) | 评论 (0)编辑 收藏

YaST (Yet Another Setup Tool)

     摘要: suse管理工具: YaST (Yet Another Setup Tool)  阅读全文

posted @ 2005-11-12 00:49 waterye 阅读(1726) | 评论 (0)编辑 收藏

仅列出标题
共18页: First 上一页 8 9 10 11 12 13 14 15 16 下一页 Last