码迷,mamicode.com
首页 >  
搜索关键字:note    ( 7358个结果
Win10下免安装版MySQL8.0.16的安装和配置
1、MySQL8.0.16解压 其中 文件夹和 配置文件是解压后手动加入的,如下图所示 2、新建配置文件 放在 目录下 如图: 3、初始化MYSQL配置 管理员身份打开Windows PowerShell,并进入 目录,执行如下命令: 执行成功后如下图所示: 其中,[Note] [MY 010454 ...
分类:数据库   时间:2019-06-17 12:37:32    阅读次数:131
P30 Pro劲敌!DxO官宣新机:排行榜又要变
均为111分,接着是华为Mate 20 Pro、P20 Pro和三星Galaxy S10+,三款机型综合得分均为109分,前10名最后三款机型分别是小米9、iPhone XS Max和HTC U12+。 前置相机方面,三星Galaxy S10 5G以97分的综合成绩成为前置表现最好的智能手机,然后是 ...
分类:其他好文   时间:2019-06-16 20:04:28    阅读次数:163
多线程--生产者/消费者线程模型
//程序演进1 //thread loop,忙等Busy wait //不断的检查是不是该做什么事情了;为了减少CPU占用,sleep睡眠一会 //while (1) //{ // do_something(); // sleep(time); //} //程序演进2 //while (1) //{... ...
分类:编程语言   时间:2019-06-16 17:29:51    阅读次数:116
python note 23 组合
1、主动调用其他类的成员 方式一 方式二 ...
分类:编程语言   时间:2019-06-16 09:54:15    阅读次数:102
leetcode [402]Remove K Digits
Given a non-negative integer num represented as a string, remove k digits from the number so that the new number is the smallest possible. Note: The l ...
分类:其他好文   时间:2019-06-15 15:43:20    阅读次数:104
linux 安装python MySQLdb
转自:https://my.oschina.net/jywm/blog/757973 安装步骤 在服务器安装了mysql 或者mysql-connect的前提下 1、安装setuptools 2、安装mysql-python 1、No module named setuptools *原因 没有安装 ...
分类:数据库   时间:2019-06-14 23:51:40    阅读次数:295
letecode [257] - Binary Tree Paths
Given a binary tree, return all root-to-leaf paths. Note: A leaf is a node with no children. Example: 题目大意: 给定二叉树,输出它的所有路径,用vector容器保存。 理 解: 采用递归的思想。 ...
分类:其他好文   时间:2019-06-14 18:01:33    阅读次数:88
Makefile 中的规则
makefile 规则基本格式 一条 makefile 规则由以下几部分组成: Please note: you need to put a tab character at the beginning of every recipe line! makefile 没有在命令行中指定执行哪部分时候, ...
分类:其他好文   时间:2019-06-13 22:22:22    阅读次数:185
ML_Review_PCA(Ch4)
Note sth about PCA(Principal Component Analysis) ML6月20日就要考试了,准备~~日更~~博客,来记录复习一下这次ML课所学习的一些方法。 博客是在参考老师的ppt,以及 "戳这里,学习播客" 之后完成的,主要运用ppt的公式,因为博客公式自己链过去 ...
分类:其他好文   时间:2019-06-13 22:02:32    阅读次数:121
LeetCode-912.Sort an Array
Given an array of integers nums, sort the array in ascending order. Example 1: Example 2: Note: 排序 参考https://www.cnblogs.com/zhacai/p/11011961.html ...
分类:其他好文   时间:2019-06-13 17:12:55    阅读次数:91
7358条   上一页 1 ... 97 98 99 100 101 ... 736 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!