Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
V

vunhat

@vunhat
About
Posts
17
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to show process in query of sqlserver 2005
    V vunhat

    oh thanks, but sql server trace rewrite action process, not describe action inside sql server 2005, Example before publish the result , there are many action such as : combination between many tables, action " WHERE" , "GROUP BY" , I want know the its ' detail

    help me

    Database database tutorial sql-server sysadmin help

  • how to show process in query of sqlserver 2005
    V vunhat

    Hello everyone, I have simple query as: SELECT so.title,max(so.nu_view) FROM song as so,singer as si GROUP BY so.title,so.nu_view certainly, it will show the result, but to get achievement it needs a performing process, how to view this activity Example: how to see combination between song and singer, how to see "group by" activity ... does SQL server 2005 support this fuction ?

    help me

    Database database tutorial sql-server sysadmin help

  • Error 404
    V vunhat

    int statuscode=404; String headerbuffer=null; String htmlbuffer=null; htmlbuffer="

    Error: "+statuscode+"

    "; headerbuffer="HTTP/1.0 "+statuscode+"\r\nContent-Type: text/html\r\nContent-Length: "+htmlbuffer.Length+"\r\n\r\n"; byte[] headerbuff = Encoding.UTF8.GetBytes(headerbuffer); byte[] htmlbuff = Encoding.UTF8.GetBytes(htmlbuffer); s_SocKetManageClient.Send(htmlbuff, 0, htmlbuff.Length, SocketFlags.None); s_SocKetManageClient.Send(headerbuff, 0, headerbuff.Length, SocketFlags.None); this is my code but firefor don't understand and title of IE write HTTP 404 not Found

    help me

    C# help sysadmin question

  • Error 404
    V vunhat

    OK,I have being a WebServer, client is IE or Firefox WebServer suppost http 1.0 when Client connect to server http://192.168.1.15/Nhat.txt,then Sever will do: + to client connect +create socket to transfer file to client if Nhat.txt is not Exist then transfer to client "Http /1.1 404" I see IE understand but firefor don't. I want to ask you about String code error 404

    help me

    C# help sysadmin question

  • Error 404
    V vunhat

    Oh,I see,would you please show the format of code error?

    help me

    C# help sysadmin question

  • Error 404
    V vunhat

    I have being wrriten a WebServer.In Web server I send a String Http /1.1 404. When I use IE to test then it can understand but use Firefor is not why is that? please help me?

    help me

    C# help sysadmin question

  • find path
    V vunhat

    I ask permission to add ,If I use comannd File.Exist("Vunhat\\Hoang.txt"),the result is false Hoang.txt is in the directory Vunhat and VuNhat peer Debug directory or peer bin directory

    help me

    C# csharp asp-net help

  • turn off Server.exe
    V vunhat

    sorry,maybe I found the answer

    help me

    C# csharp sysadmin help question

  • turn off Server.exe
    V vunhat

    which method to do this

    help me

    C# csharp sysadmin help question

  • find path
    V vunhat

    thanks about your answer,however my thought is not that; I will give a Example In windows Form if I put a Vunhat Named Created directory out directory debug and peer bin directory(or peer Debug directory) I don't know how to find the files in VuNhat directory because the default directory is actived is "......bin\\Debug\\"

    help me

    C# csharp asp-net help

  • turn off Server.exe
    V vunhat

    thanks

    help me

    C# csharp sysadmin help question

  • turn off Server.exe
    V vunhat

    thanks for your answer,but actually,I know about Services.exe,I think it involed socket because when I run again,the program errored about the same port,IP I haven't decided yet

    help me

    C# csharp sysadmin help question

  • turn off Server.exe
    V vunhat

    I have a file C#(window form),its name Server,I use method bind and listent of class socket,but after I turn off the dialogue,I turn on the task manager,I see it is running Why ? please help me

    help me

    C# csharp sysadmin help question

  • find path
    V vunhat

    In ASP.net,I can use mappath method to find my path exactly if it put in my application ,but Window form,I can't Ex: in windodw form,I don't know use which method to find the path which I put in obj directory

    help me

    C# csharp asp-net help

  • Csemaphore,C#
    V vunhat

    dear you, In MFC we has class Csemaphore,I want to ask you,what class we have in C#? thanks

    help me

    C# csharp c++ help question

  • test GET /index.html HTTP/1.0
    V vunhat

    I have being written about webserver http1.0 by C#,now begin telnet I connect to webserver,after that I write GET /index.html HTTP/1.0 please,I want to ask you:I have to use which class,which method to test format of this String(GET /index.html HTTP/1.0) to know it format of httpRequest thanks

    help me

    C# csharp html database help

  • class of C# about http protocol 1.0
    V vunhat

    dear you,please help me,I am findind the class of C# about http 1.0,I want decrible this protocol if you have source or know about the class of library,please help me

    help me

    C# csharp help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups