Some technicians have a tendency to use the terms router, switch and hub interchangeably, but have you ever wondered what the difference is? Some tech ...
分类:
其他好文 时间:
2017-06-01 23:45:06
阅读次数:
404
Ilya is a frontman of the most famous rock band on Earth. Band decided to make the most awesome music video ever for their new single. In that music v ...
分类:
其他好文 时间:
2017-06-01 22:48:46
阅读次数:
308
#ifndef _zip_H #define _zip_H // #ifdef ZIP_STD #include <time.h> #define DECLARE_HANDLE(name) struct name##__ { int unused; }; typedef struct name##_ ...
分类:
其他好文 时间:
2017-06-01 19:33:01
阅读次数:
283
recently try to install mysql in my computer so that I can practise some sql statement on sever.But there are some problem while install mysql package ...
分类:
数据库 时间:
2017-06-01 10:21:16
阅读次数:
224
>>> def main(n): start = 10**(n-1)+2 end = start*10-20 for i in range(start,end): i = str(i) big = ''.join(sorted(i,reverse=True)) big = int(big) litt ...
分类:
编程语言 时间:
2017-05-31 10:17:41
阅读次数:
205
Longest Common Substring Problem Description Given two strings, you have to tell the length of the Longest Common Substring of them.For example:str1 = ...
分类:
其他好文 时间:
2017-05-30 23:11:55
阅读次数:
326
Good Luck in CET-4 Everybody! Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 9934 Accepted Submi ...
分类:
其他好文 时间:
2017-05-30 22:02:15
阅读次数:
217
Text My daughter, Jane, never dreamed of receiving a letter from a girl of her own age in Holland. Last year,we were traveling across the Channel and ...
分类:
其他好文 时间:
2017-05-30 21:01:49
阅读次数:
203
命名管道屏蔽了底层的网络协议细节,在不了解网络协议的情况下也可以利用命名管道来实现进程间通信;命名管道不仅可以在本机上实现两个进程间的通信,还可以跨网络实现两个进程间的通信; 1、创建命名管道 HANDLE CreateNamedPipe( LPCTSTR lpName, DWORD dwOpenM ...
分类:
其他好文 时间:
2017-05-30 19:26:44
阅读次数:
141
一.视图 1.视图文件存放在resources/views目录2.视图载入及传参 还可以通过with 方法添加独立的数据片段到视图return 还可以通过with 方法添加独立的数据片段到视图 也可以使用compact 3.判断视图是否存在 4.在视图间共享数据有时候我们需要在所有视图之间共享数据片 ...
分类:
其他好文 时间:
2017-05-30 19:23:29
阅读次数:
302