Search:

Type: Posts; User: George2

Page 1 of 20 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    3,324

    URL escape issue

    Hello everyone,


    I am new to URL escape, my questions are,

    1. What are the rules for URL escape?

    2. What are the issues if an URL is escaped more than one time?

    3. Are there any ways to...
  2. Replies
    2
    Views
    1,676

    Cool, grumpy! regards, George

    Cool, grumpy!




    regards,
    George
  3. Replies
    2
    Views
    1,676

    change the target of a reference

    Hello everyone,


    I am shamed to ask this question because I can not figure out after some experiment. I think for reference variable, once it is binded, the target can not be changed.

    But why...
  4. SSL samples and ServerCertificateValidationCallback

    Hello everyone,


    I have did quite a lot search but failed to fina how to using SSL (Https) to consume remote web services from client side and using ServerCertificateValidationCallback.

    Does...
  5. Replies
    2
    Views
    2,601

    merge proxy/stub code in ATL server

    Hello everyone,


    What is the scene behind the option of merge proxy/stub code in ATL project? My confusion is, COM (in-process server) is a DLL, proxy is another DLL normally, how could two DLLs...
  6. Replies
    7
    Views
    7,783

    WCF basic samples

    Hello everyone,


    I am new to WCF and I want to learn,

    - Basic samples for WCF and I want to deploy a WCF service which serves remote client request;

    - How to use PrincipalPermission to...
  7. Thread: DNS issue

    by George2
    Replies
    1
    Views
    2,701

    DNS issue

    Hello everyone,


    I found when using proxy in IE, I can not access some web site and the error information is DNS resolution error. But when not using such proxy in IE, the page can be accessed.
    ...
  8. Replies
    1
    Views
    2,341

    monitor Http traffic

    Hello everyone,


    I want to monitor Http traffic from my local computer (Windows Server 2003) -- not always using IE -- to some specific web site.

    I am interested in the headers/bodies in...
  9. Replies
    4
    Views
    1,953

    int is always 32-bit?

    Hello everyone,


    When using "int", it is always 32-bit? No matter whether we make build option as Any CPU, x86 and x64?


    thanks in advance,
    George
  10. Replies
    1
    Views
    2,064

    Http traffic from IE

    Hello everyone,


    I want to monitor the Http traffic (request and response) from IE on my local computer to some specific web site, I am especially interested in the special headers IE added in...
  11. Thread: Int.ToString

    by George2
    Replies
    1
    Views
    2,030

    Int.ToString

    Hello everyone,


    What is the function of "D10" when use it as input parameter to Int.ToString? For example, someIntValue.ToString ("D10")? I can not find any document about this format input...
  12. Replies
    3
    Views
    2,661

    string.writeline format

    Hello everyone,


    For the following code, what means {0, 3}? I have searched MSDN but can not find the related format description.



    String.WriteLine ("{0, 3} : {1}", str1, str2);
  13. Replies
    0
    Views
    1,937

    web site needs certificate

    Hello everyone,


    I am developing an Http client which could collect data from external web sites. Currently, I want to test with the web sites which needs certificate to access (either needs...
  14. Replies
    2
    Views
    4,823

    how to get domain part from URL

    Hello everyone,


    Suppose I have an URL, and I want to get the domain part, for example, URL is, http://abc.com/some/address/abc.html, the domain is abc.com.

    My questions are,

    - Are there...
  15. Replies
    6
    Views
    1,902

    Hi IceDane, I can not open the URL. ...

    Hi IceDane,




    I can not open the URL.


    Thanks gltiich,
  16. How to retrieve top 10 elements in a Dictionary

    Hello everyone,


    Suppose I have a Dictionary object instance, Dictionary<string, int>, the int is always positive. I want to get top 10 elements from the Dictionary with the maximum 10 int...
  17. strange 4 assembly instructions for a function

    Hello everyone,


    I am confused what is the function of the 4 assembly instructions? I posted the 4 assembly instructions and related whole source code/assembly code below.

    Any ideas?


    ...
  18. Thread: EIP register

    by George2
    Replies
    3
    Views
    7,629

    EIP register

    Hello everyone,


    I have debugged into the assembly language for the following simple sample, but I never saw any instructions dealing with push eip/pop eip, which dealing with saving/restoring...
  19. Replies
    6
    Views
    1,902

    HTTP authentication

    Hello everyone,


    I am writing an Http client. Any samples for dealing with Http authentication? e.g. https, certificate?


    thanks in advance,
    George
  20. Replies
    1
    Views
    1,638

    Http 502 and 503 errors

    Hello everyone,


    I am writing a simple client which downloads Pages from Http Web site. Sometimes I received errors like 502 or 503 (Http error code), and I am wondering,

    - What do they mean?...
  21. Replies
    1
    Views
    1,769

    calling convention stdcalll and cdecl call

    Hello everyone,


    Both stdcall and cdecl calling convention could support variable input parameters? Is that correct?

    (I think stdcall is using RET N and cdecl is using ESP - N, so both are...
  22. Replies
    1
    Views
    2,083

    RPC and IOCP tutorial?

    Hello everyone,


    I am new to RPC (TCP based) and IOCP, any recommended tutorials?


    thanks in advance,
    George
  23. Replies
    2
    Views
    1,709

    Two basic questions about generated assembly

    Hello everyone,


    Two questions after readnig this article,

    http://www.microsoft.com/msj/0298/hood0298.aspx

    1.

    why using LEA to do multiplication is faster than using MUL?
  24. Replies
    1
    Views
    1,416

    process termination

    Hello everyone,


    My question is during system shutdown/reboot, will OS shutdown/reboot wait for all process to terminate or not? How could OS identify if a process is terminated or not?

    I am...
  25. Replies
    1
    Views
    1,985

    error monitoring thread status

    Hello everyone,


    When using !threads command to monitor thread status for a dump, there is an error message. Does anyone meet this before? What is wrong?

    0:001> !threads
    Failed to load data...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4