会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
当你的才华不能撑起你的野心时,就是你该选择学习的时候了!
hofmann
知行合一
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
30
31
32
33
34
35
36
37
38
···
73
下一页
2020年7月27日
draw.io
摘要: 供下载。 在线版:https://www.draw.io/ PC电脑版:http://t.cn/Aid48ecf
阅读全文
posted @ 2020-07-27 14:27 hofmann
阅读(188)
评论(0)
推荐(0)
2020年7月22日
ajax异步提交修改按钮文字
摘要: function btnParsingOnClick() { $.ajax({ type: "GET", url: url + "?action=startparsing&r=" + Math.random(), dataType: "json", data: null, async: true,
阅读全文
posted @ 2020-07-22 17:49 hofmann
阅读(493)
评论(0)
推荐(0)
关闭页面前js提示
摘要: document.onvisibilitychange = function () { if (document.visibilityState 'hidden') { if (confirm("确认操作吗?应用程序正在执行,如果关闭窗口执行会终止。")) { return true; } else
阅读全文
posted @ 2020-07-22 17:47 hofmann
阅读(1022)
评论(0)
推荐(0)
window.open关闭后刷新父页面
摘要: window.onbeforeunload = function (event) { window.opener.location.href = window.opener.location.href; //self.opener.location.reload(true); };
阅读全文
posted @ 2020-07-22 17:46 hofmann
阅读(1448)
评论(0)
推荐(0)
2020年7月21日
abp vNex
摘要: ASP.NET Boilerplate Project (ASP.NET样板项目) 参考 abp vNext微服务框架分析 基于 abp vNext 和 .NET Core 开发博客项目 - 给项目瘦身,让它跑起来 ABP vnext学习记录一 介绍
阅读全文
posted @ 2020-07-21 14:32 hofmann
阅读(628)
评论(0)
推荐(0)
2020年7月20日
The provided URI scheme 'http' is invalid; expected 'https'. Parameter name: via
摘要: 提供的URI方案’https’无效;预期’http’.参数名称:via 解决方法 当您将安全标签的模式更改为运输时,您会得到什么? <security mode="Transport"> 我们使用https服务,这是我们使用的模式 – 在我们的开发环境中,我们使用None. <security mo
阅读全文
posted @ 2020-07-20 15:09 hofmann
阅读(905)
评论(0)
推荐(0)
WCF传递Stream时,同时传递其它参数的问题
摘要: [InvalidOperationException: 要使操作 GetName 中的请求成为流,操作必须具有其类型为 Stream 的单个参数。] 用MessageContract修饰的类作为参数。Stream声明在类里面。 C# code [ServiceContract] public int
阅读全文
posted @ 2020-07-20 14:42 hofmann
阅读(319)
评论(0)
推荐(0)
2020年7月16日
DotNet NB 学习公众号
摘要: 参考 https://www.cnblogs.com/MingsonZheng/p/12075597.html
阅读全文
posted @ 2020-07-16 15:41 hofmann
阅读(154)
评论(0)
推荐(0)
军师旅团营连排班各有多少人
摘要: 一个bai军有50000到70000人,一个du师有12000到zhi15000人,一个旅有6000到8000人,一个团有1200到1500人,一个营有500到700人,一个连有dao105到120人,一个排有36人,一个班有12人,一个小队有50到70人,一个中队有500人,一个大队有1200人。
阅读全文
posted @ 2020-07-16 13:32 hofmann
阅读(11630)
评论(0)
推荐(0)
2020年7月10日
OAuth 2.0学习
摘要: 参考 ASP.NET Core分布式项目实战(oauth2 + oidc 实现 client部分)--学习笔记 OAuth 2.0 的四种方式
阅读全文
posted @ 2020-07-10 18:03 hofmann
阅读(130)
评论(0)
推荐(0)
上一页
1
···
30
31
32
33
34
35
36
37
38
···
73
下一页
公告