-
该代码能够实现蓝牙设备的搜索,根据搜索到的蓝牙地址,实现配对,连接。...
该代码能够实现蓝牙设备的搜索,根据搜索到的蓝牙地址,实现配对,连接。-The code enables Bluetooth devices to search, according to search for Bluetooth address, to achieve matching, connection.
- 2022-01-25 23:19:03下载
- 积分:1
-
1。forumportal两放置。论坛的内容放forumportal内容…
1. 放置好ForumPortal
2. 将论坛目录置于ForumPortal目录下
3. 执行http://.../Install.aspx安装
4. 确保对文件访问有足够的权限(EveryOne写入权限)
5. 执行3部安装过程后,将自动删除Install.aspx文件,若程序没有权限删除,则请手动删除
6. 倘若程序没有修改web.config的权限,请手动修改数据库连接串(数据库名称即为论坛数据库名称)
7. ForumPortal后台帐号,当然就是论坛后台帐号啦,一样-1. ForumPortal two well placed. Contents of the forum placed ForumPortal Contents under 3. implementation http : //.../ Install.aspx installation 4. to ensure there are sufficient documents to visit the competence (Ever yOne write competence) 5. implementation of three installation process, Install.aspx will automatically delete the document, if no authority to delete procedures, please manually delete 6. If the process is not the authority to amend sed, please manually modify the database connection strings (name of the database shall Forum database name) 7. ForumPortal background account, of course, is the background account-- the Forum, like
- 2022-08-16 01:51:47下载
- 积分:1
-
java聊天室注册界面,可以解决聊天室登陆用户注册功能,有用户,密码等资料!...
java聊天室注册界面,可以解决聊天室登陆用户注册功能,有用户,密码等资料!-java chat room registration interface can be resolved landing chat room users to register functions, user, password, etc.!
- 2022-05-27 12:14:02下载
- 积分:1
-
判断一个IP是否在某个网段(子网掩码和网络地址、两个IP之间)...
判断一个IP是否在某个网段(子网掩码和网络地址、两个IP之间)-To determine whether an IP in a network segment (subnet mask and network address, between the two IP)
- 2022-09-07 19:35:03下载
- 积分:1
-
各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载...
各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724。那么线程1就自动去调整任务,拿50%的任务来再次下载。周而复始直到各个线程都完成任务。不过这里有一点需要注意:为了避免重复下载部分数据,在调整任务的时候,起始的文件便移量必须加上接受缓冲器的字节数,因为如前面所举的列子来看。线程1和线程3在平衡负载的时候,线程正在下载数据,如果所剩的数据比接受缓冲器的大小还小,线程1和线程3的部分下载数据将会重复。
在调整任务和分析任务的时候,会发现一个问题。就是读取文件数据太过频繁。于是我用了一个数据结构。在下载文件的过程中始终打开配置文件,这样速度提高了很多。在文件下载完毕后关闭文件。-various threads assignment is achieved. At the beginning of the download, the paper divided into a number of pieces of the download. As a thread of a task is to start from the position paper of 0 to start the download has 72,908 locations Department. Thread a download each one will have to adjust the data tasks, such as the first downloaded 20,800 gigabytes of data, then threaded a task will be re :20800- 72908. This situation continues until the mandate of 72908-72908 said threaded a completion of the cu
- 2022-03-20 03:50:55下载
- 积分:1
-
用来通过HTTP协议下载的程序,支持断点续传和多线程下载。 注意,该程序一次只能下载一个任务,那个列表虽然可以拉很多进去,不过是摆设。...
用来通过HTTP协议下载的程序,支持断点续传和多线程下载。 注意,该程序一次只能下载一个任务,那个列表虽然可以拉很多进去,不过是摆设。-HTTP protocol to download through the procedures, support HTTP download and multithreading. Note that this procedure can only be downloaded once a task that although the list can pull into the lot, but yes display.
- 2023-03-09 17:05:03下载
- 积分:1
-
这是java程序
SecurityFilter.java
这是java程序
SecurityFilter.java-procedures SecurityFilter.java
- 2022-03-10 08:13:39下载
- 积分:1
-
捕捉IE刷新按钮.经典实现,代码思路清晰.
捕捉IE刷新按钮.经典实现,代码思路清晰.-capture IE refresh button. Classical, a clear line of code.
- 2023-08-31 06:10:03下载
- 积分:1
-
一款不错的介绍socket通讯的实例,内含客户端服务端源码程序...
一款不错的介绍socket通讯的实例,内含客户端服务端源码程序-Introduce a good example of socket communication, including client server source code program
- 2023-05-18 00:10:03下载
- 积分:1
-
使用winpcap罗列本机所有的网络接口信息
使用winpcap罗列本机所有的网络接口信息-winpcap use of the machines listed all the information network interface
- 2022-03-16 01:05:39下载
- 积分:1