01 2009 档案
摘要:class Program { static void Main(string[] args) { DateTime StartDt = System.DateTime.Now; QueListClass QueList1 = new QueListClass(); QueListClass QueList2 = new QueListClass(); //启动线程 QueList1.StartRun(); QueList2.St...
阅读全文
摘要:#include "stdafx.h"#include "PolygonInterMul.h"using namespace System;using namespace System::Windows::Forms;//实现类Sales_Item//构造函数PolygonInterMul::PolygonInterMul(){ this->Nums=0;}//析构函数PolygonInterMul::~PolygonInterMul(){}//求向量 p1->p2Vertex PolygonInterMul::getVertex(Top_P
阅读全文
摘要://#include "PolygonInterMul.h"#pragma once //编译一次#ifndef Const_PI_H #define Const_PI_H const double PI=3.141592654; const double e=2.718;#endif#ifndef PolygonInterMul_H #define PolygonInterMul_H //顶点对象 public struct Top_Point { void set(double x,double y,double z) { this->X ...
阅读全文
摘要:Web Application Post Install 1 Gis Server Name and InstanceName Gis Server Instance: ArcGIS_hsg(ArcGIS) GIS Server: KD001(HSG)2 GIS Server Web Services Account Account Name : KD001/ArcGISWebServices [ArcGIS Server Manger Web LogIn 用户] password: hsg 一个存在本地域帐号:HSG/Administrator pwd: 上述帐号的密码 Add Accoun
阅读全文
摘要:GIS Server post Install 1 welcome to the GIS Server Post Install 1)Configure GIS Server 2)Authorize GIS Server note: this post install helps you specify the user accouts necessary to run the GIS Server on this machine. It will create these user accouts if necessary, and grant them the necessary pri.
阅读全文
摘要:学习OpenGL总结三DrawGLScene_3D.h内容如下://#include"DrawGLScene_3D.h" #pragmaonce //modifydate:2009-01-08vp:hsg //#include<windows.h>//Windows的头文件 #include<stdio.h>//标准输入/输出库的头文件(新增) #include"OpenGL_FirstWin32.h" //定义贴图OpenGL框架类 classOpenGLFrameWork_3D:publicOpenGLFrameWork{pu
阅读全文
摘要:学习OpenGL总结二OpenGL_FirstWin32.cpp:定义应用程序的入口点//OpenGLFramework //OpenGL框架类 #include"stdafx.h" #include"OpenGL_FirstWin32.h" #include"DrawGLScene_3D.h" #include"DrawGLScene_贴图.h" OpenGLFrameWork*GLFW;LRESULTCALLBACKWndProc(HWNDhWnd,//窗口的句柄 UINTuMsg,//窗口的消息 WPARAM
阅读全文
摘要:学习OpenGL总结一OpenGL_FirstWin32.h内容如下:#pragmaonce #include"resource.h" //OpenGL头文件:vp;hsgdate:2008_12_26 #include<gl/gl.h>//OpenGL32库的头文件 #include<gl/glu.h>//GLu32库的头文件 LRESULTCALLBACKWndProc(HWND,UINT,WPARAM,LPARAM);//WndProc的定义 //定义OpenGL框架类 classOpenGLFrameWork{public:OpenGLFra
阅读全文
摘要:清除虚拟艺术.exe 木马方法(1)写一个批处理clearvir.batattrib C:/Program Files/Internet Explorer/Explorer.exe -hattrib C:/Program Files/Internet Explorer/LSASS.EXE -hdel C:/Program Files/Internet Explorer/Explorer.exe del C:/Program Files/Internet Explorer/LSASS.EXE del c:/windows/Explorer.exe attrib C:/AUTORUN.INF -h
阅读全文