上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 69 下一页
摘要: string htDetails = string.Join(",", DemoList.Select(t => t.id).Distinct().ToArray()); 阅读全文
posted @ 2019-06-24 14:55 沐雪架构师 阅读(4001) 评论(0) 推荐(2) 编辑
摘要: using System; using System.Text; using System.Collections.Generic; using System.Data; namespace .Model 0) {#>. { 0) {#> // public class { /// ... 阅读全文
posted @ 2019-04-19 18:51 沐雪架构师 阅读(375) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/justuntil/p/8033792.html https://www.cnblogs.com/saneri/p/8762168.html 2篇文章结合起来看。 阅读全文
posted @ 2019-04-02 19:01 沐雪架构师 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 在做kafka测试的时候,使用命令bin/kafka-console-consumer.sh --zookeeper 192.168.0.140:2181,192.168.0.141:2181 --topic test --from-beginning启动消费者,发现一只报错consumer zoo 阅读全文
posted @ 2019-04-01 19:03 沐雪架构师 阅读(606) 评论(0) 推荐(0) 编辑
摘要: zookeeper做单机版,可以正常启动;但是zookeeper做集群后启动不了,大部分原因是防火墙未关闭。 centos的关闭防火墙方法比较独立。 systemctl stop firewalld.service 查看防火墙关闭状态: firewall-cmd --state 阅读全文
posted @ 2019-04-01 18:34 沐雪架构师 阅读(1584) 评论(1) 推荐(0) 编辑
摘要: 先 https://www.cnblogs.com/PatrickLiu/p/8433273.html 再 https://blog.csdn.net/ryu2003/article/details/78492127 阅读全文
posted @ 2019-03-29 14:33 沐雪架构师 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 第1步: 打开数据库管理界面 》安全性--》登录名,“新建登录名” 这个界面,只要填写登录名和密码即可。其他的都不用管。 第2步: 执行sql: --将所有数据库的查看权限给Public角色,每个登录用户只能查看指定的数据库--此语句会导致服务器上所有的用户在没有设置数据库权限的情况下不会显示任何数 阅读全文
posted @ 2018-12-22 21:48 沐雪架构师 阅读(516) 评论(0) 推荐(0) 编辑
摘要: 第1肯定是配置的参数类 public class JsApiConfig { #region 字段 private string mch_id = string.Empty; private string key = string.Empty; private string appid = stri 阅读全文
posted @ 2018-10-15 00:47 沐雪架构师 阅读(655) 评论(0) 推荐(0) 编辑
摘要: 遇到这个需求,想到的第一点就是,这个肯定是需要写在一个通用的地方。方便调用。一般可以定义个 父类控制器在OnActionExcuting方法执行前写逻辑,先上代码,一边写代码一边讲解: 阅读全文
posted @ 2018-10-15 00:43 沐雪架构师 阅读(978) 评论(0) 推荐(0) 编辑
摘要: 开发微信应用,微信支付是永远要面对的。现在的微信支付相对以往已经很稳定,很少出现诡异情况。再加上无数人开发的经验分享,现在开发微信支付已经没什么难度了。 我这次主要是想基于沐雪微信平台的微商城业务来分析微信支付到底该怎么做。主要讲思路,代码也同时会献上。 一、思考:1、支付前系统该做什么?2、支付的 阅读全文
posted @ 2018-10-15 00:20 沐雪架构师 阅读(851) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 69 下一页