program Test;{$APPTYPE CONSOLE}uses System,
System.SysUtils; const Value: array[0..5] of Byte = (5, 72, 101, 76, 76, 111); {
Old ShortString represent...
分类:
其他好文 时间:
2014-05-14 23:42:03
阅读次数:
475
import java.awt.image.BufferedImage;import
java.awt.Color;import java.awt.Font;import java.awt.Graphics;import
java.awt.Graphics2D;import java.io.IOEx...
分类:
其他好文 时间:
2014-05-14 23:24:51
阅读次数:
423
program Project1;{$APPTYPE CONSOLE}{$R *.res}uses
System.SysUtils;TYPE Trec = record Member1, Member2: Integer; end;CONST IntRec:
Trec = (Member1: 55;...
分类:
其他好文 时间:
2014-05-14 23:18:51
阅读次数:
554
systeminfo/c net localgroup administrators(user)
分类:
其他好文 时间:
2014-05-14 22:38:42
阅读次数:
290
CMS,Content Management System,一个很普通的网站内容管理系统,本文章旨在从一定的高度把CMS的功能概念做一个分解论述 ,希望读者可以有所感!...
分类:
其他好文 时间:
2014-05-14 21:28:40
阅读次数:
276
通过本文,可以学习到如何使用Visual Studio的Web Essential扩展来创建图片精灵。假如你有一个网站,使用了大量的图像,且每个图像都是通过独立的请求加载的,那么请求的数量就会增加,这样,网站速度就会变慢。而这就需要进行优化,以加快网站速度。...
分类:
Web程序 时间:
2014-05-14 21:07:07
阅读次数:
511
Blocked a frame with origin "null" from accessing a frame with origin "null". Protocols, domains, and ports must match....
分类:
其他好文 时间:
2014-05-14 19:30:36
阅读次数:
292
首先 将该代码挂在NGUI的UIroot上
using UnityEngine;
using System.Collections;
public class example : MonoBehaviour {
public void Awake() {
Screen.SetResolution(1024, 768, true);//自己想要的分辨率,比如1024*768,true表示全...
分类:
其他好文 时间:
2014-05-14 19:24:25
阅读次数:
404
1.简单Java多线程例子(继承Thread)publicclasshelloextendsThread{
privateStringname;
publichello(Stringname){
this.name=name;
}
publicvoidrun(){
for(inti=0;i<5;i++){
System.out.println(name+"运行..."+i);
}
}
publicstaticvoidmain(String[]args){
hellohel..
分类:
编程语言 时间:
2014-05-14 17:45:57
阅读次数:
318
expdpsystem/oracledirectory=DB_BAKdumpfile=zhzy.dmpschemas=zhzyexpdpsystem/SYSTEMdirectory=DB_BAKdumpfile=sde__zyyh_zhzy.dmpschemas=(sde,zyyh,zhzy)logfile=expdp_all.logexpdpsystem/SYSTEMdirectory=DB_BAKdumpfile=sde__zyyh_zhzy.dmpschemas=(sde,zyyh,zhzy)logfi..
分类:
数据库 时间:
2014-05-14 16:12:39
阅读次数:
360