download qt for linux yum install dialog move download qt file(qt-opensource-linux-x64-5.6.0.run) from Chinese name folder to other english suitable f ...
分类:
其他好文 时间:
2016-05-25 14:42:03
阅读次数:
141
一般Java文件编码格式是UTF-8的。1.项目范围的设置编码格式"Project"右键->Properties->Resource->Other->UTF-8->OK2.某类型文件的编码格式,以后新建的文件也是新设置的编码格式。eclipse->window->preferences->General->ContentTypes->右边找..
分类:
系统相关 时间:
2016-05-24 17:06:23
阅读次数:
177
We have covered the basics of what is Observable.create, and other creation functions. Now lets finally dive into operators, which are the focus of th ...
分类:
Web程序 时间:
2016-05-24 16:53:35
阅读次数:
126
1.Abstract means that this class cannot be instantiated and used,it’s only useful as a superclass for other classes that are concrete. (04:00) 2.And I ...
分类:
移动开发 时间:
2016-05-23 21:15:10
阅读次数:
241
struts的架构图 (1)提交请求 客户端通过HttpServletRequest向servlet容器(即tomcat)提交一个请求。 请求经过一系列的过滤器,例如图中的ActionContextCleanUp和Other filter(SlterMesh,etc)等,最后被struts的核心过滤 ...
分类:
其他好文 时间:
2016-05-23 21:06:37
阅读次数:
134
Super Jumping! Jumping! Jumping! Time Limit : 2000/1000ms (Java/Other) Memory Limit : 65536/32768K (Java/Other) Total Submission(s) : 6 Accepted Submi ...
分类:
其他好文 时间:
2016-05-22 19:46:43
阅读次数:
174
在工程的"Build Settings"页中找到"Header Search Path"项,添加"/usr/include/libxml2"。 在"Other Linker Flags"项,添加"-lxml2" 同理引入别的类型文件不匹配的时候也可以用这种方法 ...
分类:
其他好文 时间:
2016-05-22 18:29:14
阅读次数:
122
Problem Description
There are many students in PHT School. One day, the headmaster whose name is PigHeader wanted all students stand in a line. He prescribed that girl can not be in single. In other w...
分类:
其他好文 时间:
2016-05-22 12:30:56
阅读次数:
183
In part 1 we saw how DbContext.Database.Log can be used to easily log SQL to the console or some other TextWriter. This post covers how the context an... ...
分类:
数据库 时间:
2016-05-21 14:26:03
阅读次数:
302
批量更新 mysql更新语句很简单,更新一条数据的某个字段,一般这样写: 代码如下: UPDATE mytable SET myfield = 'value' WHERE other_field = 'other_value'; 如果更新同一字段为同一个值,mysql也很简单,修改下where即可: ...
分类:
数据库 时间:
2016-05-21 13:04:43
阅读次数:
270