(前提,安装配置好jdk) 首先下载一个sdk(http://tools.android-studio.org/index.php/sdk) 我先下的是.exe版本,因为后面括号Recommend,推荐。下完了点击安装 点击next——报错!! 意思是找不到jdk,(然而我有,JAVA_HOME也配 ...
分类:
移动开发 时间:
2019-01-21 21:04:31
阅读次数:
801
Title 首页 课程 职业规划 个人中心 ... ...
分类:
其他好文 时间:
2019-01-13 16:09:00
阅读次数:
134
本文所述MongoDB版本为4.0.5,笔者对MongoDB刚接触,对各个版本的MongoDB不甚了解,本文不对该版本的MongoDB做特性介绍,所涉及命令也许对其余版本不适用。 因为目前有一个试验性的项目想要使用NoSQL,而MongoDB在工作中有一定的接触,所以这个项目打算使用MongoDB ...
分类:
数据库 时间:
2019-01-06 10:42:15
阅读次数:
365
一. 安装Ganglia 1. 安装httpd服务与php 2. 安装其他依赖 3. 安装ganglia Ganglia由gmond、gmetad和gweb三部分组成。 gmond(Ganglia Monitoring Daemon)是一种轻量级服务,安装在每台需要收集指标数据的节点主机上。使用gm ...
分类:
Web程序 时间:
2019-01-04 18:40:08
阅读次数:
225
1.下载 地址: http://www.sublimetext.com/3 2.安装 help->license 激活码 BEGIN LICENSE sgbteamSingle User LicenseEA7E-11532598891CBB9 F1513E4F 1A3405C1 A865D53F11 ...
分类:
其他好文 时间:
2019-01-02 17:18:57
阅读次数:
652
Xor Sum Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 132768/132768 K (Java/Others) Total Submission(s): 5864 Accepted Submission(s): 2557 Prob ...
分类:
其他好文 时间:
2019-01-01 17:19:24
阅读次数:
171
一. 二进制转换成图片 MemoryStream ms = new MemoryStream(bytes); ms.Position = 0; Image img = Image.FromStream(ms); ms.Close(); this.pictureBox1.Image 二. C#中byt ...
pip安装: pip install locust 检查locust是否安装成功 2、安装 pyzmq If you intend to run Locust distributed across multiple processes/machines, we recommend you to al ...
分类:
编程语言 时间:
2018-12-24 12:04:10
阅读次数:
219
Merge sort is a recursive sorting algorithm. If you don't understand recursion, I recommend finding a resource to learn it. In brief, recursion is the ...
分类:
编程语言 时间:
2018-12-22 11:43:34
阅读次数:
161
问题1:java.io.IOException: Could not find resource com/xxx/xxxMapper.xml IDEA是不会编译src的java目录的xml文件,所以在Mybatis的配置文件中找不到xml文件。不将xml放到src目录下面,将xxxMapper.xm ...
分类:
数据库 时间:
2018-12-21 12:52:05
阅读次数:
248