• 00
  • :
  • 00
  • :
  • 00
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 31 下一页
摘要: 后台内部发送到指定客户端 winform链接 链接绑定用户ID 阅读全文
posted @ 2016-12-03 14:29 Garson_Zhang 阅读(321) 评论(0) 推荐(0) 编辑
摘要: Type t = typeof(CommonController); StringBuilder str = new StringBuilder(); MethodInfo[] methors = t.GetMethods(BindingFlags.Instance | BindingFlags.Public); ... 阅读全文
posted @ 2016-10-26 17:55 Garson_Zhang 阅读(2240) 评论(0) 推荐(0) 编辑
摘要: 不要急,源代码分享在最底部,先问大家一个问题,你在写开放的API接口时是如何保证数据的安全性的?先来看看有哪些安全性问题在开放的api接口中,我们通过http Post或者Get方式请求服务器的时候,会面临着许多的安全性问题,例如: 1. 请求来源(身份)是否合法? 2. 请求参数被篡改? 3. 请求的唯一性(不可复制) 为了保证数据在通信时的安全性,我们可以采用参数签名的方式来进行相关验证。 ... 阅读全文
posted @ 2016-10-26 15:01 Garson_Zhang 阅读(779) 评论(0) 推荐(1) 编辑
摘要: 1.新建Window窗体项目GZDBHelperDemo 2.从Nuget添加GZDBHelper引用 添加完成后会出现GZDBHelper的引用 3.添加数据库链接管理类 添加类库文件:DatabaseFactoryEx.cs public class DatabaseFactoryEx { pr 阅读全文
posted @ 2016-10-25 17:49 Garson_Zhang 阅读(425) 评论(0) 推荐(0) 编辑
摘要: [ToolboxItem(true)] public class PictureBoxURL : PictureBox { private string _url = ""; public string ImageUrl { get { return... 阅读全文
posted @ 2016-10-18 10:04 Garson_Zhang 阅读(823) 评论(0) 推荐(0) 编辑
摘要: 不使用代理: 阅读全文
posted @ 2016-10-18 10:03 Garson_Zhang 阅读(592) 评论(0) 推荐(0) 编辑
摘要: 其他种方式:offset fetch next方式(SQL2012以上的版本才支持:推荐使用 ) select * from ArtistModels order by ArtistId offset 4 rows fetch next 5 rows only --order by ArtistId 阅读全文
posted @ 2016-10-11 17:19 Garson_Zhang 阅读(860) 评论(0) 推荐(0) 编辑
摘要: this.Properties.BestFitMode = BestFitMode.BestFitResizePopup; 阅读全文
posted @ 2016-10-11 16:47 Garson_Zhang 阅读(687) 评论(0) 推荐(0) 编辑
摘要: 1.把安装文件放入非系统盘 2.命令行带参数运行: DotNetCore.1.0.0-VS2015Tools.Preview2.0.1.exe SKIP_VSU_CHECK=1 或 DotNetCore.1.0.0-VS2015Tools.Preview2.0.1.exe SKIP_VSU_CHEC 阅读全文
posted @ 2016-09-29 09:11 Garson_Zhang 阅读(813) 评论(0) 推荐(0) 编辑
摘要: 重新建立用户关系 阅读全文
posted @ 2016-09-27 20:11 Garson_Zhang 阅读(630) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 31 下一页