一、今晚遇到一个问题,就是不能直接在 html 直接调用 js 代码的问题 二、会出现如下错误: 三、解决方法,就是将 js 代码写成单独的文件,然后包含进去即可。 ...
分类:
Web程序 时间:
2018-05-29 01:55:29
阅读次数:
335
make compromise between learnt policy and minimal cost! π hat is using states π theta is using observations ...
分类:
其他好文 时间:
2018-05-28 00:51:40
阅读次数:
153
understand that correlated samples cause problem. and how paralled solve the problem another solution is replay buffers, fully ultilizing the advantag ...
分类:
其他好文 时间:
2018-05-26 21:26:50
阅读次数:
242
MemoryCache缓存 缓存时效测试 var cachePool = new MyCachePool(); //Thread.Sleep(1000); var value = cachePool.GetFileValue(); /// <summary> /// MemoryCache缓存 // ...
分类:
系统相关 时间:
2018-05-25 17:51:25
阅读次数:
481
V2版本的glance api采用Proxy的方式来构建对象(对象套对象),有点类似装饰器模式,包裹的顺序是 Auth(外层) Notifier Policy Quota Location Domain/DB(内层),对于镜像的内存数据结构表示,每层都有对应的ImageFactoryProxy类,对 ...
分类:
其他好文 时间:
2018-05-25 14:02:42
阅读次数:
167
// 点击导出Excel $(document).on("click", "button.excel", (res) => { qqkj.getExcel(res); }); /** 保单列表 * 导出Excel * @param callback 回调函数 */ qqkj.getExcel = f ...
分类:
Web程序 时间:
2018-05-25 13:53:46
阅读次数:
162
本节通过一个 httpd 应用来实践 Network Policy。
分类:
Web程序 时间:
2018-05-25 10:58:46
阅读次数:
166
green bar is the reward function, blue curve is the possibility of differenct trajectories if green bars are equally increased to yellow bars, the res ...
分类:
其他好文 时间:
2018-05-25 00:27:41
阅读次数:
421
Network Policy 通过 Label 选择 Pod,并指定其他 Pod 或外界如何与这些 Pod 通信。 ...
分类:
Web程序 时间:
2018-05-22 19:45:10
阅读次数:
240
volume 类型 静态volume emptyDir 临时空目录, 用途,pod内多用户同享一个目录。与POD的生命周期一至,POD创建时创建,删除时删除。 Hostpath 宿主机1:1映射,用途为收集日志。容器迁移至其它节点数据会丢失。 storage-provide:公有云存储空间或分布式存 ...
分类:
其他好文 时间:
2018-05-22 10:48:58
阅读次数:
454