• ethereum geth

    go-ethereum 1.8.2 以太坊go语言版本源码,可直接用go1.8.2(及以上)编译生成相应的可执行程序,适用于源码安装geth

    0
    246
    10.18MB
    2018-03-20
    20
  • MyBatis generator

    Mybatis Generator 根据数据库自动生成相关对象及接口,默认不支持分页功能,通过plugin得以实现,使用方式,在generatorconfig.xml里引用即可: <classPathEntry location="D:\\adintel\\projects\\hgghome\\trunk\\WebContent\\WEB-INF\\lib\mysql-connector-java-5.1.22-bin.jar" /> <context id="MysqlContext" targetRuntime="MyBatis3" defaultModelType="flat"> <property name="beginningDelimiter" value="`"/> <property name="endingDelimiter" value="`"/> <!-- 这里引入扩展插件 --> <plugin type="com.addintel.pub.plugin.PaginationPlugin" /> ........... 使用 UsersMapper mapper = ctx.getBean(UsersMapper.class); PageBean pager = new PageBean(Constants.PAGE_PC); pager.setCurrentPage(1); UsersExample example = new UsersExample(); UsersExample.Criteria criteria = example.createCriteria(); //criteria.andSnameEqualTo(""); int totalCount = mapper.countByExample(example); pager.setTotalCount(totalCount); example.setLimitStart(pager.getRownumBegin()); example.setPageSize(pager.getPageSize()); List<Users> users = mapper.selectByExample(example); ...........

    0
    112
    4KB
    2016-07-08
    21
  • ImageMagick

    Im4java配合使用处理图片时,windows环境下新版的ImageMagick表现出各种问题,换老版的就OK,具体原因不明。问题涉及的异常: org.im4java.core.CommandException: org.im4java.core.CommandException: convert.exe: unable to load module 'C:\ImageMagick-7.0.2-Q8\modules\coders\IM_MOD_RL_JPEG_.dll

    5
    38
    18.44MB
    2016-07-08
    22
  • java上传文件,基于内存用poi读取excel内容

    java上传文件,基于内存用poi读取excel内容. Excel内容解析完成后,可根据实际需求做相应处理

    0
    231
    4KB
    2016-05-09
    12
  • 中国移动cmpp3协议ruby 源码,

    中国移动cmpp3协议ruby实现,实现简单功能,内容编码考虑不周,有许多地方有待完善。

    5
    101
    188KB
    2009-10-20
    10
  • C#源码实现英文单词单数与复数的转换

    通过正则表达式实现英文单词单数与复数的转换

    4
    705
    3KB
    2008-10-10
    50
  • C#源码 object与json数据序列化与反序列化

    利用.Net FrameWork3.5提供的Json库实现C#与Json数据转换时,对于Datetime类型的数据,生成格式如下数据 /Date(10000000000-0700)/ 不直观,同时相当部分js库无法直接使用.利用正则表达式替换成"yyyy-MM-dd HH:mm:ss"格式以便于使用 使用举例: T t = new T(); String sJson =t.ToJson(); T t1 = JosonHelper.FromJson<T>(sJason);

    4
    1284
    4KB
    2008-09-03
    48
  • C# 通过socket发送EMail的源代码

    C# 通过socket发送EMail的源代码,支持Esmtp协议。支持CC 及BCC ,支持附件。<br>根据网上找到的源代码修改而来。

    4
    47
    13KB
    2008-07-31
    9
  • iBatis.Net 模板文件 for codesmith4.1

    参照nhibernate模板文件和ibatis.net教程相关示例制作的codesmith模板文件,C#环境

    4
    136
    12KB
    2008-06-25
    10
关注 私信
上传资源赚积分or赚钱