
程序
文章平均质量分 74
wswms
我思故我在,欲速则不达
展开
-
iostream
#include #include #include #include #include using namespace std;template void filter_string( InputIterator first, InputIterator last, string filt_elems = string("/",?.")){ for ( ; first != last原创 2005-05-30 17:37:00 · 959 阅读 · 0 评论 -
emacs的安装、配置
1. 下载A) Emacs这里有更多B) gnuserv2. 配置A) .emacs;; Begin work-around for Emacs 20.3 bug in lazy-lock. See the FAQ under ;; upgrading from 19.34.6 to 20.3.1. When doesnt work on原创 2007-05-03 23:03:00 · 1719 阅读 · 0 评论 -
NT Emacs Installation
This writeup reflected NT Emacs version 20.6, released at the end of February, 2000. It has been adjusted to reflect 21.3, and should work.How to Install NT Emacs.A complete (I hope) guide for t原创 2007-05-03 23:22:00 · 2278 阅读 · 0 评论 -
如何避免发Email忘记标题或附件
Every one perhaps encountered below situation:1. When you sent a mail, you forgot to attachment the file you mentioned in the mail. So have to send again.2. You forgot to write the Subject, so th原创 2007-08-07 13:09:00 · 1180 阅读 · 0 评论 -
VC调试入门
原文地址:http://www.vckbase.com/document/viewdoc/?id=924概述 调试是一个程序员最基本的技能,其重要性甚至超过学习一门语言。不会调试的程序员就意味着他即使会一门语言,却不能编制出任何好的软件。 这里我简要的根据自己的经验列出调试中比较常用的技巧,希望对大家有用。 本文约定,在选择菜单时,通过/表示分级菜单,例如Fil转载 2007-04-30 08:48:00 · 779 阅读 · 0 评论 -
Cmd Prompt Here For Nt/2000/xp/200
为了从资源管理器中通过打开DOS窗口,我搜索了一些方法,但是在易用性上,达不到我的要求: 一般只能再文件夹上添加相关菜单,这样为了打开DOS窗口,有的时候我们要往上退回一级,才能弹出相关菜单。 搜索了很多资料,总算找到了一个方法: CmdHere is just a .reg file that adds an entry to Windows Explo原创 2007-08-13 23:07:00 · 1308 阅读 · 0 评论 -
推荐一个软件 Glary Utilities
Glary Utilities 100% freeware Glary Utilities是世界排名第一的自由,强大和全合一事业,在世界市场,它提供了许多强大而易用的系统工具和实用程序来修复,加速,维护你的电脑.功能: Category原创 2007-08-13 23:20:00 · 1726 阅读 · 0 评论 -
msiexec的应用
用法:msiexec /Option [Optional Parameter]安装选项 安装或配置产品 /a 管理安装 - 在网络上安装产品 /j [/t ] [/g ] 播发产品 - m 播发到所有用户,u 播发到当前用户 卸载产品显示选项 /quiet 安静模式,无用户交互原创 2007-08-15 21:24:00 · 1807 阅读 · 0 评论 -
How To Default To Search Companion With Windows Desktop Search
Much though I love the newly released Microsoft Office 2007, one thing bugged the hell out of me. To get search to work in Outlook (and search is handy if you want to find specific emails from 6 m转载 2007-05-30 22:03:00 · 1151 阅读 · 0 评论 -
有些软件,你想到了吗
今天,我接触了两款新的软件:Windows Desktop Search Windows Desktop Search (WDS) 是一款应用程序,最终用户可借助该应用程序轻松地搜索其硬盘和电子邮件消息中的内容。 鉴于它可以帮助个人用户和企业员工轻松快速地找到他们所需的信息,因而可以大大提高他们的工作效率。 当今的社会是一个信息化的社会,我们每天都要处理不计其数的电子邮件、文件和文档。序列号输原创 2007-04-28 21:52:00 · 774 阅读 · 0 评论 -
COM技术初探
原文地址:http://www.vckbase.com/document/viewdoc/?id=915目录 一. COM是一个更好的 C++ 1. COM 是什么 2. 从 C++ 到 DLL 再到 COM 2.1 C++ 2.2 DLL 2.3 COM原创 2007-04-30 09:15:00 · 773 阅读 · 0 评论 -
35岁以前成功的12条黄金法则
35岁以前成功的12条黄金法则》是王大庆先生写的一部成功励志书。王大庆于1993年开始 创业,经过10年的奋斗,一步一步地实现了自己的奋斗目标,公司从当初只有3个人发展到 今天旗下一百多人,营业额从几十万元发展到数千万元。他以不到35岁的年纪能取得这样的 成绩确实难能可贵。 成功自有成功的道理。王大庆在这本书中总结了自己成功的经验,并将其概括成为12条 黄金法则:"转载 2006-04-18 12:19:00 · 879 阅读 · 0 评论 -
A sample for COM Event
1. COM ServerCreate a COM project using ATL, such as ChildSvr.Add CoClass (Child) with Connect point.(The IDE will add a CProxy_IChildEvents for you)Add method to interface. Note:原创 2005-06-09 17:21:00 · 1107 阅读 · 0 评论 -
如何开发出一个高质量的J2EE(转载)
如何开发出一个高质量的J2EE系统板桥里人 http://www.jdon.com 2005/06/20 J2EE学习者越来越多,J2EE本身技术不断在发展,涌现出各种概念,本文章试图从一种容易理解的角度对这些概念向初学者进行解释,以便掌握学习J2EE学习方向。 首先我们需要知道Java和J2EE是两个不同概念,Java不只是指一种语言,已经代表与微软不同的另外一个巨大阵营,所以Jav原创 2006-01-14 18:02:00 · 2497 阅读 · 0 评论 -
常用学习网站
1.http://www.sourceforge.com与http://www.codeproject.com 我心目中真正的淘宝网,除Google百度外搜东西常去之处 http://www.c-sharpcorner.com/C# Corner http://martinfowler.com/ 见过的大师不多,指导过我得更少,当面深入交流过的只有他 http://channel9.ms原创 2006-01-11 19:28:00 · 1075 阅读 · 0 评论 -
Input and output of iostream.
Output: 1. const char * p = ?; cout(const_cast (p)); . 2. #include #include #include #include string pooh_pals[] = {原创 2006-01-10 19:19:00 · 932 阅读 · 0 评论 -
百家之言-Jave
http://www.cppreference.com/index.htmlhttp://www.research.att.com/~bs/homepage.html Bjarne Stroustrups homepagehttp://community.youkuaiyun.com/Expert/topic/4348/4348563.xml?temp=.9397699语言仅仅是一种工具而已。不同原创 2006-01-14 18:02:00 · 1545 阅读 · 0 评论 -
web site.
http://home.donews.com/donews/article/8/89726.html 你不能不知道的免费软件http://www.stlchina.org/documents/EffectiveSTL/index.html http://www.cppreference.com/index.htmlhttp://www.research.att.com/~bs/home原创 2006-01-17 17:34:00 · 978 阅读 · 0 评论 -
(转贴)从Coding Fan到真正的技术专家
从Coding Fan到真正的技术专家 作者:happy_forever 来自:未知 以下文章都是经典,看不看随你的便,我只希望知识掌握在更多中国人的手里!转载 2006-04-18 12:03:00 · 741 阅读 · 0 评论 -
软件产业的知识经济
软件产业的知识经济 (摘自《java夜未眠》) ——蔡学镛 近来,「知识经济」一词在媒体、会议中出现的频率很高。连台湾地区政府都夸夸而谈知识经济在十年后,可们创转载 2006-04-18 12:09:00 · 818 阅读 · 0 评论 -
Folder Compare
记:今日在家休息,一前同事拜托写一程序,比较两个文件夹,看目标文件夹下新增,删除了那些文件。 代码如下: 1: 2: #include "stdafx.h" 3: 4: #include 5: #include 6: 7: #include原创 2009-09-07 09:39:00 · 1381 阅读 · 0 评论