06 2012 档案

摘要:this.FormBorderStyle = FormBorderStyle.FixedSingle; 阅读全文
posted @ 2012-06-29 12:15 Yaoquan.Luo 阅读(324) 评论(0) 推荐(0)
摘要:截至到6.72b版本,这是目前最全的英雄装备攻略了,包含了英雄的出装加点,英雄前中后期装备选择,英雄定位以及团战思路from:http://www.962.net/gl/17039_all.html 力量型英雄[力量型]1.龙骑士:支配,假腿,振奋,撒旦,黑皇,强袭装甲.2.流浪剑客:假腿,疯狂面具,狂战斧,黑皇,魔龙之心.3.钢背兽:先锋盾,挑战头巾,辉耀,飞鞋,魔龙之心,4.熊猫酒仙:先锋盾,狂战斧,假腿,强袭装甲,魔龙之心.5.半人马酋长:先锋盾,挑战头巾,跳刀,辉耀,魔龙之心.6.全能骑士:密法指环,飞鞋,梅肯斯姆,羊刀,魔龙之心.7.半人猛犸:狂战斧,假腿,跳刀,刷新球,魔龙之心.8 阅读全文
posted @ 2012-06-24 22:38 Yaoquan.Luo 阅读(8164) 评论(0) 推荐(0)
摘要:protected void Page_Load(object sender, EventArgs e){ WorkOfTARSDataContext myDataContext = new WorkOfTARSDataContext();//法1 var huojiang1 = from j in myDataContext.Huojiangmingxijoin lb in myDataContext.Huojiangleibie on j.Leibie equals lb.Idjoin jb in myDataContext.Huojiangjibie on j.Jibie equals 阅读全文
posted @ 2012-06-20 16:00 Yaoquan.Luo 阅读(405) 评论(0) 推荐(0)
摘要:from:http://blog.csdn.net/lubiaopan/article/details/5899929 今天在进行控件开发的时候,遇到了一个棘手的问题,问题描述如下: public class CoreTableLayoutPanel : TableLayoutPanel { private List<ControlBoxItem> _firmControl=new List<ControlBoxItem>(); [Browsable(true)] [Description("设定不可移动的控件集合")] public List< 阅读全文
posted @ 2012-06-20 10:49 Yaoquan.Luo 阅读(444) 评论(0) 推荐(0)
摘要:指定属性是否以及如何在代码中序列化,其值为DesignerSerializationVisibility的枚举值,存在3种设置方式:DesignerSerializationVisibility.Hidden指定序列化程序不应该序列化属性值;DesignerSerializationVisibility.Visible指定应该允许序列化程序序列化属性的值;DesignerSerializationVisibility.Content指定序列化程序应该序列化属性的内容,而不是属性本身。此字段为只读。Visible为其默认值。 阅读全文
posted @ 2012-06-20 10:34 Yaoquan.Luo 阅读(478) 评论(0) 推荐(0)
摘要:this.Invoke((MethodInvoker)delegate(){ ctBtnOk1.Enabled = true;});使用lock(this)防止進程退出,線程還未處理完問題,高試時會有提示:private void UserThread(){ try { this.Invoke((MethodInvoker)delegate() { //防止窗體內存回收 //PreLoadForm(new LoadDevXtraForm()); //PreLoadForm(new LoadDevXtraForm2()); //PreLoadForm(new ShopIdForm()); pan 阅读全文
posted @ 2012-06-20 10:33 Yaoquan.Luo 阅读(274) 评论(0) 推荐(0)
摘要:from:http://code.google.com/p/aforge/ Visit official AForge.NET Framework's website for all the latest information about the project.AForge.NET Framework is a C# framework designed for developers and researchers in the fields of Computer Vision and Artificial Intelligence - image processing, neu 阅读全文
posted @ 2012-06-18 11:09 Yaoquan.Luo 阅读(691) 评论(0) 推荐(1)
摘要:from:http://zhidao.baidu.com/question/378934331.html吗的,这问题困扰了我几天,试过很多方法,重启N遍,就下面这个方法亲测完全,根本解决...我的已经解决,希望能帮到你!!!开始 --> 运行 --> gpedit.msc (组策略) --> 用户配置 --> 管理模板 --> windows组件 --> 附件管理器 --> 右击 "中等危险文件类型的包含列表" -->双击 --> 选 "已启用" --> 在 "指定中等危险扩展名&qu 阅读全文
posted @ 2012-06-16 20:49 Yaoquan.Luo 阅读(619) 评论(0) 推荐(0)
摘要:from:http://sunshine.yj.blog.163.com/blog/static/45678820098895624758/ 方法一:我安装3DMAX 8时候就弹出“error 1327 invalid drive j”这一句对话框,要怎么解决啊?请问哪位高中帮忙一下啊!在谷歌搜索怎样解决error 1327 invalid drive j飘逸002 2008-9-7 7:26:45 218.76.225.* 举报这一问题可以在installshield.com上找到答案。原来某些软件在用Installer Information制作安装包时,采用了绝对路径(即实际的完整路径) 阅读全文
posted @ 2012-06-15 21:48 Yaoquan.Luo 阅读(532) 评论(0) 推荐(0)
摘要:See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.************** Exception Text **************System.NullReferenceException: Object reference not set to an instance of an object. at DevExpress.XtraPrinting.ComponentPrinter.CreateLink() at Dev 阅读全文
posted @ 2012-06-14 15:31 Yaoquan.Luo 阅读(426) 评论(0) 推荐(0)
摘要:DevExpress.UserSkins.OfficeSkins.Register();DevExpress.UserSkins.BonusSkins.Register();DevExpress.Skins.SkinManager.EnableMdiFormSkins(); 阅读全文
posted @ 2012-06-14 09:09 Yaoquan.Luo 阅读(207) 评论(0) 推荐(0)
摘要:實現用textbox基類套用到grid 內Class definition class:public class grc_textbox_lu : DevExpress.XtraEditors.Repository.RepositoryItemTextEdit{ public grc_textbox_lu() { this.Appearance.BackColor = Color.Green ; this.DoubleClick += new System.EventHandler(this.grc_textbox_lu_DoubleClick); this.EditValueChanged. 阅读全文
posted @ 2012-06-11 16:59 Yaoquan.Luo 阅读(186) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Drawing;using System.Windows.Forms;using DevExpress.XtraEditors.Repository;namespace mygrdcol{ public partial class cts_basegrid : DevExpress.XtraGrid.GridControl { private my. 阅读全文
posted @ 2012-06-11 16:56 Yaoquan.Luo 阅读(334) 评论(0) 推荐(0)
摘要:gridView1.ScrollStyle = DevExpress.XtraGrid.Views.Grid.ScrollStyleFlags.LiveHorzScroll | DevExpress.XtraGrid.Views.Grid.ScrollStyleFlags.LiveVertScroll;gridView1.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always; 阅读全文
posted @ 2012-06-09 10:02 Yaoquan.Luo 阅读(336) 评论(0) 推荐(0)
摘要:from:http://tech.sina.com.cn/s/2006-06-22/09201002651.shtml 作者:朱先忠编译 一、 引言 C# 3.0中新的对象初始化器是一种简单的语法特征-借助于这种特征,对象的构建和初始化变得非常简单。假定你有一个类Student,它看起来有如下样子:public class Student{ public string firstName; public string lastName;} 那么,你可以使用对象初始化器来创建这个类的一个对象,如下所示:var student1 = new Student{firstName = "Br 阅读全文
posted @ 2012-06-05 09:13 Yaoquan.Luo 阅读(248) 评论(0) 推荐(0)