上一页 1 2 3 4 5 6 7 ··· 56 下一页
摘要: SmsForwarder-短信转发器 https://gitee.com/pp/SmsForwarder?utm_source=alading&utm_campaign=repo 手机上读短信 api 阅读全文
posted @ 2022-07-08 17:19 iDEAAM 阅读(295) 评论(0) 推荐(0) 编辑
摘要: DROP EVENT e_test SHOW PROCESSLIST; SHOW VARIABLES LIKE 'event_scheduler'; SET GLOBAL event_scheduler = 0; use datadb; CREATE EVENT data_db.e_test ON 阅读全文
posted @ 2022-06-17 15:23 iDEAAM 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 如何通过logstash 把json log 同步给elasticsearch # Sample Logstash configuration for creating a simple # Beats -> Logstash -> Elasticsearch pipeline. input { f 阅读全文
posted @ 2022-06-03 17:03 iDEAAM 阅读(84) 评论(0) 推荐(0) 编辑
摘要: dynamic data= new System.Dynamic.ExpandoObject(); data.value = "test"; 阅读全文
posted @ 2022-06-03 16:30 iDEAAM 阅读(406) 评论(0) 推荐(0) 编辑
摘要: 要在visual studio中使用entity framework for mysql 需要安装两个东西:1. mysql for visual studio 2. mysql-connector-net mysql 8.0.28(一定要用这个版本) 目前还不支持 visual studio 20 阅读全文
posted @ 2022-05-30 15:10 iDEAAM 阅读(202) 评论(0) 推荐(0) 编辑
摘要: <location path="." allowOverride="true" inheritInChildApplications="false"></location> 防止根目录的web.config 覆盖子目录的web.config 阅读全文
posted @ 2022-03-31 12:17 iDEAAM 阅读(35) 评论(0) 推荐(0) 编辑
摘要: mysql trigger 触发器的使用 注意前后加加 delimiter $$ .................... $$ delimiter ; #修改a.dealer 表信息时,更新b.dealer delimiter $$ CREATE TRIGGER syncInfoByUpdateA 阅读全文
posted @ 2022-03-30 01:47 iDEAAM 阅读(62) 评论(0) 推荐(0) 编辑
摘要: webapi 中,如果接参是一个实体 model。需要参数前面加一个特性 [FromUri] 。根据您前端传参情况定 public JsonModelHelper.JsonModel Get([FromUri] addresstemplate at) 阅读全文
posted @ 2022-03-27 11:43 iDEAAM 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 平时有一些重复性的工作,然后利用t4模板写了以下代码,希望对大家有用。1. 生成dal helper 增删改查 <#@ template language="C#" debug="false" hostspecific="true"#> <#@ include file="EF6.Utility.C 阅读全文
posted @ 2022-03-25 18:20 iDEAAM 阅读(147) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2022-03-23 11:50 iDEAAM 阅读(254) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 56 下一页