-
(source code) automatic text processing branch, application ASCII high eight pro...
(源代码)文本自动分行处理,应用ASCII 码的高8位特性.避免汉字半个字分开的现象.可以用到自定义控件中去.需望能给大家帮助.-(source code) automatic text processing branch, application ASCII high eight properties. Avoid Chinese nonsense separate phenomenon. OCX can be used in China. We need to give hope to help.
- 2022-05-07 02:05:24下载
- 积分:1
-
Web实时聊天室源码
用纯js通过长轮询来实现
前端用Jquery ajax来实现
1 $(function () {
2 window.polling = {
3 ///长连接地址
4 connectionUrl: "/channel/polling",
5 ///发送方式
6 method: "POST",
7 ///事件载体
8 event_host: $("body"),
9 ///连接失败时重连接时间
10 period: 1000 * 20,
11 ///连接超时时间
12 timeOut: 180 * 1000,
13 v: 0,
14 ///连接ID
15 id: "",
16 error_num: 0,
17 Reconnect: function () {
18 polling.v++;
19 $.ajax({
20 url: polling.connectionUrl,
21 type: polling.method,
22 data: { id: polling.id, v: polling.v },
23 dataType: "json",
24 timeout: polling.time
- 2022-03-17 14:45:17下载
- 积分:1
-
这个还可以,作为课程设计或者是其它的什么论文等等,内容绝对没有什么错误,这是经过了修改的!...
这个还可以,作为课程设计或者是其它的什么论文等等,内容绝对没有什么错误,这是经过了修改的!-this can also, as a curriculum design or any other papers, and so on, says absolutely nothing wrong. This is the result of a change!
- 2022-03-24 10:15:08下载
- 积分:1
-
SerialPort-DLL
把SerialPort通讯类封装成的DLL+使用例子(SerialPort Dll and demo)
- 2011-07-11 23:48:23下载
- 积分:1
-
Zigbee
Zigbee开发文档和常见案例 18B20可休眠温度采集方案快速搭建手册 串口透传方案快速上手指南(Zigbee )
- 2013-10-18 15:57:29下载
- 积分:1
-
jindaipingcha
近代平差,含有近代经典平差函数模型,适用于数据处理中的近代平差应用(Modern adjustment, containing a model of modern classical adjustment function for data processing applications in modern Adjustment)
- 2014-02-17 10:19:29下载
- 积分:1
-
ProE开发代码
Proe二次开发,有关特征的代码。其中包含各种功能函数,仅供参考,在实际应用时,请根据情况调试,以适应实际需要。
- 2022-01-24 17:39:08下载
- 积分:1
-
DynamicDataDisplay-example-master
一款强大的图表框架,支持大数据图形显示(通过图片方式)(DynamicDataDisplay-example-master)
- 2020-06-17 10:00:02下载
- 积分:1
-
VNCViewer
说明: vnc客户端C#窗口源代码,实现在winform中远程访问vnc服务端并实现控制功能(vnc winform viewer,control the remote vnc server in winform program)
- 2019-05-31 10:54:56下载
- 积分:1
-
2500011
IP地址映射表源码,例程程序结合易语言多线程支持库,调用API函数实现枚举IP地址映射表。(Source IP address mapping table , a routine procedure combining easy language support for multithreading library , call the API functions to enumerate IP address mapping table.)
- 2015-06-19 11:12:38下载
- 积分:1