加载中
竟然屏蔽支付宝

动弹竟然屏蔽支付宝

2018/01/01 10:26
167
【NPoco】一对多查询(One to Many Query Helpers)

给出两个实体类,一对多的关系 public class UserDto { public int UserId { get; set; } public string Name { get; set; } public List<CarDto> Cars { get; set; } } public...

2017/11/24 17:09
647
.NET(CSharp)中打印变量的内存地址

在.NET中可以使用下面代码打印出变量的内存地址 GCHandle hander = GCHandle.Alloc(device); var pin = GCHandle.ToIntPtr(hander); log.Debug(string.Format("Device :{0}", pin));...

2017/11/07 16:42
1.3K
系统使用一段时间就出现“系统资源不足,无法完成请求的服务”

系统使用一段时间后,就会出现这个问题,导致电脑无法在打开软件,网络连接禁止使用,无法进行关机。只能强制关机。 经查证,发现System的句柄数在一直增加。增加到一定数据后,导致电脑不可...

实现java接口的实现类中添加@Override,编译过程中出现Error:java: Compilation failed: internal java compiler error

实现java接口的实现类中添加@Override,编译过程中出现Error:java: Compilation failed: internal java compiler error...

MySql在其他电脑连接mysql服务器失败问题

发现在本地登录可以,但是远程登录却报错Host is not allowed to connect to this MySQL/MariaDB server,找了半天试了网上的一些方法都没有解决,最终在一篇文章里找到了解决方法,特意记录一...

2017/10/23 10:48
377
TaskFactory.StartNew 方法

TaskFactory.StartNew 方法 创建并启动 Task。命名空间: System.Threading.Tasks 程序集: mscorlib(位于 mscorlib.dll) 重载列表 名称 说明 StartNew(Action) 创建并启动 任务。 StartNew...

2017/09/28 09:45
5.4K
Visual Studio Plugins

Nuget Package Manager - NuGet is the package manager for the Microsoft development platform including .NET Refactoring Essentials for Visual Studio - Open source extension for C...

在Winform中使用Font Awesome

今天在github上发现了一个可以在Winform中使用Font Awesome 的项目 项目地址:https://github.com/seayxu/FontAwesome 项目介绍 开发环境 Windows 10 + Visual Studio 2013 + .NetFramework ...

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部