码迷,mamicode.com
首页 >  
搜索关键字:ant    ( 7179个结果
Chrome Foundation Services
Chrome Foundation Services Contents Overview API Standards Service Directory Structure Dependencies Physical Packaging Additional Documentation Relati ...
分类:其他好文   时间:2018-10-16 20:54:40    阅读次数:207
hdu 5384 Danganronpa
Problem Description Danganronpa is a video game franchise created and developed by Spike Chunsoft, the series' name is compounded from the Japanese wo ...
分类:其他好文   时间:2018-10-16 17:37:03    阅读次数:149
idea开发工具总结(一) -- idea使用教程
一、简介 1. 1 什么是IDEA IDEA 全称IntelliJ IDEA,是用于java语言开发的集成环境(也可用于其他语言),IntelliJ在业界被公认为最好的java开发工具之一,尤其在智能代码助手、代码自动提示、重构、J2EE支持、Ant、JUnit、CVS整合、代码审查、 创新的GUI ...
分类:其他好文   时间:2018-10-16 16:09:14    阅读次数:1098
Liunx 安装 Mysql 5.7
#【安装 Mysql 5.7】# 00.系统目录说明# 安装文件下载目录:/data/software# Mysql目录安装位置:/usr/local/mysql# 数据库保存位置:/data/mysql# 日志保存位置:/data/log/mysql# 01.下载mysql# 官网:https:/ ...
分类:数据库   时间:2018-10-16 13:53:16    阅读次数:197
小程序获取用户信息失败
最近在写小程序的时候遇到了一个问题:在修改了AppID信息之后,在页面中调用wx.getUserInfo会直接失败,换了一种<button open-type="getUserInfo">授权用户信息</button>手动授权的方法,这个方法虽然成功获取到了用户信息,但是:在页面第一次加载的时候,却 ...
分类:微信   时间:2018-10-16 13:35:07    阅读次数:236
LeetCode:至少是其他数字两倍的最大数【747】
LeetCode:至少是其他数字两倍的最大数【747】 题目描述 在一个给定的数组nums中,总是存在一个最大元素 。 查找数组中的最大元素是否至少是数组中每个其他数字的两倍。 如果是,则返回最大元素的索引,否则返回-1。 示例 1: 示例 2: 提示: 题目分析 解法一:直接找到最大元素,然后遍历 ...
分类:其他好文   时间:2018-10-16 10:58:58    阅读次数:229
ubantu+nginx+uwsgi+django部署
1.更新ubantu的apt apt-get update 必要时候更新系统: apt-get upgrade 2.远程连接服务器 ssh 用户名@ip 上传代码 : scp 本地文件夹/文件 用户名@ip:远程存放位置 3.安装数据库 apt-get install mysql-server my ...
分类:其他好文   时间:2018-10-15 20:35:56    阅读次数:182
Insert into a Binary Search Tree
Given the root node of a binary search tree (BST) and a value to be inserted into the tree, insert the value into the BST. Return the root node of the ...
分类:其他好文   时间:2018-10-15 12:20:01    阅读次数:171
leetcode 874 Robot Simulation
leetcode 874 Robot Simulation 限制:32MB, 1s 描述 A robot on an infinite grid starts at point (0, 0) and faces north. The robot can receive one of three po ...
分类:其他好文   时间:2018-10-14 19:15:18    阅读次数:216
69. Sqrt(x)
Implement int sqrt(int x). Compute and return the square root of x, where x is guaranteed to be a non-negative integer. Since the return type is an in ...
分类:其他好文   时间:2018-10-14 19:02:20    阅读次数:151
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!