`
文章列表
    详见:http://lifuyun.com/2014/09/27/FireBase-FirstUse/

SourceGrid使用

    详见:http://lifuyun.com/2014/09/19/SourceGrid-use/
  实现DevExpress.XtraGrid.GridControl控件表头的自定义绘制以及数据加载: using System; using System.Collections.Generic; using System.Text; using System.Windows.Forms; using System.Data; using System.Drawing; using DevExpress.XtraGrid.Views.BandedGrid; using System.Drawing.Drawing2D; using DevExpress.Utils.Dr ...
using System; using System.Collections.Generic; using System.Windows.Forms; using System.Reflection; using System.Threading; namespace SingelProsess { static class Program { /// <summary> /// 应用程序的主入口点。 /// </summary> [STAThread] ...
Microsoft Visual C# 2008时不能加载和新建类,并提示:由于未能创建Microsoft Visual C# 2008 编译器,因此末能打开项目“XXXXXX”。针对“{74946829-37A0-11D2-A273-00C04F8EF4FF}”的QueryService失败。 于是开始修复安装VS2008,结果还是不能解决,而且经测试连new一个Class libary都报同样的错误,但是文件会创建,只是加载不到解决方案中来,有点郁闷了。在网上找到了修改注册表的方法: [HKEY_CURRENT_USER/Software/Microsoft/VisualStudio/9.0 ...
效果  
配置文件中必须有 <httpHandlers> <remove verb="*" path="*.asmx"/> <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neu ...
string AssemblyPath=string.Empty; System.EnterpriseServices.Internal.Publish Registerhelper = new System.EnterpriseServices.Internal.Publish(); Registerhelper.GacInstall(AssemblyPath);//注册程序集到的全局缓存 Registerhelper.RegisterAssembly(AssemblyPath); //为com注册相互程序集   ...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Shapes ...
<?xml version="1.0" encoding ="utf-8"?><access-policy>    <cross-domain-access>        <policy>            <allow-from>                <domain uri="*" />            </allow-from>            <grant-to>                <soc ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.IO; using System.Net.Sockets; using System.Net; using System.Threading; namespace SoketServer { public p ...
在windows 2003的系统下,如果安装了金山卫士,ie8会发生内存读写错误,卸载了金山卫士就好了
今天找JavaScript教程的时候找到了个好的教程 收藏哈哈 http://www.iselong.com/online/ebooks/javascript/
找了好久终于找到一个免费的web打印控件,现在给大家共享一下。具体的使用请下载自己看看
现在大家做系统用的基本都是ghost版本的,那个比较的快而且也比较的简单,ghost做系统分为从硬盘和从光盘两种:   从硬盘,一种是把ghost文件和.gho的系统文件同时放在硬盘,然后到DOS状态现运行ghost进行系统恢复(前提:放置 ...
Global site tag (gtag.js) - Google Analytics