1、安装 Erlang 1)Enable EPEL on your machine 以root身份执行下面两行命令 su -c 'rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rp ...
分类:
系统相关 时间:
2016-12-03 18:49:06
阅读次数:
184
How to make dictionary work in TexStudio I am using TexStudio as my LaTex IDE and honestly speaking I find it better than others available for the sam ...
分类:
其他好文 时间:
2016-12-03 00:40:35
阅读次数:
332
摘要: 本文介绍使用Spring AOP编程中,在增强处理方法中获取目标方法的参数,定义切点表达式时使用args来快速获取目标方法的参数。 获取目标方法的信息 访问目标方法最简单的做法是定义增强处理方法时,将第一个参数定义为JoinPoint类型,当该增强处理方法被调用时,该JoinPoint参数就 ...
分类:
编程语言 时间:
2016-12-01 22:14:27
阅读次数:
416
Unknown Treasure Time Limit: 1500/1000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 2389 Accepted Submission(s): 8 ...
分类:
其他好文 时间:
2016-12-01 01:56:00
阅读次数:
214
第三方类库源码 将一网友的XMPP代码从ADT转到AS时,发现其使用了第三方类库,源码放在了lib下,直接在AS中Import project,第三方类库并没有自动导入进来,看来需要自己动手了。 项目的目录结构如下: 1 2 3 1 2 3 将第三方源码qqEmoji-lib拷到此目录,修改sett ...
分类:
移动开发 时间:
2016-11-29 22:35:29
阅读次数:
290
Ant Trip Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Problem Description Ant Country consist of N towns.There are ...
分类:
其他好文 时间:
2016-11-29 21:39:59
阅读次数:
218
linder_lee 原文 AE中Shapefile文件添加到SDE数据集(c#) 主要完成用C#,通过AE将本地Shapefile文件导入到SDE的指定数据集下面。 首先说下思路: (1) 通过OpenFileDialog打开本地的Shp文件; (2)通过获取的Shp文件创建FeatureClas ...
分类:
其他好文 时间:
2016-11-29 06:55:39
阅读次数:
343
启动nginx报如下错误: nginx: [alert] could not open error log file: open() "/usr/local/nginx/logs/error.log" failed (13:Permission denied) 2014/08/04 20:35:45 ...
分类:
其他好文 时间:
2016-11-28 15:42:08
阅读次数:
3608
1. fetch(url),返回一个Promise。 2. 当Promise被通过,它会返回一个Response对象,通过该对象的json()方法可以将结果作为JSON对象返回。 3. response.json()同样会返回一个Promise对象,因此在我们的例子中可以继续链接一个then()方法 ...
分类:
其他好文 时间:
2016-11-28 08:51:34
阅读次数:
147
1、基本使用 (1)到apache官网。www.apache.org (2)压缩版 window(rar,zip) linux(tar,tar.gz)学习的时候用。 安装版 win(exe mis) linux(rmp) (3)运行和关闭 1)bin/startup.bat双击;在浏览器输入http ...
分类:
其他好文 时间:
2016-11-27 17:12:02
阅读次数:
156