using Autofac; using IService; using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using TT.Service.Interface; using TT.Service.Realize; namespace InjectionServe…
// 过滤日期格式,传入时间戳,根据参数返回不同格式 const formatTimer = function(val, hours) { if (val) { ); var y = dateTimer.getFullYear(); ; var d = dateTimer.getDate(); var h = dateTimer.getHours(); var m = dateTimer.getMinutes(); M = M >= ? M : " + M; d = d >= ? d…
今天在工作时,使用MyBatis中向sql传递两个参数时,一直显示SQL语法错误,仔细检查,才发现传入的参数被加上了引号,导致传入的参数(要传入的参数是表名)附近出现语法错误. 错误写法: } a } b on a.config_id = b.config_id; 这种写法在控制台报错: select pro_type, name, b.info from ? a inner join ? b on a.config_id = b.config_id;### Cause: com.mysql.j…