Welcome![Sign In][Sign Up]
Location:
Search - csc.exe

Search list

[Other resourcecustomcontrol

Description: 找到csc.exe文件,然后用搜索功能搜索csc.exe,找到路径 把程序mycontrol.cls放到有csc.exe的路径下*:\\\\*****再启动cmd.exe 如在C:\\WINDOWS\\Microsoft.NET\\Framework\\v2.0.50727\\ /t:library /out:mycontrol.dll /r:system.dll,system.web.dll mycontrol.cls 然后enter,就ok了 然后把在C:\\WINDOWS\\Microsoft.NET\\Framework\\v2.0.50727\\下 生成的mycontrol.dll拷到网站的根目录下的bin文件下
Platform: | Size: 2331 | Author: 贾月昊 | Hits:

[.netcustomcontrol

Description: 找到csc.exe文件,然后用搜索功能搜索csc.exe,找到路径 把程序mycontrol.cls放到有csc.exe的路径下*:\\*****再启动cmd.exe 如在C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ /t:library /out:mycontrol.dll /r:system.dll,system.web.dll mycontrol.cls 然后enter,就ok了 然后把在C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\下 生成的mycontrol.dll拷到网站的根目录下的bin文件下 -Find csc.exe file, and then use the search function search csc.exe, find the path of the csc.exe process mycontrol.cls have put the path*: \***** again start cmd.exe in C: WINDOWSMicrosoft. NETFrameworkv2.0.50727/t: library/out: mycontrol.dll/r: system.dll, system.web.dll mycontrol.cls and then enter, and then on ok in the C: WINDOWSMicrosoft.NETFrameworkv2.0.50727 generated mycontrol.dll Kaodao site under the root directory under the bin file
Platform: | Size: 2048 | Author: 贾月昊 | Hits:

[Internet-NetworkCSharp_most_efficient_UDP_server_client

Description: 这是最简UDP 服务器/客户程序. 编译运行正确. 已用于实际工程.注释全面. 从这里你可以 学到网络编程的原理. UDPServer 和 UDPClient 编译/使用说明 1. 编译 用 Microsoft (R) Visual C# 2010 编译. 开DOS窗口, csc UDPServer.cs -- 编译UDP 服务端, 产生UDPServer.exe csc UDPClient.cs -- 编译UDP 客户端, 产生UDPClient.exe 注意: Visual C# 2010 编译器csc.exe的路径必须在系统变量PATH中. 否则找不到csc 2. 运行 开两个DOS窗口, 一左一右. 改变目录到 UDPServer.exe 和 UDPClient.exe 所在位置. 先在一个窗口中运行UDPServer.exe, 再在另一个窗口中运行UDPClient.exe. 之后在 运行UDPClient.exe 窗口中键入的任何信息,都会发送给服务端, 并返回显示. 键入 exit 退出客户端, 服务端仍在运行. -The most efficient UDP server and client with detailed comments.
Platform: | Size: 6144 | Author: Mike | Hits:

CodeBus www.codebus.net