码迷,mamicode.com
首页 >  
搜索关键字:dash    ( 2481个结果
tomcat7配置设置
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
Sublime使用及配置C编译器
一、环境配置 在安装了MinGW+Gcc的基础上做如下设置—— 新建编译系统c.sublime-build: 用户热键设置: 备注:{ "keys": ["f7"], "command": "build"}在默认里已经有了 二、可以命令行启动subl 将sublime添加到环境变量里面后,可以直接使 ...
分类:其他好文   时间:2017-02-02 19:58:53    阅读次数:296
Codeforces Round #394 div2
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
[Angular] ChangeDetection -- onPush
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
HDU P2222 Keywords Search
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项目时速度缓慢
原因 IDEA根据maven archetype的本质,其实是执行mvn archetype:generate命令,该命令执行时,需要指定一个archetype-catalog.xml文件。 该命令的参数-DarchetypeCatalog,可选值为:remote,internal ,local等, ...
分类:其他好文   时间:2017-01-23 14:54:09    阅读次数:190
The filename 未命名.ipa in the package contains an invalid character(s).
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多列、用户界面属性
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!