在命令窗口用create或者generate一个maven项目时,显示failed to execute goal org.apache.maven.plugins:maven-archetye-plugin:2.4:generate...删除repository/org/apache/maven/... ...
分类:
Web程序 时间:
2016-07-08 18:07:15
阅读次数:
138
今天在做项目的时候,遇到了前端下载Excel的功能,结果原先的代码,如下: function generate_excel(tableid) { var table = document.getElementById(tableid); var html = table.outerHTML; win ...
分类:
Web程序 时间:
2016-07-07 17:18:14
阅读次数:
300
1.通过putty连接服务器,默认端口为22,如果需要更改端口号则如下:2.1.安装完putty中会有6个程序2.选中最后一个puttygen,进入后选择generate生成公钥,在生成过程中需要不停晃动鼠标1.输入私钥密码及名称(名称可以随意填写),填写完成后选择saveprivatekey,并保存私钥路径..
分类:
其他好文 时间:
2016-07-06 18:37:28
阅读次数:
214
在C:\DevKit\octopress目录下 执行如下指令 rake preview 打开浏览器 http://localhost:4000/ 重新生成 rake generate 部署 rake deploy 可以直接将 C:\DevKit\octopress_deploy 目录下文件上传到gi... ...
分类:
其他好文 时间:
2016-07-05 22:36:22
阅读次数:
189
Helpers\RainCaptcha This class can validate CAPTCHA images with RainCaptcha. It can generate an URL to display a CAPTCHA validation image served by th ...
分类:
其他好文 时间:
2016-07-05 14:00:13
阅读次数:
115
题目描述: Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses. 解题分析: 这类题一般都要用递归的方法来解决。需要设两个集合类分别存储待匹配的( ...
分类:
其他好文 时间:
2016-07-05 01:09:06
阅读次数:
180
1 在Eclipse中新建android项目androiddemo。里面只有一个MainActivity,主要是使用fastjson将一个Person对象转化成字符串。 2 在项目上点击右键->Export。 3 在弹出的Export窗口中选择“Android”下面的Generate Gradle ...
分类:
移动开发 时间:
2016-07-04 13:38:31
阅读次数:
181
Please note, you will need to generate a devKey for this to work from within your Testlink installation. Steps to enable Testlink API via xmlrpc and g ...
分类:
编程语言 时间:
2016-07-02 22:45:11
阅读次数:
1119
先来张笔者电脑上面安装的Mac app 先来张笔者电脑上面安装的Mac app 一:for .. in 的内部实现(swift): 1 var g = array.generate() 2 while let obj = g.next() { 3 4 5 print(obj) } 6 二:map/F ...
分类:
移动开发 时间:
2016-07-02 16:05:06
阅读次数:
198
命令参考简要说明 mvn archetype:generate — 创建生成Tiny骨架工程 参数名 说明 groupId 用户项目的包目录,用户需要根据实际情况设置。比如com.abc artifactId 用户项目的项目名称,用户需要根据实际情况设置,比如示例中的org.tinygroup.st ...
分类:
其他好文 时间:
2016-07-01 13:20:49
阅读次数:
152