调用这个方法返回一个json对象,可以通过键名访问数据 ...
分类:
Web程序 时间:
2017-01-10 17:08:47
阅读次数:
150
Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpo ...
分类:
其他好文 时间:
2017-01-10 13:18:57
阅读次数:
153
Tree Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 20098 Accepted: 6608 Description Give a tree with n vertices,each edge has a length(po ...
分类:
其他好文 时间:
2017-01-10 07:53:46
阅读次数:
244
转载: 添加中文字符编码: $sudo vim /var/lib/locales/supported.d/local #添加下面的中文字符集 zh_CN.GBK GBK zh_CN.GB2312 GB2312 zh_CN.GB18030 GB18030 使其生效: $sudo dpkg-reconf ...
分类:
其他好文 时间:
2017-01-09 21:36:59
阅读次数:
184
单纯针对时间的设置规则org.springframework.scheduling.quartz.CronTriggerBean允许你更精确地控制任务的运行时间,只需要设置其cronExpression属性。一个cronExpression表达式有至少6个(也可能是7个)由空格分隔的时间元素。从左至 ...
分类:
编程语言 时间:
2017-01-09 16:05:30
阅读次数:
176
Numpy简介 Numpy(Numerical Python的简称)是高性能科学计算和数据分析的基础包。其部分功能如下: ①ndarray,一个具有矢量算术运算和复杂广播能力的快速且节省空间的多维数组。 ②用于对整组数据进行快速运算的标准数学函数(无需编写循环)。 ③用于读写磁盘数据的工具以及用于操 ...
分类:
其他好文 时间:
2017-01-09 10:05:36
阅读次数:
205
最近比较忙比较忙比较忙。。。真是忙/// 作为菜鸟,不明白为什么这么容易忘记r的基本操作,感觉比C# JAVA c什么的都难,又来复习一遍 ...
分类:
移动开发 时间:
2017-01-09 00:37:51
阅读次数:
701
report_pop 将种群中所有个体的 目标函数值, 限制条件值, 编码值 打印出来。 report_pop 种群中的非支配个体并且限制条件总和为0 (constr_violation == 0.0)的个体的 目标函数值, 限制条件值, 编码值 打印出来。 ...
分类:
编程语言 时间:
2017-01-08 19:04:34
阅读次数:
200
Office 365 登陆地址 https://portal.office.com 试用申请地址 https://products.office.com/en-us/business/compare-office-365-for-business-plans?legRedir=true&Correl ...
分类:
其他好文 时间:
2017-01-08 17:59:22
阅读次数:
202
工具类:CharUtil package com.etc.util; import java.util.regex.Pattern; public class CharUtil { public static void main(String[] args) { String[] strArr = ... ...
分类:
其他好文 时间:
2017-01-08 10:49:05
阅读次数:
157