2015年4月3日

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 阅读(2276) 评论(0) 推荐(0) 编辑

POS配置

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

posted @ 2015-04-03 10:20 MyBeN 阅读(553) 评论(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 阅读(353) 评论(0) 推荐(1) 编辑

C# 判断是否是节假日

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

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

导航