#企业微信app

Dapper full example

SkiptocontentSignupSigninThisrepositoryExploreFeaturesEnterpriseBlogWatch390Star2,538Fork844StackExchange/dapper-dot-netbranch:masterdapper-dot-net/Tests/Tests....
代码星球 ·2021-01-22

Dapper.ColumnMapper 的使用

usingSystem;usingSystem.Collections.Generic;usingSystem.Data;usingSystem.Data.SqlClient;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;usingNUnit...
代码星球 ·2021-01-22

dapper 自定义数据库字段和代码中Model字段不一致时候的mapping方法

namespaceYourNamespace{///<summary>///UsestheNamevalueoftheColumnAttributespecified,otherwisemapsasusual.///</summary>///<typeparamname="T">Th...

dapper.rainbow

usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Data.SqlClient;usingDapper;//tohaveaplay,installDapper.Rainbowfromnuge...
代码星球 ·2021-01-22

dapper 写查询sql 时,多条件参数操作方法

varargs=newDynamicParameters(new{});if(obj.orderId!=null){sb.Append("ANDOrderId=@OrderId");args.Add("OrderId",obj.orderId);}if(obj.clientName!=null){sb.Append("...

dapper 的一些用法

http://www.tritac.com/bp-24-dapper-net-by-example http://www.codeproject.com/Articles/212274/A-Look-at-Dapper-NET...
代码星球 ·2021-01-22

Ubuntu下编译SqlCipher以及解密微信数据库EnMicroMsg.db过程和坑

wgethttps://codeload.github.com/sqlcipher/sqlcipher/zip/v3.4.2./configure--enable-tempstore=yesCFLAGS="-DSQLITE_HAS_CODEC-DSQLITE_TEMP_STORE=2"LDFLAGS="-lcrypto...

微信小程序免费Https获取以及Ubuntu Nginx配置

先贴上Nginx的配置文件userwww-data;worker_processesauto;pid/run/nginx.pid;events{worker_connections768;#multi_accepton;}http{###BasicSettings##sendfileon;tcp_nopushon;tc...

微信数据库破解过程记录

1.提取数据库2.计算出密码3.sqlcipher.exe打开数据库,导出message表,csv格式4.csv格式windows换行转换...

部署wepy框架开发微信小程序

我用的是yarn,如果你使用的是npm,也可以首先需要安装wepy命令行工具npminstallwepy-cli-g然后在选定的位置使用脚手架工具创建wepy项目wepyinitstandardyy-cabinetPSC:UsersgushiDesktop>wepyinitstandardyy-cabinet?P...

IIS 报错 Cannot open database "test4" requested by the login. The login failed. Login failed for user 'IIS APPPOOL est1'.

 报错:  Cannotopendatabase"test4"requestedbythelogin.Theloginfailed.Loginfailedforuser'IISAPPPOOLest1'.  解决:  打开IIS->应用程序池->选择对应的应用程序池->高级...

开源项目 07 AutoMapper

 原文:https://www.cnblogs.com/zinan/p/10629277.html   AutoMapper的版本:7.0.1   映射的时候忽略掉某些字段:Mapper.Initialize(x=>{x.CreateMap&l...
代码星球 ·2021-01-22

开源项目 05 Dapper

   usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;usingDapper;usingSystem.Data;usingSy...
代码星球 ·2021-01-22

uni-app商城项目(01)

1.项目准备:1.新建项目,清理项目结构2.完成项目初始化配置。2.项目开始阶段:1.完成tabBar配置,新建需要的页面2.在'/utis'封装需要的发送请求api,有利于功能的实现。然后在入口文件中,把封装好的函数挂载到全局Vue原型对象上,这个在每个vue组件中就可以访问到这个函数。3.需要的字体图标需要把css...
代码星球 ·2021-01-22
首页上一页...5455565758...下一页尾页