1.看似针对同样一段查询表ef达式,重复执行却没有被记录下来.其实这是正常情况,因为ef并没有重复去执行 相同sql查询. 2.MiniProfiler结合MVC过滤器进行 拦截记录Sql,示例代码: using Mobile360.Core; using Mobile360.Core.Interfaces; using Mobile360.Core.Models; using Mobile360.Web.Common; using Newtonsoft.Json.Linq; using Sta…
1.AndroidM环境下,在framework层添加代码会对jar包的package name进行检查,并提示”unknown package name of class file”怎么解决? 产生这个报错是因为AndroidM新添加了对framework下jar包的package name检查,解决的方法是在 build/core/tasks/check_boot_jars/package_whitelist.txt 文件中按照规则将新增代码添加到白名单 name检查的逻辑由build/co…
1.s:textfield 赋值方法 <s:textfield name="Tname" value="%{#session.Teacher.name}"/> 2.驱动模型类的使用. public class StudentAction extends ActionSupport implements ModelDriven<Student> Student stu = new Student(); @Overridepublic Stude…
代码托管在https://coding.net上面,之前Git用https的方式都好好的,没有出什么问题.结果今天git pull代码的时候一直提示以下信息: remote: Coding.net Tips : [You have no permission to access this repo.] fatal: unable to access 整了各种方案,都不行,最后按照ssh的方法(coding.net上面的教程)重新配置一遍.然后修改项目下面.git/config中url参数修改成新…