码迷,mamicode.com
首页 >  
搜索关键字:system    ( 49231个结果
查?看?和?设?置?o?r?a?c?l?e?数?据?库?的?最?大?连?接?数
当数据库最大连接数不够时会出现客户端连接间歇性失败,报错ORA-12519,修改最大连接数:alter system set processes = 300 scope = spfile;
分类:其他好文   时间:2014-06-03 11:26:45    阅读次数:202
pb自动注册ole控件
方法一:1.手工注册OCX控件将该控件随程序一起发布,然后,将此文件拷到windows\system,或者直接放在本运行目录,然后执行dos命令,run( "regsvr32 *.ocx ")*表示具体的文件。然后写注册表,将控件注册标志置为1,在程序开始运行时,先检查该标志,是否需要进行注册2.....
分类:其他好文   时间:2014-06-03 11:26:08    阅读次数:244
System V 共享内存区
System V 共享内存信息结构struct shmid_ds { struct ipc_perm shm_perm; // operation permission struct size_t shm_segsz; // segment size pid_t shm_lpid;...
分类:其他好文   时间:2014-06-03 11:20:18    阅读次数:264
IO流
System.IO.FileStream files = new System.IO.FileStream(ofdFile.FileName, System.IO.FileMode.Open, System.IO.FileAccess.Read, System.IO.FileShare.ReadWr...
分类:其他好文   时间:2014-06-03 09:49:51    阅读次数:218
C#—委托分析
1.简单委托示例using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace SimpleTest{ class Program { private d...
分类:其他好文   时间:2014-06-03 09:04:42    阅读次数:266
IIS发布一些问题
1.使用了托管的处理程序但未安装或未完全安装ASP.NET 办法进入CMD 输入如下命令"%WINDIR%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe" -iru -enable2.配置错误 无法读取配置节“system.web.exte...
分类:其他好文   时间:2014-06-03 08:25:30    阅读次数:225
Linux System Programming 学习笔记(十一) 时间
1. 内核提供三种不同的方式来记录时间:Wall time (or real time):actual time and date in the real worldProcess time:the time that a process spends executing on a processo...
分类:系统相关   时间:2014-06-03 08:13:08    阅读次数:319
.NET中的三种Timer的区别和用法(转)
最近正好做一个WEB中定期执行的程序,而.NET中有3个不同的定时器。所以正好研究研究。这3个定时器分别是://1.实现按用户定义的时间间隔引发事件的计时器。此计时器最宜用于 Windows 窗体应用程序中,并且必须在窗口中使用。System.Windows.Forms.Timer// 2.提供以指...
分类:Web程序   时间:2014-05-30 18:17:23    阅读次数:394
人月神话读后感
王建民老师在软件工程课程上为我们推荐了几本专业方面的课外读物,我选择了这本人月神话。这本书中提到:有外科手术队伍TheSurgicalTeam,贵族专制,民主政治Aristocracy,Democracy,System,画蛇添足TheSecond-SystemEffect,贯彻执行Passingth...
分类:其他好文   时间:2014-05-30 16:46:25    阅读次数:257
Linux安装Oracle报Checking operating system version must be redhat-3, SuSE-9, redhat-4
解决办法:vi /xx/database/install/oraparam.ini找到【Certified Versions】Linux=redhat-3,SuSe-9,redhat-4,后面加上redhat-5保存并退出即可。如图:
分类:数据库   时间:2014-05-30 14:16:05    阅读次数:320
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!