-
Log4net 常用类Logger 示例源码
Log4net 常用类Logger 示例源码
- 2014-10-16下载
- 积分:1
-
动画效果浮动窗体实例
private void StopRectTimer_Tick(object sender, EventArgs e) { //如果鼠标在窗体上,则根据停靠位置显示整个窗体 if (this.Bounds.Contains(Cursor.Position)) { switch (this.StopDock) { case AnchorStyles.Top: this.Location = new Point(this.Location.X, 0); break; case AnchorStyles.Bottom: this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - this.Height); break; case AnchorStyles.Left: this.Location = new Point(0, this.Location.Y); break; case AnchorStyles.Right: this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - this.Width, this.Location.Y); break; } } else //如果鼠标离开窗体,则根据停靠位置隐藏窗体,但须留出部分窗体边缘以便鼠标选中窗体 { switch (this.StopDock) { case AnchorStyles.Top: this.Location = new Point(this.Location.X, (this.Height - 3) * (-1)); break; case AnchorStyles.Bottom: this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - 5); break; case AnchorStyles.Left: this.Location = new Point((-1) * (this.Width - 3), this.Location.Y); break; case AnchorStyles.Right: this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - 2, this.Location.Y); break; } } }
- 2015-06-10下载
- 积分:1
-
webbrowser 设置cookie 以及清除cookie 例子,附源码
webbrowser 设置cookie 以及清除cookie 例子,附源码
- 2013-08-02下载
- 积分:1
-
C# 电脑挂机锁,锁屏 实例源码下载
电脑挂机锁,用于电脑锁屏,可以自己定义图片及图片透明度,设定密码
- 2015-03-11下载
- 积分:1
-
g++-centos7.2(离线安装包)
【实例简介】离线环境下在centos7.3.1611系统下安装g 所需要的所有安装包
- 2021-07-28 00:31:15下载
- 积分:1
-
unity3d 实现网络通信
实现untiy内 get post 网络请求
- 2016-04-18下载
- 积分:1
-
MapReduce 例子源码下载
MapReduce.NET 来源于官方https://code.google.com/p/mapreduce-net
- 2014-10-23下载
- 积分:1
-
asp.net 模拟ftp 常用操作 实例源码
asp.net 模拟ftp 常用操作 实例源码
- 2014-06-11下载
- 积分:1
-
C#Sqlite中连接数据库演示实例
C# .net framwork 3.5 开发,源码,Sqlite数据库简单应用实例 C#中Sqlite数据库的创建、打开、建表、插入数据、提取数据 在Form DataGridView中显示Sqlite数据库内容 附最新System.Data.SQLite.Dll 适合初学者提示:64位的Win7、win8 解决方案的生成目标平台设置为x86 32位操作系统 解决方案的生成目标平台设置为AnyCPU 否则可能会报 “未能加载文件或程序集“XXX”或它的某一个依赖项。试图加载格式不正确的程序” 错误
- 2014-07-22下载
- 积分:1
-
pci控制卡初始化程序
【实例简介】一种代码脚本的初始化程序
PCI106E初始化程序说明
通过modbus寄存器reg(0)作为标志位来判断使能情况,上位机判断:
modbus_reg(0) = 1,使能成功,可以进行操作。
modbus_reg(0) = 2,总线扫描失败。
modbus_reg(0) = 3,总线开启失败。
modbus_reg(0) = 4,设备扫描数为0。
非使能成功时,程序每间隔1s重新执行一次。
此初始化程序只进行了总线使能操作,轴的脉冲当量、速度等参数需要在上位机再进行设置。
- 2021-09-02 00:31:08下载
- 积分:1