.Net
any2mobile
飞信COM/VCL组件 - http://www.fetion123.com
展开
-
What browsers support HTML5 WebSocket API?
http://stackoverflow.com/questions/1253683/what-browsers-support-html5-websocket-apiClient sideHixie-75:Chrome 4.0 + 5.0Safari 5.0.0HyBi-00/Hixie-76:Chrome 6.0 - 13.0Safari 5.0.2 + 5转载 2011-11-30 14:51:05 · 1384 阅读 · 0 评论 -
C# 线程更新 UI
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Threading;namespace原创 2011-11-30 15:15:32 · 414 阅读 · 0 评论 -
Is There A Good Reason To “Hide Inherited Members”?
http://davybrion.com/blog/2010/01/is-there-a-good-reason-to-hide-inherited-members/ new public void DoSomething() { base.DoSomething(); Console.Wr转载 2011-12-02 17:04:44 · 373 阅读 · 0 评论 -
System.Threading.Timer使用心得
http://hi.baidu.com/murphy1314/blog/item/4c0413b5557c3bc936d3cab9.htmlSystem.Threading.Timer 是一个使用回调方法的计时器,而且由线程池线程服务,简单且对资源要求不高。只要在使用 Timer,就必须保留对它的引用。对于任何托管对象,如果没有对 Timer 的引用,计时器会被垃圾回收。即转载 2011-12-06 22:25:09 · 340 阅读 · 0 评论 -
How to sign an IIS SSL certificate request using OpenSSL
http://blog.dzhuvinov.com/?p=738How to sign an IIS SSL certificate request using OpenSSLThe OpenSSL toolkit can be used to sign IIS / ADAM certificate requests. This is done in 5 steps:1.转载 2012-04-20 22:11:15 · 580 阅读 · 0 评论 -
技术网站 share
一:Google Web Fonts(做网站的可能会用到的一些字体):http://www.google.com/webfonts二:Bootstrap(前twitter员工写的一款可以快速开发的前端框架)http://twitter.github.com/bootstrap/三:获取用户IP和国家缩写API:http://api.wipmania.com/ OR http://who原创 2012-10-22 15:17:30 · 462 阅读 · 0 评论 -
Vistual Studio User Controls not showing up in the toolbox
Check this setting:Tools > Options > Windows Forms Designer > General : AutoToolboxPopulateIt should be set to True for this to work.原创 2015-05-28 15:11:19 · 477 阅读 · 0 评论