码迷,mamicode.com
首页 >  
搜索关键字:system    ( 49231个结果
ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
1、启动报错SQL> startupORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instanceORACLE 例程已经启动。Total System Global Area 1887350784 bytesFi...
分类:数据库   时间:2015-03-11 12:37:26    阅读次数:245
Winform 异步调用
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:Windows程序   时间:2015-03-11 12:30:22    阅读次数:154
三个Telnet链接类----来自网络
声明:下面的三个类都是从网上找到的,具体出处不详,哪个类的好坏性能优劣自己把握,可参考使用。拒绝使用商业用途,如产生版权纠纷和本人无关。一:Telnet链接网络设备,在网上看到C#Telnet连接网络设备的类,程序为命令行程序,具体代码如下:文件名:Program.csusing System;us...
分类:Web程序   时间:2015-03-11 12:29:33    阅读次数:189
10-利用com组件读取office
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.Text.RegularExpressions;using iTextShar...
分类:其他好文   时间:2015-03-11 12:25:17    阅读次数:116
MiniGUI 显示中文
修改/usr/local/etc/MiniGUI.cfg# The first system font must be a logical font using RBF device font.[systemfont]font_number=6#font0=rbf-FixedSys-rrncnn-8...
分类:其他好文   时间:2015-03-11 12:21:17    阅读次数:274
Linux中运行c程序,与系统打交道
例一:system系统调用是为了方便调用外部程序,执行完毕后返回调用进程。#include #include main(){ printf("call ls return %d\n",system("pstree -p"));}gcc -o jingce jingce.c 编译成可执行文件然后...
分类:系统相关   时间:2015-03-11 12:10:15    阅读次数:181
C# 获取屏幕的大小 SystemInformation类
C# 获取屏幕的大小WinForm:intiActulaWidth =Screen.PrimaryScreen.Bounds.Width;intiActulaHeight =Screen.PrimaryScreen.Bounds.Height ;WPF下的:doubledWidth = System...
分类:Windows程序   时间:2015-03-11 10:44:37    阅读次数:165
ArcGis 创建IWorkspace
stringoshpDir=System.IO.Path.GetDirectoryName(outfile);stringoshpfilename=System.IO.Path.GetFileName(outfile);IWorkspaceFactorywsFactory=newShapefileW...
分类:其他好文   时间:2015-03-11 10:44:05    阅读次数:220
C#获取Windows屏幕尺寸
在C#中,可以使用System.Windows.SystemParameters获取有关屏幕真实状态的基本信息。 1. 获取屏幕像素: 使用 SystemParameters.FullPrimaryScreenHeight SystemParameters.FullP...
分类:Windows程序   时间:2015-03-11 10:32:41    阅读次数:213
Tip:SCO 2012 R2控制台注意事项
IE打开控制台需要silverlight的支持,如图。安装完成后,可以成功打开webconsole。
分类:其他好文   时间:2015-03-11 02:05:29    阅读次数:198
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!