上一页 1 2 3 4 5 6 7 ··· 57 下一页
摘要: apk: application/vnd.android.package-archive ipa: application/iphone web.config <system.webServer> <staticContent> <!-- <mimeMap fileExtension=".json" 阅读全文
posted @ 2022-11-07 13:55 iDEAAM 阅读(204) 评论(0) 推荐(0) 编辑
摘要: #要列出用户 SELECT * FROM mysql.user; #创建用户 CREATE USER user1 IDENTIFIED BY '628803c'; #更改密码 ALTER USER user1IDENTIFIED WITH mysql_native_password BY '6288 阅读全文
posted @ 2022-10-27 15:06 iDEAAM 阅读(64) 评论(0) 推荐(0) 编辑
摘要: asp.net webapi 全局设置 所有api controller安全认证的方法、判断是否登录的方法 1. 新建AuthAttribute 特性 public class AuthAttribute : ActionFilterAttribute { public AuthAttribute( 阅读全文
posted @ 2022-09-07 17:17 iDEAAM 阅读(269) 评论(0) 推荐(1) 编辑
摘要: public static class WebApiConfig { public static void Register(HttpConfiguration config) { // Web API 配置和服务 // Web API 路由 config.MapHttpAttributeRoute 阅读全文
posted @ 2022-09-06 16:53 iDEAAM 阅读(170) 评论(0) 推荐(0) 编辑
摘要: SmsForwarder-短信转发器 https://gitee.com/pp/SmsForwarder?utm_source=alading&utm_campaign=repo 手机上读短信 api 阅读全文
posted @ 2022-07-08 17:19 iDEAAM 阅读(307) 评论(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 阅读(77) 评论(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 阅读(90) 评论(0) 推荐(0) 编辑
摘要: dynamic data= new System.Dynamic.ExpandoObject(); data.value = "test"; 阅读全文
posted @ 2022-06-03 16:30 iDEAAM 阅读(440) 评论(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 阅读(224) 评论(0) 推荐(0) 编辑
摘要: <location path="." allowOverride="true" inheritInChildApplications="false"></location> 防止根目录的web.config 覆盖子目录的web.config 阅读全文
posted @ 2022-03-31 12:17 iDEAAM 阅读(37) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 57 下一页