patrickpan
码龄20年
求更新 关注
提问 私信
  • 博客:90,641
    社区:12,663
    103,304
    总访问量
  • 37
    原创
  • 559
    粉丝
  • 273
    关注
IP属地以运营商信息为准,境内显示到省(区、市),境外显示到国家(地区)
IP 属地:广东省
加入CSDN时间: 2005-05-26

个人简介:从C#到Java

查看详细资料
个人成就
  • 获得3次点赞
  • 内容获得29次评论
  • 获得3次收藏
  • 博客总排名765,003名
创作历程
  • 9篇
    2010年
  • 2篇
    2009年
  • 11篇
    2008年
  • 13篇
    2007年
  • 3篇
    2006年
  • 3篇
    2005年
成就勋章
TA的专栏
  • .net高级应用系列
    10篇
  • asp.net MVC
    1篇
  • c#.net
    19篇
  • O/R Mapping
    1篇
  • 数据库
    1篇

TA关注的专栏 0

TA关注的收藏夹 0

TA关注的社区 17

TA参与的活动 0

兴趣领域 设置
  • 前端
    前端框架
创作活动更多

新星杯·14天创作挑战营·第13期

这是一个以写作博客为目的的创作活动,旨在鼓励大学生博主们挖掘自己的创作潜能,展现自己的写作才华。如果你是一位热爱写作的、想要展现自己创作才华的小伙伴,那么,快来参加吧!我们一起发掘写作的魅力,书写出属于我们的故事。我们诚挚邀请你们参加为期14天的创作挑战赛!注: 1、参赛者可以进入活动群进行交流、互相鼓励与支持(开卷),虚竹哥会分享创作心得和涨粉心得,答疑及活动群请见:https://bbs.csdn.net/topics/619781944 【进活动群,得奖概率会更大,因为有辅导】 2、文章质量分查询:https://www.csdn.net/qc

88人参与 去参加
  • 最近
  • 文章
  • 专栏
  • 代码仓
  • 资源
  • 收藏
  • 关注/订阅/互动
更多
  • 最近

  • 文章

  • 专栏

  • 代码仓

  • 资源

  • 收藏

  • 关注/订阅/互动

  • 社区

  • 帖子

  • 问答

  • 课程

  • 视频

搜索 取消

C# 代码规范(微软)

发布资源 2009.02.23 ·
application/msword

Winform国际化Demo

发布资源 2007.05.15 ·
rar

winform 国际化 Demo

发布资源 2007.05.15 ·
rar

Winform国际化Demo

发布资源 2007.05.15 ·
rar

customize control, Auto-commit textbox control

customize control, Automatic commit textbox control
原创
博文更新于 2010.11.04 ·
858 阅读 ·
1 点赞 ·
0 评论 ·
0 收藏

Disable collapse of xtragrid group

Disable collapse of xtragrid group
原创
博文更新于 2010.10.27 ·
865 阅读 ·
1 点赞 ·
0 评论 ·
0 收藏

Specail effect of 2 xtragrids

Specail effect of 2 xtragrids
原创
博文更新于 2010.10.27 ·
758 阅读 ·
1 点赞 ·
0 评论 ·
0 收藏

The difference between Java and C#

The difference between Java and C#
原创
博文更新于 2010.08.05 ·
799 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏

Log4net is in a standalone project

Log4net winform standalone project
原创
博文更新于 2010.07.15 ·
808 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

C# Enum's description and value.

Enum description & string value
原创
博文更新于 2010.07.09 ·
1524 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

How to customize xtragrid column line

customize xtragrid cell line, gridview, gridcontrol, column
原创
博文更新于 2010.07.08 ·
1199 阅读 ·
0 点赞 ·
1 评论 ·
0 收藏

Winform Change skin(DevExpress commerical commponents)

DevExpress, skin, winform, Look and feel, defaultLookAndFeel
原创
博文更新于 2010.06.15 ·
1460 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Winform Custom control (Automataic Commit)

Custom control, Winform, Auto commit
原创
博文更新于 2010.06.15 ·
866 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

dotnet2.0 测试题(C#)

Donet2.0 using C# TestYou need to finish 40 questions in 40 minutes. Multiple-choice 1. Which of the following are true about anonymous methods?a. Anonymous methods have access to the local
转载
博文更新于 2009.10.02 ·
1642 阅读 ·
0 点赞 ·
1 评论 ·
0 收藏

1. 特性: 使用特性定制表格(DataGridView)

一、构建特性类:using System;namespace AttributeDemo{ //特性应用在属性上,不允许多行 [AttributeUsage(AttributeTargets.Property, AllowMultiple=false, Inherited=false)] public class ColumnAttribute : Att
原创
博文更新于 2009.09.17 ·
824 阅读 ·
0 点赞 ·
0 评论 ·
2 收藏

Jquery有根据不同的条件是否做出验证。

关于这方面的资料比较少,找到这段代码,记录在这里。function CheckIfValidationIsRequired() { var valdiatorid = GetValidatorId(reqContactFirstName); var cbid = GetClientId(cbAddAltContact); if (cbid.checke
转载
博文更新于 2008.12.26 ·
942 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Asp.net MVC中使用jquery.validate.js验证的问题

按照网上的方法:采用Ajax验证输入内容,代码如下:" method="post" id="form-sign-up">                                                    群组名称:                                                        群组说明:                      
原创
博文更新于 2008.12.24 ·
1511 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

CodeSmith生成三层代码之实体层(1)

/*************************************************************//*                   CodeSmith模板生成实体类                  *//*************************************************************
原创
博文更新于 2008.12.03 ·
1192 阅读 ·
0 点赞 ·
0 评论 ·
3 收藏

CodeSmith生成三层代码之接口层(2)

Name:Author: Description: --%>/*************************************************************//*                   CodeSmith模板生成数据接口                *//**************************
原创
博文更新于 2008.12.03 ·
1123 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏

CodeSmith生成三层代码之数据访问层(3)

/*************************************************************//*                   CodeSmith模板生成数据访问                *//*************************************************************/using System;using
原创
博文更新于 2008.12.03 ·
1814 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏
加载更多