08 2018 档案

jQuery validate and groups - how to avoid errorPlacement usage?
摘要:本文参照:https://stackoverflow.com/questions/14146893/using-groups-with-jquery-form-validation-how 指定错误提示的位置 And this validate code: 阅读全文

posted @ 2018-08-31 10:12 freeliver54 阅读(407) 评论(0) 推荐(0)

[转]C#利用反射实现两个类的对象之间相同属性的值的复制
摘要:本文转自:https://blog.csdn.net/u013093547/article/details/53584591 在使用c#进行程序编写时,会遇到一个问题,两个属性字段差不多相同的类要进行一个互相的转换,如 这样的两个类 class A class A { { int Id; int I 阅读全文

posted @ 2018-08-29 11:12 freeliver54 阅读(465) 评论(0) 推荐(0)

[转]ui-grid User can't select the row by clicking the select checkbox available in the respective row when enableFullRowSelection : true"
摘要:本文转自:https://github.com/angular-ui/ui-grid/issues/5239 Try this style to enable checkbox selection: 修改 阅读全文

posted @ 2018-08-23 16:02 freeliver54 阅读(140) 评论(0) 推荐(0)

[转]Entity Framework and slow bulk INSERTs
摘要:本文转自:https://weblog.west-wind.com/posts/2013/Dec/22/Entity-Framework-and-slow-bulk-INSERTs I’ve been working on an internal project where I needed to 阅读全文

posted @ 2018-08-20 18:02 freeliver54 阅读(334) 评论(0) 推荐(0)

[转]How to Improve Entity Framework Add Performance?
摘要:本文转自:http://entityframework.net/improve-ef-add-performance When you overuse the Add() method for multiple entities, your application suffers from perf 阅读全文

posted @ 2018-08-20 18:00 freeliver54 阅读(294) 评论(0) 推荐(0)

[转]微擎load()文件加载器
摘要:本文转自:https://blog.csdn.net/qq_32737755/article/details/78124534 微擎中加载文件需要用到 load() 在官网找到官方对load()的解释:微擎依靠 Load 类进行类、函数、模型的加载,该类会在系统初始化时引用并且实例化,系统提供 lo 阅读全文

posted @ 2018-08-02 14:18 freeliver54 阅读(367) 评论(0) 推荐(0)

[转]微擎应用笔记1--数据操作函数
摘要:本文转自:https://blog.csdn.net/seven_north/article/details/79498768 数据库操作规范 tablename $sql = "SELECT * FROM ".tablename('users'); =>>SELECT * FROM ims_use 阅读全文

posted @ 2018-08-02 14:10 freeliver54 阅读(452) 评论(2) 推荐(0)

[转]微擎应用笔记3--manifest.xml文件使用说明
摘要:本文转自:https://blog.csdn.net/seven_north/article/details/79508121 微擎在安装或卸载模块时会根据manifest.xml生成(或删除)数据库中相应记录,并执行manifest.xml里指定的脚本。 manifest.xml文件内容详细介绍如 阅读全文

posted @ 2018-08-02 14:07 freeliver54 阅读(580) 评论(1) 推荐(0)

导航