前几天。一个用户研发QQ找我,例如以下: 自由的海豚。 16:12:01 岛主,我的一条SQL查不出来结果,能帮我看看不? 兰花岛主 16:12:10 多久不出结果? 自由的海豚 16:12:17 多久都没出结果,一直没看到结果过。 兰花岛主 16:12:26 呵呵。好。 兰花岛主 16:12:39 ...
分类:
数据库 时间:
2017-06-02 11:42:09
阅读次数:
233
279.Identify the activities performed as part of the Automatic SQL Tuning process in the maintenance window? (Choose all that apply.) A. generating th ...
分类:
其他好文 时间:
2017-05-30 16:23:23
阅读次数:
201
java.lang.IllegalArgumentException: Registered more than one instance with the same objectName ...
分类:
编程语言 时间:
2017-05-25 01:13:50
阅读次数:
420
# Other default tuning values # MySQL Server Instance Configuration File # # Generated by the MySQL Server Instance Configuration Wizard # # # Install ...
分类:
其他好文 时间:
2017-05-02 16:49:28
阅读次数:
200
能整理出上面一些东西,也是因为站在巨人的肩上。下面是一些参考资料,供大家学习,大家有更好的,可以继续完善:) · Java 理论与实践: 垃圾收集简史 · Java SE 6 HotSpot[tm] Virtual Machine Garbage Collection Tuning · Improv ...
分类:
其他好文 时间:
2017-04-27 13:26:45
阅读次数:
141
caffe的model zoo里面有许多已有的模型,不仅有模型的prototxt,还有训练好的参数,可以下载来做fine tuning https://github.com/BVLC/caffe/wiki/Model-Zoo 下载的方式有以下几种: 1.直接去这个网址下载:http://dl.caf ...
分类:
其他好文 时间:
2017-04-26 11:52:20
阅读次数:
858
fine-tuning是微调的意思,是用别人训练好的模型(即pre-trained model),加上我们自己的数据,来训练新的模型。fine tune相当于使用别人的模型的前几层,来提取浅层特征,然后在最后再落入我们自己的分类中。 一般来说我们自己需要做的方向,比如在一些特定的领域的识别分类中,我 ...
分类:
其他好文 时间:
2017-04-25 19:58:19
阅读次数:
130
开启指定的job: BEGIN dbms_auto_task_admin.enable( client_name => 'sql tuning advisor', peration => NULL, window_name => 'MONDAY_WINDOW'); END; / ...
分类:
数据库 时间:
2017-04-24 10:02:29
阅读次数:
261
Debugging a SQL Server query with WinDbg May 13, 2014 · Klaus Aschenbrenner · 5 Comments (Be sure to checkout the FREE SQLpassion Performance Tuning T ...
分类:
数据库 时间:
2017-04-15 09:22:48
阅读次数:
268
Oracle SQL Tuning and CBO Internals: Based Optimizer with CBO Internals and SQL Tuning Optimization https://vimeo.com/ondemand/oraclemechanisms/ http: ...
分类:
Web程序 时间:
2017-04-03 16:23:33
阅读次数:
318