码迷,mamicode.com
首页 >  
搜索关键字:specific    ( 1538个结果
PAT 1004 Counting Leaves(结构体)
A family hierarchy is usually presented by a pedigree tree. Your job is to count those family members who have no child. Input Specification: Each inp ...
分类:其他好文   时间:2018-11-30 22:44:35    阅读次数:392
C# 写 LeetCode easy #1 Two Sum
1、Two Sum Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input wou ...
分类:Windows程序   时间:2018-11-28 22:16:35    阅读次数:233
git idea设置忽略文件
在项目主目录下添加文件即可 文件内容如下 ###################### # Project Specific ###################### /target/www/** /src/test/javascript/coverage/ /src/test/javascri ...
分类:其他好文   时间:2018-11-28 12:16:09    阅读次数:259
Mysql无法远程连接解决方案
前言Mysql版本:5.7.23操作系统:Linux问题描述:只能通过Linux系统账号Root命令行进入数据库,无法使用JDBC,远程连接工具进入数据库。报错:ERROR1698(28000):Accessdeniedforuser‘root‘@‘localhost‘这个问题明显就是没有开放远程连接授权,所以导致只能使用Linux的Root账号登录。解决流程1.找
分类:数据库   时间:2018-11-27 21:11:21    阅读次数:167
更改mysql 和jinkins目录
更改MySQL数据目录 1、修改my.cnf,注销原datadir,增加新的数据目录 #datadir=/var/lib/mysqldatadir=/mysql-data/mysql 2、修改启动脚本mysqld #get_mysql_option datadir "/var/lib/mysql" ...
分类:数据库   时间:2018-11-26 13:41:56    阅读次数:221
TI -HCI命令
HCI Vendor Specific Commands 1.1 HCI_EXT_SetRxGainCmd This command is used to set the RF receiver gain. The default system value for this feature is s... ...
分类:其他好文   时间:2018-11-25 16:07:08    阅读次数:353
SVN版本管理
一、搭建SVN服务端 1、安装配置SVN服务 光盘安装svn yum -y install subversion 2、建立项目版本库 创建一个新的Subversion项目yunjisuan,其实,类似yunjisuan这样的项目可以创建多个,每个项目对应不同的代码,这里只是以创建一个项目为例演示: ...
分类:其他好文   时间:2018-11-25 01:24:03    阅读次数:168
bram example阅读:xbram_example.c
/** * 这个example比较简单,主要是用config初始化真设备,然后用虚址写bram * @file xbram_example.c * 用XBram测 * This file contains a self test example using the BRAM driver (XBra... ...
分类:其他好文   时间:2018-11-24 23:58:35    阅读次数:367
Mongodb 索引
MongoDB 索引mongodb的索引是B树,两种特点,1 方便各种查询(精确匹配,范围条件查询,排序,前缀匹配,索引查询。2 在index进行dml操作后,会保持平衡单键索引,每个索引入口对应文档索引里的单个值复合索引,前缀字段的顺序很重要,类似于mysql的复合索引索引与存储引擎MMAPv1, ...
分类:数据库   时间:2018-11-23 16:08:38    阅读次数:221
[LeetCode&Python] Problem 706. Design HashMap
Design a HashMap without using any built-in hash table libraries. To be specific, your design should include these functions: put(key, value) : Insert ...
分类:编程语言   时间:2018-11-21 12:17:06    阅读次数:166
1538条   上一页 1 ... 31 32 33 34 35 ... 154 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!