-
VB C #
vb to c#-vb to c#..............................
- 2022-04-14 14:25:54下载
- 积分:1
-
Windows debug guide.
Windows debug guide.
- 2022-05-31 20:27:27下载
- 积分:1
-
CLRProfiler4内存检测
应用背景管哪位性能测试人员,遇到这样的问题都是摸不着头脑,不知从何处下手。.net环境中不像JAVA有那么多的工具可以支撑,比如性能测试经常用到的Jconsole、Jprofiler等工具,并且基于JAVA运行环境的在打印GC日志方面也很强大。对于.net平台,微软也提供的.net辅助工具CLR Profiler可以很好的帮助我们的性能测试人员以及研发人员,找到内存没有及时回收,占着内存不释放的方法(详细到这个方法下面定义的数组或者其他变量)。关键技术
可根据自己电脑.NET的版本下载相应的CLR Profiler,我下载的是CLR Profiler for .NET Framework 4版本的。
下载后提示解压缩,选择要加压到的目录;然后进入D:SoftWareCLRProfiler4CLRProfilerBinaries目录下选择对应操作系统64位或者32位的CLRProfiler.exe。
在说一下,CLRProfiler可以分析.net平台开发的几乎所有的产品,包括C/S应用程序、服务和asp.
- 2023-02-19 10:00:07下载
- 积分:1
-
a multi
一个JAVA实现的多图片广告展示的小程序。可用来实现多张图片的展示。-a multi-picture display of a small advertising procedures. Can be used to achieve more pictures in the display.
- 2022-06-18 02:19:09下载
- 积分:1
-
code for finding pixel value and pixel selection by mouse
code for finding pixel value and pixel selection by mouse
- 2023-07-10 00:40:03下载
- 积分:1
-
这的VB6代码邮件配置实用程序,
This the VB6 code for Email Configuration Utility,-This is the VB6 code for Email Configuration Utility,
- 2022-01-28 14:17:03下载
- 积分:1
-
基于队列中挂起的任务数自动调整线程数,使用策略来提供灵活性和可扩展性...
基于队列中挂起的任务数自动调整线程数,使用策略来提供灵活性和可扩展性-It can auto-adjust threads basing on queue-hanging up,which also use strategies for flexiblility and extensibility.
- 2022-05-30 10:12:18下载
- 积分:1
-
一套基于VC++开发的指纹识别程序,有源码,很有参考价值
一套基于VC++开发的指纹识别程序,有源码,很有参考价值-grgrthrtgergwerhtrhrthsergerhrh
- 2022-03-20 23:21:50下载
- 积分:1
-
局域网文件传输
为了设计统一和用户操作方便,我们希望将服务端与客户端融合在一起,形成一个程序,这样用户理解起来,更加直观一点(其实这样做也是为了方便调试,大...
局域网文件传输
为了设计统一和用户操作方便,我们希望将服务端与客户端融合在一起,形成一个程序,这样用户理解起来,更加直观一点(其实这样做也是为了方便调试,大家可以在本机上测试,自己传文件给自己)。所以,我们在程序中需要使用两个Winsock控件,一个负责监听,一个负责发送,当发送端连接成功以后,便选择一个待发送的文件(可以是任意二进制文件),接着将文件名和文件字节长度发送给接收端,接收端收到这个消息以后,将文件名和文件长度解析出来,然后通知发送端可以开始发送文件;发送端读到这个消息之后,将文件流以字节的形式发送到接收端,接收端收到后,将二进制流回写,保存成文件即可。这里要注意两点,一个是由于Winsock每次最大传输8K的内容,所以需要将文件分解,每次传输固定数目的字节流,这样发送和接收时都可以根据这个数目来判断文件传输的进程,一旦字节流数目等于文件的大小,就需要关闭相应的文件句柄;另一点是由于我只使用一个Winsock控件接收,接收文本时需要注意要将UNICODE转码,解析成可识别的信息。
-LAN file transfer to uniform design and user convenience, we hope it will end service and client together and form a process so that users understand, a more intuitive 1:00 (in fact, do so in order to facilitate debugging, you can test the machine, its own text- items for himself). Therefore, we need procedures in the use of two Winsock Control, a charge of wiretapping, a charge of this, when the transmitter connects successfully, it will be a choice to send the document (can be arbitrary binary files), will then file names and the
- 2022-04-14 22:25:12下载
- 积分:1
-
一个基于磁盘的生产质量索引根据格特曼?的二次分割算法…
A disk based production quality RTree based upon Guttman?s quadratic split algorithm having following features: Buffering with dirty write, Index joins, Tree Seeding, Window and NN queries, Runtime STR Packing capability, Completely Thread safe.
- 2023-01-15 13:20:04下载
- 积分:1