/** * 设置字符集 */ Window -> Perferencrs -> General -> Workspace -> Other 选UTF-8 /** * 设置编码字体和大小 */ Window -> Perferencrs -> General -> Appearance -> Colo... ...
分类:
系统相关 时间:
2017-03-23 22:03:31
阅读次数:
286
使用tail --help查看命令用于备忘 Usage: tail [OPTION]... [FILE]...Print the last 10 lines of each FILE to standard output.With more than one FILE, precede each w ...
分类:
系统相关 时间:
2017-03-23 16:49:32
阅读次数:
194
/*输出一行字符,分类统计字符个数*/ #include<stdio.h>#include<stdlib.h>int main(void){ int letter=0,space=0,digit=0,other=0;/*定义变量并初始化*/ char c;/*定义字符串c*/ printf("请输入 ...
分类:
其他好文 时间:
2017-03-23 01:26:34
阅读次数:
215
Description One of Timofey's birthday presents is a colourbook in a shape of an infinite plane. On the plane n rectangles with sides parallel to coord ...
分类:
其他好文 时间:
2017-03-22 22:59:50
阅读次数:
180
http://acm.hdu.edu.cn/showproblem.php?pid=2157 How many ways?? Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total S ...
分类:
其他好文 时间:
2017-03-22 00:55:53
阅读次数:
281
3160 最长公共子串 时间限制: 2 s 空间限制: 128000 KB 题目等级 : 大师 Master 题解 3160 最长公共子串 3160 最长公共子串 时间限制: 2 s 空间限制: 128000 KB 题目等级 : 大师 Master 时间限制: 2 s 空间限制: 128000 KB ...
分类:
其他好文 时间:
2017-03-21 22:49:32
阅读次数:
217
BeautifulSoup([your markup]) to this: BeautifulSoup([your markup], "lxml") markup_type=markup_type)) ...
分类:
编程语言 时间:
2017-03-21 21:48:42
阅读次数:
724
yii2:引用项目外的文件或类 以项目:frontend为例,文件目录如下: frontend/ frontend/controllers frontend/views frontend/runtime ...... other/ other/phpexcel/ ...... 在frontend/c ...
分类:
其他好文 时间:
2017-03-21 19:37:12
阅读次数:
366
1.单击Info.plist右键单击->New File->Other->PCH File创建PCH文件 文件名设置成:项目名-Prefix ->点击Create,创建成功。 2.设置PCH文件路径 选中项目->TARGETS->Build Settings->在搜索框中搜索"Prefix"->Ap ...
分类:
移动开发 时间:
2017-03-21 15:43:50
阅读次数:
189
转自:http://www.jb51.net/os/other/352995.html VirtualBox对虚拟机支持几种不同的网络方式,其中一种是NAT网络。当虚拟机启用NAT后,VirtualBox会自动在虚拟机和主机之间进行网络翻译,因此你不必在虚拟机和主机之间配置任何东西。这也意味着NAT ...
分类:
其他好文 时间:
2017-03-21 12:42:13
阅读次数:
181