摘要:
1.对于一些proto里面的定义,如果包含了 引入其他proto文件的 proto文件来说,生成的时候要注意。尤其是 引入的是官方框架内的 proto文件,如果自己没有提供的话,生成代码会报错! 具体错误可以通过命令行工具 或者 vs的包控制台查看,这些错误可能 导致一系列的报错,未定义之类的错误,
阅读全文
posted @ 2018-07-04 23:55
王庆东mas
阅读(8199)
推荐(1)
posted @ 2018-03-21 16:34
王庆东mas
阅读(3)
推荐(0)
摘要:
use [ElephantCredit] go begin transaction tran_bank; print '**脚本开始执行!'; declare @tran_error int , @negRuleId uniqueidentifier set @tran_error = 0; set @negRuleId = (select Id from [Ele...
阅读全文
posted @ 2018-03-02 11:07
王庆东mas
阅读(176)
推荐(0)
摘要:
using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Elephant.OPS.Application...
阅读全文
posted @ 2018-01-19 14:05
王庆东mas
阅读(223)
推荐(0)
摘要:
public static class QueryableExtensions { #region 内存分页 /// /// 返回对象分页列表 /// /// 对象类型 /// 已排序的数据源 /// 页码,1开始 /// 页条数 ///...
阅读全文
posted @ 2017-12-22 13:00
王庆东mas
阅读(224)
推荐(0)
摘要:
Web.config Transformation Syntax for Web Application Project Deployment Other Versions Updated: May 2011 Web.config files typically include settings t
阅读全文
posted @ 2017-12-15 17:20
王庆东mas
阅读(928)
推荐(0)
posted @ 2017-12-13 16:25
王庆东mas
阅读(1)
推荐(0)
posted @ 2017-12-13 16:22
王庆东mas
阅读(2)
推荐(0)
posted @ 2017-12-13 16:20
王庆东mas
阅读(1)
推荐(0)
posted @ 2017-12-13 16:19
王庆东mas
阅读(1)
推荐(0)