一个简单的EGE程序:#include "graphics.h" //EGE库的头文件 int main(int argc, char** argv) { initgraph(320,240); //初始化绘图窗口 outtextxy(20,120,"Aloha Wor...
分类:
编程语言 时间:
2015-04-06 11:15:50
阅读次数:
159
1、下载depot_tools:
首先安装 git-core: sudo apt-get install git-core
执行命令: git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
2、更新depot_tools:
直接在当前shell环境输入: export PAT...
分类:
系统相关 时间:
2015-04-05 16:05:38
阅读次数:
183
做了个多线程的测试Demo
unit Unit1;interfaceuses
Windows, Messages, SysUtils, Variants, Classes, Graphics,
Controls, Forms, Dialogs, StdCtrls, Unit2;type
TForm1 = class(TForm)
lbl1: TLabel;
btn1: TB...
分类:
编程语言 时间:
2015-04-05 14:42:14
阅读次数:
194
/* * Copyright (c) 1996-1997 * Silicon Graphics Computer Systems, Inc. * * Permission to use, copy, modify, distribute and sell this software * and it...
分类:
其他好文 时间:
2015-04-05 06:21:17
阅读次数:
274
本文主要介绍了SVG的基础概念等知识,以及SVG与CANVAS的区别,最后给出了一个简单示例,方便大家更好的了解SVG可缩放矢量图形。推荐给大家。 SVG可缩放矢量图形(Scalable Vector Graphics)是基于可扩展标记语言(XML),用于描述二维矢量图形的一种图形格式。SVG是W....
分类:
其他好文 时间:
2015-04-04 16:37:28
阅读次数:
143
我的笔记本电脑是THINKPAD T420 4180AT8,NVIDIA NVS 4200M,Intel(R) HD Graphics 3000,WIN 8.1 x64操作系统。在安装完NVIDIA独显驱动后,浏览照片时会跳出“com surrogate 已停止工作”,解决方案为:在桌面上右键启动N...
之所以这么喜欢chrome,就是因为它开放,适合研究学习。
分类:
其他好文 时间:
2015-04-04 07:57:23
阅读次数:
158
package org.servlet.demo;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.image.BufferedImage;
import java.io.IOException;
i...
分类:
编程语言 时间:
2015-04-03 19:30:28
阅读次数:
176