grunt-contrib-uglify uglify是一个文件压缩插件,项目地址:https://github.com/gruntjs/grunt-contrib-uglify 本文将以一个DEMO来展示如何使用uglify插件。 DEMO环境 package.json: DEMO文件结构: 其中 ...
分类:
Web程序 时间:
2017-01-17 10:49:16
阅读次数:
264
虽然很多bug,还好能运行!满足了! package javaSecondWeek;import java.util.Scanner;public class PolygonGraph { public static void main(String[] args) { Scanner scan = ...
分类:
其他好文 时间:
2017-01-17 00:21:02
阅读次数:
182
10.40.42.10上,也就是对应的VRRP中的10.40.42.1和2上,配置nginx tcp代理 # cat 4000_manager.venic.com_10.40.100.141-142_4000.conf upstream manager.venic.com { server 10.4 ...
使用axis调用webService,系统运行一段时间后,出现了 OOM,还好日志中 记下了错误信息。 由于系统会频繁的进入到 SendCmdTask,而我又在此构造方法中不停的new PmsServiceData(),而PmsService的无参构造方法中又new Service(),相当于导致了 ...
分类:
其他好文 时间:
2017-01-16 15:20:20
阅读次数:
200
本人从2017年起,开始涉猎机器学习。作为入门,首先学习的是斯坦福大学Andrew Ng(吴恩达)教授的Coursera课程 2 单变量线性回归 线性回归属于监督学习(Supervise Learning),就是Right answer is given。 课程中,举了一个估计房产价格的例子,在此, ...
分类:
其他好文 时间:
2017-01-16 13:02:46
阅读次数:
265
1、 measurement 英[?me??m?nt]美[?me??rm?nt]n. 量度; 份量,尺寸; 测量法; (量得的) 尺寸;[例句]We took lots of measurements我们得到了许多测量结果。[其他] 复数:measurements 2、 crayon 蜡笔['kre ...
分类:
其他好文 时间:
2017-01-14 14:42:16
阅读次数:
107
转自http://blog.csdn.net/zjbpku/article/details/22976291 What is this? The Android-apt plugin assists in working with annotation processors in combinati ...
分类:
移动开发 时间:
2017-01-14 11:06:48
阅读次数:
221
我们已经讲过了,字符串也是一种数据类型,但是,字符串比较特殊的是还有一个编码问题。 因为计算机只能处理数字,如果要处理文本,就必须先把文本转换为数字才能处理。最早的计算机在设计时采用8个比特(bit)作为一个字节(byte),所以,一个字节能表示的最大的整数就是255(二进制11111111=十进制 ...
分类:
其他好文 时间:
2017-01-13 07:42:39
阅读次数:
206
通过 start.spring.io 创建工程 通过 IDEA 创建工程 🌰《Spring Boot In Action》 中的例子 建立一个展示阅读列表的应用。不同的用户将读过的书的数据登记进来,每次进到页面都能看到相应的读书记录。 1. 首先登录页面 start.spring.io。 页面大概 ...
分类:
编程语言 时间:
2017-01-12 09:53:13
阅读次数:
350
package com.vcredit.ddcash.monitor.controller; import com.vcredit.ddcash.monitor.model.dto.Response;import freemarker.template.utility.StringUtil;impo ...
分类:
其他好文 时间:
2017-01-11 15:44:59
阅读次数:
467