会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
三瑞
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
15
16
17
18
19
20
21
22
23
···
47
下一页
2021年6月5日
重装电脑系统会用到的一些
该文被密码保护。
阅读全文
posted @ 2021-06-05 09:41 三瑞
阅读(0)
评论(0)
推荐(0)
2021年6月1日
11、在窗口中嵌入其他页面(webview组件)未成功
摘要: 11、在窗口中嵌入其他页面(webview组件)未成功
阅读全文
posted @ 2021-06-01 15:14 三瑞
阅读(71)
评论(0)
推荐(0)
2021年5月30日
10、Electron使用HTML5 API创建子窗口,控制窗口,窗口之间的交互,从子窗口返回数据,页面来源,使用eval方法向子窗口传递数据
摘要: 使用HTML5 API创建子窗口,控制窗口,窗口之间的交互,从子窗口返回数据,页面来源,使用eval方法向子窗口传递数据 index.js /** * 使用HTML5 API创建子窗口 * window.open方法 * window.open(url[,title][,attributes]) *
阅读全文
posted @ 2021-05-30 21:14 三瑞
阅读(482)
评论(0)
推荐(0)
2021年5月25日
iframe 拒绝了我们的连接请求 IIS
摘要: 使用 X-Frame-Options 有三个可选的值: DENY:浏览器拒绝当前页面加载任何Frame页面SAMEORIGIN:frame页面的地址只能为同源域名下的页面ALLOW-FROM:origin为允许frame加载的页面地址 <?xml version="1.0" encoding="UT
阅读全文
posted @ 2021-05-25 20:29 三瑞
阅读(6843)
评论(0)
推荐(0)
2021年5月24日
9、Electron消息对话框、错误对话框
摘要: index.js /** * 消息对话框:显示简单的消息对话框 * titile 和 message * showMessageBox(options) * * 设置消息对话框的图标 * icon * * 设置消息对话框类型 * 1、默认对话框:none * 2、信息对话模型:info * 3、错误
阅读全文
posted @ 2021-05-24 21:57 三瑞
阅读(246)
评论(0)
推荐(0)
2021年5月23日
8、Electron 打开对话框、保存对话框
摘要: index.js /** * 打开对话框:最简单的打开对话框 * * Dialog.showOpenDialog([browserWindow,]options[,callback]) * browserWindow参数允许对话框将自身附加到父窗口,作为父窗口的模态对话框。 * callback:返
阅读全文
posted @ 2021-05-23 22:33 三瑞
阅读(323)
评论(1)
推荐(1)
git 使用出错
摘要: git rm 10编码/Src/xxx/bin/Debug/xxx.pdberror: the following file has local modifications:10编码/Src/xxx/bin/Debug/xxx.pdb(use --cached to keep the file, o
阅读全文
posted @ 2021-05-23 13:35 三瑞
阅读(184)
评论(0)
推荐(0)
2021年5月22日
7、Electron优雅地加载页面、父子窗口、模态窗口、用代码关闭多个窗口、窗口之间的交互
摘要: index.js /** * 优雅地加载页面 * show:false,创建一个隐蔽的窗口 * win.on("ready-to-show",()=>{ win.show(); });//加载完才显示 */ /** * 父子窗口(Mac OS X和Windows有一定差异) * 1、子窗口总是在父窗
阅读全文
posted @ 2021-05-22 19:31 三瑞
阅读(1653)
评论(0)
推荐(0)
2021年5月21日
iBatis 数据操作超时时间设置
摘要: ibatils sqlmap.config中 <database> <provider name="sqlServer2.0"/> <dataSource ... ConnectionTimeout="600"/> </database> ibatis.net 的坑 https://www.cnbl
阅读全文
posted @ 2021-05-21 17:06 三瑞
阅读(413)
评论(0)
推荐(0)
2021年5月20日
C# castle 拦截器
摘要: 拦接器 public class AutoDesensitizationMethodInterceptor : IMethodInterceptor { public object Intercept(IMethodInvocation invocation, params object[] arg
阅读全文
posted @ 2021-05-20 19:51 三瑞
阅读(333)
评论(0)
推荐(0)
上一页
1
···
15
16
17
18
19
20
21
22
23
···
47
下一页
公告