Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
Create com by mapping
no vote
Create COM object dynamically by mapping method. Due to the C # version compatibility problem, this method is written to facilitate the use of Excel to call examples in the future & nbsp; comobj excel = new comobj & quot; excel.application" ;);  excel.Invoke (" Application.Workbooks.Open" ;, "D:\ excel.xls" ;); Console.WriteLine (excel["Worksheets[1].Cells[1,1].Value"]); //Read the first row and first column of worksheet 1 excel.Invoke (" Application.Quit" ;);
stdy
2017-12-05
0
1
Puzzle game
no vote
Application background Puzzle game source codeMainly used in the C# algorithm for learning and application of object-oriented programming method to determine the best way to deal with the event to determine whether the most convenient algorithm keyboard control and mouse control method Key Technology GDI+ graphics, mouse and keyboard event processing, object-oriented, the best judge whether the clearance of the method, the puzzle of random disruption method
stdy
2016-08-23
1
1
HTTP services to achieve file upload and download
no vote
Application background C# monitor 80 port use HTTP protocol to achieve the file upload and download functions  Can be used for the virtual machine and the host file transfer and LAN file transfer   Key Technology File traversal algorithm, HTML form of the receiving and analysis, the use of socket, HTTP protocol
stdy
2016-08-23
0
1
No more~