04 2015 档案

ado.net 调用带参数的存储过程
摘要:String connString = "Data Source = localhost; Initial Catalog = hkjc;User ID = sa;Pwd = 123"; SqlConnection conn = new SqlConnection(connString); ... 阅读全文

posted @ 2015-04-16 10:06 MyBeN 阅读(1260) 评论(0) 推荐(0)

C#调取java接口
摘要:1.public class APIRequest { //public static string commonUrl = @"http://192.168.2.186:8080/sale/"; public static string commonUrl = @"http://115.29.10... 阅读全文

posted @ 2015-04-03 16:19 MyBeN 阅读(2319) 评论(0) 推荐(0)

POS配置
摘要:1.配置 (1) 房产局 (2) 银联端 2.运行 (1) 房产端 右击BizMAPSSP项目---Run As—run congfigurations—Java Application—选择BizMAPSSP---Run(快速运行方法:点... 阅读全文

posted @ 2015-04-03 10:20 MyBeN 阅读(571) 评论(0) 推荐(0)

SQL 防止注入
摘要:var strsql = "insert into Staff_Answer (ExamTitleID,QuestionsID,MultipleChoice,RightOption,AnswerOption,IsRight,Score,StaffScore,Remark,State,Creator,... 阅读全文

posted @ 2015-04-03 09:24 MyBeN 阅读(362) 评论(0) 推荐(1)

C# 判断是否是节假日
摘要:1.引用Newtonsoft.Json.dll2. /// /// 判断是不是节假日,节假日返回true /// /// 日期格式:yyyyMMdd /// public static bool IsHolidayByDate(string date) { bool isHoliday ... 阅读全文

posted @ 2015-04-03 08:51 MyBeN 阅读(7007) 评论(1) 推荐(0)

导航