如何手动设置编译文件的存放路径: 在eclipse中右击build path,点击Browse,选择目标文件夹点击应用 ...
分类:
其他好文 时间:
2017-10-25 19:59:07
阅读次数:
147
Eclipse: 1. Eclipse中右键,选中Import 2.选中Android文件夹下的目录 3.选择文件,点击Browse 4.选择文件导入 5.选中libcocos2dx ,注意cocos2dx 3.x 需要将 new project Name 那一栏的libcocos2dx 修改为li ...
分类:
移动开发 时间:
2017-10-24 17:21:59
阅读次数:
276
刚刚的云栖大会上,阿里巴巴公布了这款酝酿已久的Java开发规约插件,对于国内开发者来说是一次轻松提高自己代码规范的机会。 IDEA安装方法: settings >> plugins >> Browse repositories >> 搜索 “Alibaba”。看到对应插件“Alibaba Java ...
分类:
编程语言 时间:
2017-10-19 10:30:34
阅读次数:
210
How to add the WSMBT control to the toolbox:On the Tools menu, click Choose Toolbox Items.Click browse. The open dialog appears.Browse for the wsmbt.d... ...
分类:
数据库 时间:
2017-10-10 17:43:08
阅读次数:
904
第一步:安装Kotlin插件 打开Settings面板,找到Plugins选项,点击Browse repositories(浏览仓库),输入“Kotlin”查找,然后安装即可。安装完成之后需要重启Android Studio (切记!)。 安装完成之后如下图所示。 插件当前的最新版本是1.1.2-r ...
分类:
移动开发 时间:
2017-10-10 13:16:50
阅读次数:
247
protected void browse() { Intent it = new Intent(Intent.ACTION_GET_CONTENT); //创建动作为 "选取" 的 Intent it.setType("video/*"); //要选取所有视频类型 startActivityFor... ...
分类:
其他好文 时间:
2017-10-06 12:25:37
阅读次数:
138
MongoDB插件安装 MongoDB插件安装 File-->Settings-->Plugins-->Browse repositories-->Mongo-->Install MongoDB的配置 MongoDB的配置 查看MongoDB数据库内容 查看MongoDB数据库内容 链接MongoD ...
分类:
数据库 时间:
2017-09-27 00:41:37
阅读次数:
339
DNS Service Discovery is a way of using standard DNS programming interfaces, servers, and packet formats to browse the network for services. If you th ...
分类:
其他好文 时间:
2017-09-23 12:31:17
阅读次数:
405
本文为译文,原文链接https://issues.apache.org/jira/browse/YARN-1963 1.1 前言 在许多应用场景中,我们希望YARN的作业能够按照优先级的先后顺序来执行。在现有的机制下,为了满足这个需求,只能在使用CapacityScheduler时通过创建不同资源量 ...
分类:
其他好文 时间:
2017-09-22 00:48:27
阅读次数:
229
这是hibernate的一个bug,具体看https://hibernate.atlassian.net/browse/HHH-11732?attachmentViewMode=list When using stateless session with jdbc batch size we get ...
分类:
Web程序 时间:
2017-09-20 18:05:59
阅读次数:
228