文章分类 - C#与Web
C#网站开发技术
摘要:签名认证 签名认证 我们会为每位公有云用户分配一个API KEY和一个API SECRET。为了保证安全性,用户的每次访问都需要上传一个签名(基于API KEY和API SECRET获取)。 具体签名方法: 具体签名方法: 用户自己生成 timestamp(Unix 时间戳), 以及一个随机 non
阅读全文
摘要:using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.IO; using Syste
阅读全文
摘要:using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.IO; using Syste
阅读全文
摘要:using System;using System.Collections.Generic;using System.Text;using System.Data;using System.Data.SqlClient;namespace Utility{ public class Pager...
阅读全文
摘要:电器的使用必须用到电,通电后电器才会运作,点灯通电发光,电脑通电可以打游戏,热水器通电可以烧水,冰箱可以保鲜蔬菜。这些电器运作必须经过一个步骤那就是“通电”。我把“通电”这个步骤可以称作是电器运作的必要条件,接口大家只是听说,耳朵都磨出茧子了,用的人却很少,至少我用的不多。今天我研究了一下“接口”这...
阅读全文
摘要:void ThisRef(ref int i) { i = 100; } void ThisOut(out int j) { j = 99; } priva...
阅读全文
摘要:cd c:\ net stop w3svc cd C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 aspnet_regiis.exe -ua aspnet_regiis.exe -i net start w3svc
阅读全文
摘要:using System;using System.Text;using System.IO;namespace Utility{ /// /// 文件下载帮助类 /// public class DownloadFileHelper { /// ...
阅读全文
摘要:C#代码如下:SltTest.Items[SltTest.SelectedIndex].Text
阅读全文

浙公网安备 33010602011771号