1.方法一namespace App\Providers;...class AuthServiceProvider extends ServiceProvider{... public function boot(GateContract $gate) { parent::...
分类:
其他好文 时间:
2015-10-01 16:38:58
阅读次数:
1619
一,把杀毒软件停掉二,把原机器上的Reflector 文件删除三,找到C:\Users\Administrator\AppData\Local\Red Gate这个目录,将里面的东西删除四,vs里——工具——扩展管理器 联机库里 找到Reflector 安装五,断网,打开 下载好的 注册机 里的.....
分类:
Web程序 时间:
2015-09-21 17:24:15
阅读次数:
268
codecombat中国游戏网址:http://www.codecombat.cn/ 所有代码为javascript代码分享 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 41、Summit‘s?Gate //需要一个好的操作 //?Fight?your?way?into?the?Inner?Sanctum?o...
分类:
其他好文 时间:
2015-09-14 00:45:40
阅读次数:
304
Zhejiang University has 6 campuses and a lot of gates. From each gate we can collect the in/out times and the plate numbers of the cars crossing the g...
分类:
其他好文 时间:
2015-09-08 12:31:54
阅读次数:
183
Golden Eggs
Time Limit: 6000/3000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 505 Accepted Submission(s): 284
Problem Description
There is a grid...
分类:
其他好文 时间:
2015-08-31 23:48:16
阅读次数:
272
总结:简单来说,因为flip-flop 端口到 gate 有一段delay,如果clock 那段delay明显要大,setup就可能是负值了;如果flip-flop端口gata那段delay明显太大,hold就可能取负值了。在我看来,二者的作用都是用来微调数据和时钟经过filp-flop传输时的同异...
分类:
其他好文 时间:
2015-08-31 17:07:10
阅读次数:
1013
题目如下:
Zhejiang University has 6 campuses and a lot of gates. From each gate we can collect the in/out times and the plate numbers of the cars crossing the gate. Now with all the information ava...
分类:
其他好文 时间:
2015-08-27 18:54:09
阅读次数:
205
1095. Cars on Campus (30)Zhejiang University has 6 campuses and a lot of gates. From each gate we can collect the in/out times and the plate numbers o...
分类:
其他好文 时间:
2015-08-25 14:04:16
阅读次数:
372
项目接近尾声,这个周在弄运维相关的一些东西。
运维部门需要一个http服务器,来查询服务器及玩家的一些数据。
在做的过程中考虑的是两个问题:
1 这个http服务器挂在什么地方?
为了不污染pemelo的代码,做了一个httpServer的组件,在gate服务器中加载。
因为其他服务器可能有多个,这样会重复加载httpServer组件,导致端口重复监听。
2 多个area服...
分类:
Web程序 时间:
2015-08-19 20:38:01
阅读次数:
788
uva 11383 Golden Tiger Claw题目大意:给定一个N×N的矩阵,每个格子里都有一个正整数w(i,j)w(i, j)。你的任务是给每行确定一个整数row(i), 每列也确定一个整数col(i)col(i),使得对于格子(i,j)(i, j),w(i,j)<=row(i)+col(j)w(i, j) <= row(i) + col(j)。所有row(i)row(i)和col(j)c...
分类:
编程语言 时间:
2015-08-18 22:56:01
阅读次数:
253