上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页
摘要: 代码:#region DataGridVeiw StyleSystem.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();this.DataGridView1.AllowUserToAddRows 阅读全文
posted @ 2012-09-10 17:45 Alan Yang 阅读(699) 评论(0) 推荐(0) 编辑
摘要: I am specifying maxItemsInObjectGraph in the server config file but while creating client config file, this attribute is ignored and i have to manually add it in the endpointBehaviors section.Is there a way i can make some changes in the config file so that everytime i generate client config and pro 阅读全文
posted @ 2012-08-30 19:31 Alan Yang 阅读(370) 评论(0) 推荐(0) 编辑
摘要: VS2008下打包WinForm程序From: http://www.cnblogs.com/Peter-Zhang/articles/1778223.html前提:要打包的WinForm已经编译完成。注:到对应应用程序文件目录下的bin文件夹中可以查看编译好的exe文件。1. 文件—> 新建—>项目在“新建项目”对话框选择“其他项目类型” 然后选择 “安装项目”,命名项目名,然后“确定”然后出现下图2. Application Folder 是安装程序之后,程序文件所在位置等信息,包含所有bin文件夹下Debug中的文件,将其全部加入“应用程序文件夹”。注:右击Applicati 阅读全文
posted @ 2012-08-03 19:01 Alan Yang 阅读(201) 评论(0) 推荐(0) 编辑
摘要: SQL CE Team SQL CE Team6,285 Points320Recent AchievementsNew Blog RaterBlog Conversation StarterNew Blog CommentatorView Profile12 Jan 2011 6:03 AM Comments2The SQL Server Compact team is happy to announce that the next version of Microsoft SQL Server Compact 4.0 has been released, and is available 阅读全文
posted @ 2012-07-31 19:50 Alan Yang 阅读(688) 评论(0) 推荐(0) 编辑
摘要: Sql Server Compact 4.0部署注意事项 By: 小尾鱼的池塘:http://www.cnblogs.com/xiaoweiyu/Sql Server Compact 4.0相比3.5版本增强了很多,支持Entity Framework 4.1,对于轻量级应用来讲,使用Sql Server Compact 4.0是个很好的选择,而且部署相当方便,不需要Sql Server Compact 4.0的安装包,仅需要发布相关的dll以及web.config配置即可。开发环境下,需要安装vs2010 sp1Microsoft SQL Server Compact 4.0 Visual 阅读全文
posted @ 2012-07-31 19:18 Alan Yang 阅读(212) 评论(0) 推荐(0) 编辑
摘要: VS 2010 SP1 and SQL CE Last month we released the Beta of VS 2010 Service Pack 1 (SP1). You can learn more about the VS 2010 SP1 Beta from Jason Zander’s two blog posts about it, and from Scott Hanselman’s blog post that covers some of the new capabilities enabled with it. You can download and insta 阅读全文
posted @ 2012-07-31 19:17 Alan Yang 阅读(422) 评论(0) 推荐(0) 编辑
摘要: import-export-excel-sql-server-vba.zipIntroductionThis article describes a solution for Microsoft Excel-SQL Server import-export using VBA and ADO.There are two ways to import SQL Server data to Microsoft Excel using VBA:To create a QueryTable connected to a database table.To insert database data to 阅读全文
posted @ 2012-04-25 18:17 Alan Yang 阅读(2337) 评论(0) 推荐(0) 编辑
摘要: C# WinForm开发系列 - 文章索引 Posted on 2009-06-14 10:20 peterzb 阅读(43143) 评论(102) 编辑 收藏 该系列主要整理收集在使用C#开发WinForm应用文章及相关代码, 平时看到大家主要使用C#来开发Asp.Net应用,这方面的文章也特别多,而关于WinForm的文章相对少很多,而自己对WinForm一直比较感兴趣,这几年积累收藏了不少文章,现在整理一下分类推荐给大家,避免大家浪费大把的时间去找这方面的资料,因为找资料也是一件很累的事情,Google,Baidu一下,不断的点击,不断翻阅大量的博客文章,查找自己所需的.这个系列初步打. 阅读全文
posted @ 2012-04-20 15:38 Alan Yang 阅读(396) 评论(0) 推荐(0) 编辑
摘要: Posted by intrepiddeveloper on August 24, 2008Source: http://intrepiddeveloper.wordpress.com/2008/08/24/message-authentication-failure-timestamp-clock-skew-issue/Recently I came across an interesting issue with service binding and message security in WCF. The service was hosted in IIS and used mess. 阅读全文
posted @ 2012-03-08 17:17 Alan Yang 阅读(2607) 评论(4) 推荐(0) 编辑
摘要: 10 Reasons why the build works locally but fails on the build server This is a braindump:1. Developer did not check all the files in, or developer doesn't have the latest files (sometimes TFS hiccups getting latest dlls files).2. Different modes (release vs. debug). Either #if DEBUG, or project 阅读全文
posted @ 2012-02-24 16:35 Alan Yang 阅读(164) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页