当前位置:首页 > Windows程序 >

文章分类:Windows程序

Windows程序 C#实现MD5加密

C#实现MD5加密摘自:http://blog.csdn.net/shenghui188/archive/2010/03/28/5423959.aspx方法一首先,先简单介绍一下MD5MD5的全称是message-……

Windows程序 yii2 restfulapi QueryParamAuth验证

1.user表数据结构 2.修改advanced/common/models/User.php use yii\web\IdentityInterface; class User extends ActiveRecord implements IdentityInterfa……

Windows程序 为什么基于Windows Server 2008 R2的网络负载均衡(NLB)配置的时候总会报错主机不

配置基于Windows的网络负载均衡是很容易的,操作也很简单,点点鼠标基本上就能完成,但是在进行节点(真实服务器……

Windows程序 yii2 restfulapi 的配置和访问

给user写相关接口配置:修改UserController.php use yii\rest\ActiveController; use yii\helpers\ArrayHelper; use yii\web\Response; class UserCon……

Windows程序 C#Web编程

1、Web服务器控件可以包含服务器上调用的事件处理程序。只有送回服务器时,才在服务器上触发事件。把autoPostBack设……

Windows程序 自定义Popupwindow并指定显示位置!

直接上代码 activity_popup_window_tooltip_text.xml RelativeLayout xmlns:android=……

Windows程序 C#中Brush、Color、String相互转换WPF/Silverlight

//部分方法只适用于WPF,在SL中不能用using System.Windows.Media;1、String转换成Color Color color = (Color)ColorConverter.ConvertFromStr……

Windows程序 WPF 多屏开发,为窗体指定显示屏幕

在开发POS应用过程中,有一个这样的需求: POS机大都拥有一个主屏一个副屏,主屏用于业务操作,副屏用于向客户展……

Windows程序 VirtualAlloc pointer is null, Win32 error 487

win git error init_cheap:VirtualAlloc pointer is null, Win32 error 487标签(空格分隔): git在idea利用git进行代码更新时遇到的问题……

Windows程序 C#(WinForm)实现软件注册

一、离线注册办法 1:客户将唯一机器码发给开发人员:2:开发人员使用SoftReg 类根据唯一机器码生成唯一注册码,发……