摘要:切换到ms-dos命令行下面,运行:c:\>regasm classlibrary1.dll /regfile:classlibrary1.reg 上面的命令行是注册我们的.net组件,并且产生了一个备用的注册表文件。大家一定会记得在以前我们的win9x/nt/2000下面注册com组件使用的命令是:regsvr32 c:\test.dll 在.net下面,注册.net组件就需要上面的reg......
摘要:void __fastcall tform1::dbedit1keypress(tobject *sender, char &key){ if(key==13) --ascii code of enter key ,if press enter key { form1->button7->click(); --response of button7 }}正文
......
Topics for Troubleshooting and Tuningtopics for troubleshooting and tuning
【程序编程相关:
开发三层结构C/S程序时,一台执行应用程】 【推荐阅读:
翻译练习】systemwide statistics 【扩展信息:
管理寓言:狐狸抓鸡】 instance/database v$database t v$instance t v$option t v$parameter t/p v$backup t v$px_process_sysstat t/p v$process t v$waitstat t/p v$system_event t/p disk v$datafile t/p v$filestat t/p v$log t v$log_history t v$dbfile t/p v$tempfile p v$tempstat p memory v$buffer_pool_statistics t/p v$db_object_cache t v$librarycache p v$rowcache p v$sysstat t/p ...
下一页 摘要:作者:arnold(对了,是帅哥) 公司网站访问量越来越大,mysql自然成为瓶颈,因此最近我一直在研究 mysql 的优化,第一步自然想到的是 mysql 系统参数的优化,作为一个访问量很大的网站(日20万人次以上)的数据库系统,不可能指望 mysql 默认的系统参数能够让 mysql运行得非常顺畅。 通过在网络上查找资料和自己的尝试,我认为以下系统参数是比较关键的: (1)、back_log:......