随笔分类 -  代码共享

我自己写的些小代码,共享共享
摘要:package com.xf; public class WaitNotify { // 等待标记 private int flag; // 循环次数 private final int loopNumber; public WaitNotify(int flag, int loopNumber) 阅读全文
posted @ 2022-08-31 15:21 wujf 阅读(24) 评论(0) 推荐(0) 编辑
摘要:测试实体类(表结构) public class User { public int user_id { get; set; } public string user_name { get; set; } } public class Book { public int book_id { get; 阅读全文
posted @ 2016-02-24 15:36 wujf 阅读(528) 评论(0) 推荐(0) 编辑
摘要:废话不多,直接上方法 1 public static DataSet ExecuteDataSet(this IDbConnection cnn, IDbDataAdapter adapter, string sql, object param = null, bool buffer... 阅读全文
posted @ 2015-07-08 12:51 wujf 阅读(3262) 评论(1) 推荐(0) 编辑
摘要:背景:做XX项目需要把交易的消息推送给YY系统,技术选型MQ另:选用MQ原因是为了防止YY系统宕机,无法接受收消息实现1、安装IBM WebSphere MQ客户端2、引用amqmdnet.dll(在客户端的安装目录下可以找到)3、C#代码如下 1 /* 2 * write by:wjf 3... 阅读全文
posted @ 2015-06-11 14:25 wujf 阅读(3319) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示