Ò׽ؽØÍ¼Èí¼þ¡¢µ¥Îļþ¡¢Ãâ°²×°¡¢´¿ÂÌÉ«¡¢½ö160KB

C¾®Ñ§Ï°

string info ="¿Í»§¶ËIP£º"+ Page.Request.UserHostAddress;
info += "<br/>Óû§ÐÅÏ¢£º" + Page.User;
info += "<br/>·þÎñÆ÷µçÄÔÃû³Æ£º" + Page.Server.MachineName;
info += "<br/>µ±Ç°Óû§µçÄÔÃû³Æ£º" + System.Net.Dns.GetHostName();
info += "<br/>µ±Ç°µçÄÔÃû£º" + System.Environment.MachineName;
info += "<br/>µ±Ç°µçÄÔËùÊôÍøÓò£º" + System.Environment.UserDomainName;
info += "<br/>µ±Ç°µçÄÔÓû§£º" + System.Environment.UserName;
info += "<br/>ä¯ÀÀÆ÷ÀàÐÍ£º"+Request.Browser.Browser;
info += "<br/>ä¯ÀÀÆ÷±êʶ£º" + Request.Browser.Id;
info += "<br/>ä¯ÀÀÆ÷°æ±¾ºÅ£º" + Request.Browser.Version;
info += "<br/>ä¯ÀÀÆ÷ÊDz»ÊDzâÊÔ°æ±¾£º"+Request.Browser.Beta;
info += "<br/>ä¯ÀÀÆ÷µÄ·Ö±æÂÊ(ÏñËØ)£º" + Request["width"].ToString() + "*" + Request["height"].ToString();//1280/1024
info += "<hr/>";
info += "<br/>¿Í»§¶ËµÄ²Ù×÷ϵͳ£º"+Request.Browser.Platform;
info += "<br/>ÊDz»ÊÇwin16ϵͳ£º"+Request.Browser.Win16;
info += "<br/>ÊDz»ÊÇwin32ϵͳ£º" +Request.Browser.Win32;
http://topic.csdn.net/u/20090922/15/d3056b7a-aded-477a-86c8-1c5a637e75f4.html?18416


Ïà¹ØÎĵµ£º

̸CÖÐscanfÏÝÚå

Ô­ÎĵØÖ·£ºhttp://westsoftware.blog.163.com/blog/static/2609410920091953456841/
      ×î½üÒ»Ö±ÔÚ¿´Andrew KoeningдµÄÊé¼®£¬¿ÉÒÔ˵ѧϰC/C++»òÕß´ÓÊÂÕâ·½ÃæµÄ¿ª·¢µÄÈËÔ±·Ç³£ÖµµÃÒ»¿´µÄÊé¼®£¬ÕâÀïÎÒÍÆ¼ö¿´¿´¡¶CÏÝÚåÓëȱÏÝ¡·Óë¡¶C/C++³Á˼¼¡·¡£
      ÕâÀïÏÈÀ´¿´¿ ......

CÃüÃûϰ¹ß

ºê
È«´óд, Èç¹û±ØÒª, ÓÃÁ¬×Ö·ûÁ¬½Óµ¥´Ê
#define SIZE_LIMIT 1024
#define CONFIG_DEBUG 1
#define PRODUCT_ID 0x1123
ö¾Ù
µ¥´ÊÊ××Öĸ´óд, ²»ÓÃÁ¬×Ö·û
enum {
KeyNumLock,
KeyShift,
Key1,
KayA
} Key;
......

function(p,a,c,k,e,d)

<script>
a=62;
function encode() {
var code = document.getElementById('code').value;
code = code.replace(/[\r\n]+/g, '');
code = code.replace(/'/g, "\\'
");
var tmp = code.match(/\b(\w+)\b/g);
tmp.sort();
var dict = [];
var i, t = '';
for(var i=0; i<tmp.length ......

c/vc++ »·¾³Ï²»Í¬µÄÎļþ³¤¶È»ñÈ¡·½·¨

£¨Ò»£©
¶ÔÎļþ²Ù×÷ʱÓÐʱ»ñµÃÎļþµÄ´óСʱ±ØÒªµÄ.ÏÂÃæÊÇ»ñµÃÆä´óССµÄ½Ï¼òµ¥·½·¨.
#include<io.h>   //CÓïÑÔÍ·Îļþ
#include<iostream>   //for system();
using namespace std;
int main()
{
  int handle;
  handle = open("test.txt", 0x0100); //open file for rea ......

¿ØÖÆÌ¨³ÌÐòCtrl +C Í˳ö

[DllImport("kernel32.dll",SetLastError=true)]
[return: MarshalAs( UnmanagedType.Bool )]
static extern bool AllocConsole();
[DllImport("kernel32.dll",SetLastError=true)]
[return: MarshalAs( UnmanagedType.Bool )]
static extern bool FreeConsole();
// Delegate type to be used as the Handler Routin ......
© 2009 ej38.com All Rights Reserved. ¹ØÓÚE½¡ÍøÁªÏµÎÒÃÇ | Õ¾µãµØÍ¼ | ¸ÓICP±¸09004571ºÅ