摘要:the unix philosophy: main principles small is beautiful. small things could be combined with other small things to create unique and flexible systems. downside: people could have troubles interfacing with small things. make each p......
摘要:windows 2000/xp 的任务管理器是一个非常有用的工具,它能提供我们很多信息,比如现在系统中运行的程序(进程),但是面对那些文件可执行文件名我 们可能有点茫然,不知道它们是做什么的,会不会有可疑进程(病毒,木马等)。本文的目的就是提供一些常用的windows 2000 中的进程名,并简单说明它们的用处。
在windows 2000 中,系统包含以下缺省进程: csrss.exe explorer.exe internat.......
Internet Explorer 编程简述(五)调用IE隐藏的命令关键字:add to favorite, import/export wizard, shell docobject view, internet explorer_server
文章请到codeproject阅读——invoke hidden commands in your webbrowser 【相关文章:Asp组件中级入门与精通系列之六】
【扩展阅读:Asp组件中级入门与精通系列之五】
中文版稍后附上。 【扩展信息:Asp组件中级入门与精通系列之七】
参考资料:
msdn:webbrowser customization
摘要:
字符集问题的初步探讨(二)
--数据库的字符集
saturday, 2004-09-11 11:38 eygle
原文发表于itpub技术丛书《oracle数据库dba专题技术精粹》,未经许可,严禁转载本文.
原文链接:
http://www.eygle.com/special/nls_character_set_02.htm
2. 数据库的字符集
字符集在创建数据库时指定,在创建后通常不能更改,所以......