搜讯网www.weaseek.com 搜索信息化聚合门户

『找到相关 约 44 篇』

2008-8-18 [资讯]Delphi实例分析:文本文件的存取
, StdCtrls, ExtCtrls, ShellAPI, Menus; const mymsg= wm_user + 1; iid = 100; type TFrmText = class(TForm...
http://developer.weaseek.com/2008/0818/49900676_1.shtml - 类似网页
2008-8-15 [资讯]C#和.Net 33道经典面试题目及答案
919,Const和ReadOnly? 答:Const用来申明编程时申明常量,ReadOnly用来申明运行时常量。 20,UDP和TCP连接有和异同? 答:TCP是传输控制协议,提供的是面向...
http://developer.weaseek.com/2008/0815/49801088.shtml - 类似网页
2008-8-8 [资讯]C/C++项目中的代码复用和管理
LogOutput(const TCHAR *format,…);这个模块需要初始化,初始化的过程,有一步是从配置文件中,得到Log文件的路径。bool LogInit() { CString...Log.c中的LogInit()这个函数,给他传入一个Log文件路径,而不是调用配置文件去读取. bool LogInit(const CString &str) { if(str...
http://developer.weaseek.com/2008/0808/49261032_1.shtml - 类似网页
2008-8-7 [资讯]从Windows向Linux 迁移设备控制应用程序
。清单 2 显示如何使用 open 获取设备句柄。清单 2. Linux 的 open 函数int open (const char *pathname, int flags, mode...
http://developer.weaseek.com/2008/0807/49169235_1.shtml - 类似网页
2008-8-6 [资讯]华为面试秘籍:写给想去华为的应届毕业生
面试:这轮也不难,还是考的基础知识,通常会问你什么学的比较好,然后再问你.也是比较基础的,比如以下四个表达式分别表示什么:char *pchar * const pconst char* p...const char *const p还有一些基本的算法,比如如何将链表逆置,可能会让你动手写的,所以平时自己多在电脑上练练,不要临场什么都写不出来.技术面试也比较好过,面试的过程中要表现的诚实和虚心,不会...
http://developer.weaseek.com/2008/0806/49097627_1.shtml - 类似网页
2008-7-31 [资讯]一个菜鸟程序员的五年职场路
const到底是干啥的,那个“<<”又是怎么用的,为啥上学时候上机用printf,这本书里全都是cout,对了,吴博士用的又都是TRACE,唉,一波未平一波又起,摁下去葫芦...字!不过你面试那个地方要C的我去行啊。”龚明明接着回忆说:“肯定有!我好像在哪里看见过,好像是用了后就不能修改了。”小董说:“噢,那我知道,是const...
http://developer.weaseek.com/2008/0731/48574478_1.shtml - 类似网页
2008-7-23 [资讯]SQL Server 2005 Express自动备份及删除旧备份文件
on database backups deleted Const ForAppending = 8 'you need to create a folder named “scripts”...
http://developer.weaseek.com/2008/0723/47862363_1.shtml - 类似网页
2008-6-27 [资讯]详解:通过程序行为追踪揪出木马病毒
*szFileName, const char *pBuf, int nSize){FILE *fLog;int i, j;unsigned const char *ptr = (unsigned const...
http://sec.weaseek.com/2008/0627/45607494_1.shtml - 类似网页
2008-6-25 [资讯]提高C#编程水平不可不读的50个要诀
提高C#编程水平的50个要点1.总是用属性 (Property) 来代替可访问的数据成员2.在 readonly 和 const 之间,优先使用 readonly3.在 as 和 强制类型转换...
http://developer.weaseek.com/2008/0625/45433303.shtml - 类似网页
2008-6-24 [资讯]JAVA经典题目汇总
、NULL等都不是Java关键字 ; goto和const 虽然从未被使用,但也作为Java关键字保留; • 中一共有51个关键字Java abstract assert boolean...break byte continue case catch char class const double default do extends else final float for goto...
http://developer.weaseek.com/2008/0624/45352319_1.shtml - 类似网页
2008-6-23 [资讯]Delphi木马DIY之代码藏后门可能性
说下面这个简单的Delphi的例子,大家看看在点击了Button1按钮后会发生什么事情:procedure ReplaceShowMessage(const Msg: string); begin...ShowMessagePos(你好, -1, -1); end; procedure NewShowMessage(const Msg: string); type TShowMessage = procedure...
http://sec.weaseek.com/2008/0623/45270262_1.shtml - 类似网页
2008-4-1 [资讯]Linux系统环境下如何获得U盘拔插的信息
("%s\n", buf);}return 0;}static int init_hotplug_sock(void){struct sockaddr_nl snl;const int...
http://developer.weaseek.com/2008/0401/34838489.shtml - 类似网页
2007-7-20 [资讯]Linux攻略 系统性能监测参数获取的方法
/partitions等等。而且如果想要检查某几个特定的路径,还需要通过mount、df等命令的帮助。为了减少麻烦,这个数据我就直接用 statfs函数直接获得了。 int statfs(const char...
http://developer.weaseek.com/20070720/160846843.shtml - 类似网页
2007-7-5 [资讯]DataGrid连接Access的快速分页法(5)——实现快速分页
; const String QUERY_FIELDS = ”*”; //要查询的字段 const String TABLE_NAME = ”订单明细...表”; //数据表名称 const String PRIMARY_KEY = ”ID”; //主键字段 const String DEF...
http://developer.weaseek.com/2008/01/12/228700474265.shtml - 类似网页
2007-7-5 [资讯]JavaBean操作Oracle数据库
{ public static final String driverClass ="driverClass"; const userId is the user id to connect...to database public static final String userId ="comm"; const passWd is the user password to connect...
http://developer.weaseek.com/2008/01/12/228254026984.shtml - 类似网页
相关搜索