Skip to content
View xumingxsh's full-sized avatar

Block or report xumingxsh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. CodeGen CodeGen Public

    C#版的代码生成器,使用VS2013开发。支持SQLServer(2000,2005,008),Oracle11g,MySQL数据库。可以自动生成业务对象,后台逻辑,前台页面等代码,可以通过该程序浏览数据库的表结构等。

    C# 13 16

  2. HiCSProvider HiCSProvider Public

    一个用VS2013开发的C#程序,目标是简化数据库访问操作.具体实现:将SQL语句存储到某个文件夹下的XML文件中,外部以SQL语句的唯一标识查找到相关语句并执行.本程序同时还提供通过将XML中的SQL标识映射为一个Rest接口实现Rest访问.

    C# 4 1

  3. Mysql_CodeGen Mysql_CodeGen Public

    Mysql_CodeGen为一个Python2.7的MySQ版的代码生成器,在Windows下编码完成并测试,需要安装MySQL-python-1.2.5。 1: 下载MySQL-python-1.2.5 2: 安装MySQL-python-1.2.5 解压缩MySQL-python-1.2.5 打开cmd并cd到MySQL-python-1.2.5的文件夹下。 运行cmd命令如下: d:/…

    Python 3 1

  4. HiCSClient HiCSClient Public

    这是一个C#版的Windows界面程序,主要用来验证实现自己的一些对界面程序的想法。

    C# 2 1

  5. HiDB HiDB Public

    this is a dynamic link library for db operate.i write it since 2010.this is a summary for me.thisdll run in windows.using vs2003builder,using some C++0x feature

    C

  6. HiTest HiTest Public

    this is a unit test program for C++.

    C++