上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 43 下一页
摘要: 使用 X-Frame-Options 有三个可选的值: DENY:浏览器拒绝当前页面加载任何Frame页面SAMEORIGIN:frame页面的地址只能为同源域名下的页面ALLOW-FROM:origin为允许frame加载的页面地址 <?xml version="1.0" encoding="UT 阅读全文
posted @ 2021-05-25 20:29 三瑞 阅读(6739) 评论(0) 推荐(0) 编辑
摘要: index.js /** * 消息对话框:显示简单的消息对话框 * titile 和 message * showMessageBox(options) * * 设置消息对话框的图标 * icon * * 设置消息对话框类型 * 1、默认对话框:none * 2、信息对话模型:info * 3、错误 阅读全文
posted @ 2021-05-24 21:57 三瑞 阅读(217) 评论(0) 推荐(0) 编辑
摘要: index.js /** * 打开对话框:最简单的打开对话框 * * Dialog.showOpenDialog([browserWindow,]options[,callback]) * browserWindow参数允许对话框将自身附加到父窗口,作为父窗口的模态对话框。 * callback:返 阅读全文
posted @ 2021-05-23 22:33 三瑞 阅读(246) 评论(1) 推荐(1) 编辑
摘要: 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 三瑞 阅读(147) 评论(0) 推荐(0) 编辑
摘要: index.js /** * 优雅地加载页面 * show:false,创建一个隐蔽的窗口 * win.on("ready-to-show",()=>{ win.show(); });//加载完才显示 */ /** * 父子窗口(Mac OS X和Windows有一定差异) * 1、子窗口总是在父窗 阅读全文
posted @ 2021-05-22 19:31 三瑞 阅读(1418) 评论(0) 推荐(0) 编辑
摘要: ibatils sqlmap.config中 <database> <provider name="sqlServer2.0"/> <dataSource ... ConnectionTimeout="600"/> </database> ibatis.net 的坑 https://www.cnbl 阅读全文
posted @ 2021-05-21 17:06 三瑞 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 拦接器 public class AutoDesensitizationMethodInterceptor : IMethodInterceptor { public object Intercept(IMethodInvocation invocation, params object[] arg 阅读全文
posted @ 2021-05-20 19:51 三瑞 阅读(297) 评论(0) 推荐(0) 编辑
摘要: [TestClass] public class FacilityTest {public FacilityTest() { } [TestInitialize] public void InitTestData() { } [TestCleanup] public void ClearTestDa 阅读全文
posted @ 2021-05-20 19:10 三瑞 阅读(80) 评论(0) 推荐(0) 编辑
摘要: index.js /** * 无边框窗口和透明窗口 * frame:false无边框窗口 * transparent:true,透明窗口 */ /** * 锁定模式 * 如果窗口处理全屏,并县锁定上状态,在Mac OS X唯一退出窗口的方式是通过<Command+Q>组合键 * 如果在Mac OS 阅读全文
posted @ 2021-05-19 22:29 三瑞 阅读(600) 评论(0) 推荐(0) 编辑
摘要: index.js /** * 单位:像素 * width:窗口宽度 height:窗口高度 * minWidth:窗口最小宽度 minHeight:窗口最小高度 * maxWidth:窗口最大宽度 maxHeight:窗口最大高度 * * 获取和设置高度 * getSize() 返回数组,[0]:w 阅读全文
posted @ 2021-05-18 21:08 三瑞 阅读(4587) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 43 下一页