会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
demonrain
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
下一页
2017年8月23日
vscode安装依赖报错 TypeError: zipfile.readEntry is not a function
摘要: 错误原因是npm的版本太高,需要把5.x的版本换回4.x的 详见:https://github.com/Microsoft/vscode/issues/30775
阅读全文
posted @ 2017-08-23 15:30 demonrain
阅读(526)
评论(0)
推荐(0)
2017年8月3日
从package.json中获取属性
摘要: 详见:https://stackoverflow.com/questions/9153571/is-there-a-way-to-get-version-from-package-json-in-nodejs-code
阅读全文
posted @ 2017-08-03 19:17 demonrain
阅读(2743)
评论(0)
推荐(0)
2017年8月2日
多git项目中账户的管理
摘要: 每个项目配置用户名: 如果不配置则使用默认的全局用户名
阅读全文
posted @ 2017-08-02 10:06 demonrain
阅读(371)
评论(0)
推荐(0)
2017年6月22日
file控件选择同一文件不触发change事件和img控件不改变src的情况下图片不刷新问题解决
摘要: 最近跑来前端掺和了。。 file控件的问题用 img控件的问题,在图片后面添加一串无意义的参数即可,例如:
阅读全文
posted @ 2017-06-22 17:27 demonrain
阅读(583)
评论(0)
推荐(0)
2017年2月27日
sublimetext插件自定义respository
摘要: 官方文档(https://packagecontrol.io/docs/submitting_a_package) 上面说明了插件可以按两种方式挂起,一种是github,一种是ssl认证的web服务器 官方给了个例子(https://raw.githubusercontent.com/wbond/p
阅读全文
posted @ 2017-02-27 17:02 demonrain
阅读(621)
评论(0)
推荐(0)
2016年11月18日
tableviewer自动调整列宽
摘要: 在setinput后用,其实就是调用的pack方法。
阅读全文
posted @ 2016-11-18 14:40 demonrain
阅读(601)
评论(0)
推荐(0)
2016年10月18日
eclipse p2更新官网wiki的例子
摘要: 官网的cvs好像没了,不过在github上找到一份,可用。 https://github.com/anthonydahanne/make-p2-buildable-with-tycho/tree/master/examples/org.eclipse.equinox.p2.examples.rcp.
阅读全文
posted @ 2016-10-18 19:12 demonrain
阅读(222)
评论(0)
推荐(0)
2016年7月20日
打包完的rcp产品svn不储存密码问题
摘要: 原因是缺少org.eclipse.core.runtime.compatibility.auth 这个依赖,需要添加到依赖中去 因为使用SVNKit的时候会去调eclipse这个api 详情见: http://subversion.1072662.n5.nabble.com/SVNKit-withi
阅读全文
posted @ 2016-07-20 11:28 demonrain
阅读(190)
评论(0)
推荐(0)
2016年7月15日
hudson 使用节点打包出现ClassNotFoundException: org.jvnet.hudson.maven3.agent.Maven3Main 错误
摘要: 错误如上,把节点断开重连可以暂时解决这个问题,如需完全解决需要保证master机器和slave机器上的jdk版本一致。 详见 http://stackoverflow.com/questions/11556404/jenkins-build-error-java-lang-classnotfound
阅读全文
posted @ 2016-07-15 16:51 demonrain
阅读(1491)
评论(0)
推荐(0)
maven 安装第三方jar到本地 出现 The goal you specified requires a project to execute but there is no POM in this directory 错误
摘要: 原因是因为操作系统的差异导致,把所有参数加上引号即可。 如下所示: 详见http://stackoverflow.com/questions/6704813/maven-generating-pom-file/11199865#11199865
阅读全文
posted @ 2016-07-15 16:37 demonrain
阅读(5659)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告