摘要:
Venus_RT.iss脚本: ; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define M 阅读全文
摘要:
public class DeviceTimer { //引入高性能计数器API,通过对CPU计数完成计时 [DllImport("Kernel32.dll")] private static extern bool QueryPerformanceCounter(out long lpPerfor 阅读全文
摘要:
一:回调代码: WcfServiceLibrary2: using System.ServiceModel; namespace WcfServiceLibrary2 { [ServiceContract(CallbackContract = typeof(ICallback))] public i 阅读全文