译者按: Chrome DevTools很强大,甚至可以替代IDE了! 原文: Art of debugging with Chrome DevTools 为了保证可读性,本文采用意译而非直译。另外,本文版权归原作者所有,翻译仅用于学习。 谷歌开发者工具提供了一系列的功能来帮助开发者高效Debug网 ...
分类:
其他好文 时间:
2018-10-11 16:53:27
阅读次数:
219
1. 2018-09-26 前7天awr报告(此期间 oracle 使用率为 4,022.34/6,179.76/24=2.71%) 由此看出最显著问题是 log file sync 等待事件,查看后台等待事件伴随着 log file parallel write 等待事件也相对较高,初步判断此数据 ...
分类:
其他好文 时间:
2018-10-11 15:12:15
阅读次数:
292
1、查看禁用外键sql select 'alter table '||table_name||' disable constraint '||constraint_name||';' from user_constraints where constraint_type='R'; 2、查看启用外键s ...
分类:
数据库 时间:
2018-10-11 14:30:33
阅读次数:
193
原文地址请跳转:https://blog.csdn.net/Iversons/article/details/78996776 ...
分类:
Web程序 时间:
2018-10-11 12:22:12
阅读次数:
403
copyTBL:function(e){varself=this;wx.setClipboardData({data:self.data.taokouling,success:function(res){//self.setData({copyTip:true}),wx.showModal({title:‘提示‘,content:‘复制成功‘,success:fun
分类:
微信 时间:
2018-10-11 11:39:06
阅读次数:
211
[TOC] #补充 ##join左右连表 ##上下连表 上下连表时,查询出的结果注意列数要相等 ###union 自动去重 ``` select sid,sname from students union select id,name from teachers ``` ###union all 不... ...
分类:
数据库 时间:
2018-10-11 01:53:33
阅读次数:
219
Introduction Under some circumstances, it is useful for a client or server to become aware of the termination or loss of connection with its peer. In ...
分类:
其他好文 时间:
2018-10-11 01:30:47
阅读次数:
160
我们在使用EF Core的时候,很多时候需要在Visual Studio的输出窗口中知道EF Core在后台生成的SQL语句是什么,这个需求可以通过自定义EF Core的ILoggerFactory和ILogger类来实现: 首先定义一个实现了ILogger接口的类EFLogger,主要目的是将EF ...
分类:
其他好文 时间:
2018-10-10 23:57:53
阅读次数:
420
"传送门" 看到免费次数$k$最多只有10,可以考虑构建$k+1$层的分层图,即每一层正常连边,上下两层对应点连边权为0的单向边,最后对所有层里面的$di_t$取$\max$救星了 ...
分类:
其他好文 时间:
2018-10-10 23:40:09
阅读次数:
183