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
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
声明:下面的三个类都是从网上找到的,具体出处不详,哪个类的好坏性能优劣自己把握,可参考使用。拒绝使用商业用途,如产生版权纠纷和本人无关。一:Telnet链接网络设备,在网上看到C#Telnet连接网络设备的类,程序为命令行程序,具体代码如下:文件名:Program.csusing System;us...
分类:
Web程序 时间:
2015-03-11 12:29:33
阅读次数:
189
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
修改/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
例一: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# 获取屏幕的大小WinForm:intiActulaWidth =Screen.PrimaryScreen.Bounds.Width;intiActulaHeight =Screen.PrimaryScreen.Bounds.Height ;WPF下的:doubledWidth = System...
stringoshpDir=System.IO.Path.GetDirectoryName(outfile);stringoshpfilename=System.IO.Path.GetFileName(outfile);IWorkspaceFactorywsFactory=newShapefileW...
分类:
其他好文 时间:
2015-03-11 10:44:05
阅读次数:
220
在C#中,可以使用System.Windows.SystemParameters获取有关屏幕真实状态的基本信息。 1. 获取屏幕像素: 使用 SystemParameters.FullPrimaryScreenHeight SystemParameters.FullP...
IE打开控制台需要silverlight的支持,如图。安装完成后,可以成功打开webconsole。
分类:
其他好文 时间:
2015-03-11 02:05:29
阅读次数:
198