1 tomcat7.0/conf/server.xml 修改以下8080端口为80端口,添加字符集UTF-8 2 <Connector port="8080" protocol="HTTP/1.1" maxThreads="150" connectionTimeout="20000" redirec ...
分类:
其他好文 时间:
2017-02-03 18:16:19
阅读次数:
245
一、环境配置 在安装了MinGW+Gcc的基础上做如下设置—— 新建编译系统c.sublime-build: 用户热键设置: 备注:{ "keys": ["f7"], "command": "build"}在默认里已经有了 二、可以命令行启动subl 将sublime添加到环境变量里面后,可以直接使 ...
分类:
其他好文 时间:
2017-02-02 19:58:53
阅读次数:
296
A. Dasha and Stairs(数学) http://codeforces.com/problemset/problem/761/A 题意:已知有a个偶数b个奇数,判断这些数能不能组成连续正整数数列。 算法:直接判断abs(a-b)≦1即可。注意a和b同时为0的情况。 代码: B. Dash ...
分类:
其他好文 时间:
2017-02-02 02:33:18
阅读次数:
288
To understand how change detection can help us improve the proference, we need to understand when it works first. There are some rules which can be ap ...
分类:
其他好文 时间:
2017-01-31 10:22:07
阅读次数:
254
In the modern time, Search engine came into the life of everybody like Google, Baidu, etc.Wiskey also wants to bring this feature to his image retriev ...
分类:
其他好文 时间:
2017-01-25 10:42:19
阅读次数:
266
原因 IDEA根据maven archetype的本质,其实是执行mvn archetype:generate命令,该命令执行时,需要指定一个archetype-catalog.xml文件。 该命令的参数-DarchetypeCatalog,可选值为:remote,internal ,local等, ...
分类:
其他好文 时间:
2017-01-23 14:54:09
阅读次数:
190
Thefilename未命名.ipainthepackagecontainsaninvalidcharacter(s).Thevalidcharactersare:A-Z,a-z,0-9,dash,period,underscore,butthenamecannotstartwithadash,period,orunderscore把ipa的名字换成中文就OK了,就这么简单。
分类:
其他好文 时间:
2017-01-20 13:20:35
阅读次数:
211
CSS多列 常用属性: column-count 分几列 column-gap 列间距 column-rule 列分割线的样式(写法和border一样) 例如: 一个div分三列,列之间间距为10px,分割线为(可以不设置)5像素红色实线这样写 <style> div{column-count:3; ...
分类:
Web程序 时间:
2017-01-16 21:28:26
阅读次数:
276
import _ from 'lodash'; import cfg from '../cfg/cfg'; import {Response} from '../shared/lib/response'; import {RecDB} from '../lib/mongo.js'; import {... ...
分类:
其他好文 时间:
2017-01-16 21:24:23
阅读次数:
212
转载请注明出处!本文地址:http://www.cnblogs.com/XianChenBlog/p/5648636.html 什么是网络和互联网—通俗解释: 网络: 计算机出现以后,人们意识到只有一台计算机构成的“孤岛”不好玩,于是: ?把这些“孤岛”连在一起形成“岛屿”:网络 互联网(inter ...
分类:
其他好文 时间:
2017-01-16 07:29:26
阅读次数:
236