<adata-href="{:U(‘Tour/t_bulk_add‘)}"onclick="creatIframe(‘{:U(‘Tour/t_bulk_add‘)}‘,‘测试选项卡‘)"data-title="测试选项卡"href="javascript:void(0)">测试选项卡</a>一般默认会引入了H-ui.admin.js文件的,所以可以直接使用creatIframe函数。H-ui.admin.js..
分类:
其他好文 时间:
2017-05-11 14:45:07
阅读次数:
5393
# flowcontrol - for - for i := 0; i < 10; i++ { - for ; sum < 1000; { - For is Go's "while" - for sum < 1000 { - Forever - for { - if - if x < 0 { - } ...
分类:
其他好文 时间:
2017-05-09 13:51:45
阅读次数:
166
设置快捷键,打开设置(CTRL+ALT+S)搜索keymap ctrl+H 查找CTRL+ALT+S 打开设置ctrl+/ctrl+shift+/ alt+f7 alt+/ 原来的改为。。。alt+z 现在 代码补全 alt+z cyclic expand word alt+x generate a ...
分类:
其他好文 时间:
2017-05-09 12:32:21
阅读次数:
132
Tour Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 3408 Accepted: 1513 Description John Doe, a skilled pilot, enjoys traveling. While on ...
分类:
其他好文 时间:
2017-04-22 14:43:00
阅读次数:
229
作用 CyclicBarrier是一个同步辅助类,它允许一组线程互相等待,直到到达某个公共屏障点 (common barrier point),才继续执行。 简介 CyclicBarrier 的字面意思是可循环使用(Cyclic)的屏障(Barrier)。它要做的事情是,让一组线程到达一个屏障(也可 ...
分类:
编程语言 时间:
2017-04-18 12:26:59
阅读次数:
250
转自 http://home.eeworld.com.cn/my/space-uid-346593-blogid-239256.html 圆形缓冲区(circular buffer),也称作圆形队列(circular queue),循环缓冲区(cyclic buffer),环形缓冲区(ring bu ...
分类:
其他好文 时间:
2017-04-18 09:21:20
阅读次数:
264
链接:http://acm.hdu.edu.cn/showproblem.php?pid=1853 Cyclic Tour Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/65535 K (Java/Others) Total S ...
分类:
其他好文 时间:
2017-04-14 20:31:03
阅读次数:
214
这里采用的是mongoDB官网推荐使用.net驱动: http://mongodb.github.io/mongo-csharp-driver/2.4/getting_started/quick_tour/ 官方的示例中 都是在代码里设置的Database 名称 已经习惯了 在连接字符串中设置了,翻... ...
分类:
数据库 时间:
2017-04-11 17:27:30
阅读次数:
903
http://machinelearningmastery.com/a-tour-of-machine-learning-algorithms/ In this post, we take a tour of the most popular machine learning algorithms. ...
分类:
编程语言 时间:
2017-04-09 22:08:43
阅读次数:
305
Codeforces 754E:Dasha and cyclic table 题目链接:http://codeforces.com/problemset/problem/754/E 题目大意:$A$矩阵($size(A)=n \times m$,仅含'a'-'z')在整个平面做周期延拓,问$B$矩阵 ...
分类:
其他好文 时间:
2017-04-08 09:54:51
阅读次数:
274