网上找的PrintListView类,用于打印ListView,网上没有具体的引用方法。我进行了修改

网上找的PrintListView类,用于打印ListView,网上没有具体的引用方法。我进行了修改 …… 阅读全文

APP接口开发过程中的注意事项

APP接口开发过程中的注意事项 …… 阅读全文

C#窗体闪烁及窗体置顶方法

FlashWindow(this.Handle, true);//闪烁 SetForegroundWindow(MainHandle);//置顶 …… 阅读全文

WebSocket只能接受100多个字符的解决办法

网上的代码 contentBytes[2] = (byte)(temp.Length & 0xFF); contentBytes[3] = (byte)(temp.Length >> 8 & 0xFF);替换为: else if (temp.Length { …… 阅读全文

Select-DropDownList通过Javascript实现模糊搜索

html 运营商: js function SetOperatorSele …… 阅读全文

不能再用Public Static这样的方法了。

定义了Public Static之类的方法。当访问量大的时候。就会出现严重的错误,而且很难发现。public void InsertVisitStatBrowse(string sessionID, int companyID, string viewURL,string fromURL,string fromEngine,string theYear, string theMonth, st …… 阅读全文