Ask "What Would the User Do?" (You Are not the User) Ask "What Would the User Do?" (You Are not the User) We all tend to assume that other people thin ...
分类:
其他好文 时间:
2017-04-15 01:00:59
阅读次数:
167
Can you find it? Time Limit: 10000/3000 MS (Java/Others) Memory Limit: 32768/10000 K (Java/Others)Total Submission(s): 29184 Accepted Submission(s): 7 ...
分类:
其他好文 时间:
2017-04-14 22:07:09
阅读次数:
215
c/s架构client配置文件/etc/yum.confyum仓库:rpm包元数据文件createrepoprimary.xml.gz:所有rpm文件列表,安装后生成文件列表依赖关系filelist.xml.gz:当前仓库中所有rpm包的所有文件列表other.xml.gz:额外信息repo.xml:存储了以上三个文件的时间戳和校验和comps*.xml:rpm包..
分类:
其他好文 时间:
2017-04-14 21:10:28
阅读次数:
226
Python作为最棒的计算机程序设计语言,构成Python的庞大体系的零部件就起到了基石的作用。今天就介绍其中的几种: 1.变量 2.列表 3.元组 4.字典 5数据运算 1. 变量: 变量来源于数学,是计算机语言中能储存计算结果或能表示值抽象概念。变量可以通过变量名访问。 那么我们的第一步就是声明 ...
分类:
编程语言 时间:
2017-04-14 17:14:33
阅读次数:
175
1.新建packageSrc->new->other->package输入包名:org.tgb.web.controller点击”finish”2.新建类鼠标点击上面新建的包,new->class,输入类名:HelloWorldController点击”finish”3.编写程序原始的类如下:packagecom.tgb.web.controller;publicclassHelloWorldC..
分类:
编程语言 时间:
2017-04-14 10:43:18
阅读次数:
263
1. 什么是Task?
在前面的章节里描述过几个角色,Driver(Client),Master,Worker(Executor),Driver会提交Application到Master进行Work...
分类:
其他好文 时间:
2017-04-14 10:07:09
阅读次数:
288
[CustomAuthorize] public FileResult ExportCustomerManagerVisitExcel(string dateType, string realVisitDate, string isRenew) { string dateFormat = "yyyy ...
在Android开发中有时候需要用到播放声音操作,在android API 的media包中有三种方式可供我们选择,它们分别是Ringtone,SoundPool,MediaPlayer。因为在我目前的项目中暂时用不到播放很长的音频文件,只需要播放一些简短的提示音,所以在这篇博文中我只是简单的记录下 ...
分类:
移动开发 时间:
2017-04-13 18:06:48
阅读次数:
586
在引入外部maven插件后就可以创建一个maven项目了,这篇文章主要介绍ssm框架的整合和如何创建一个maven项目 1、在开发工具的项目空白区单击右键,依次选择New、Other,会出现如下界面,选择Maven Project,每一步操作后出现的界面都会在下面的图中展示出来,跟着一步一步操作即可 ...
分类:
其他好文 时间:
2017-04-13 15:11:39
阅读次数:
231
The aspiring Roy the Robber has seen a lot of American movies, and knows that the bad guys usually gets caught in the end, often because they become t ...
分类:
其他好文 时间:
2017-04-13 13:42:36
阅读次数:
233