码迷,mamicode.com
首页 >  
搜索关键字:medium    ( 2358个结果
AN2820 Driving bipolar stepper motors using a medium-density STM32F103xx microcontroller
AN2820 Driving bipolar stepper motors using a medium-density STM32F103xx microcontrollerIntroductionThis application note describes how to achieve com...
分类:其他好文   时间:2015-08-21 19:01:20    阅读次数:185
(medium)LeetCode 264.Ugly Number II
Write a program to find then-th ugly number.Ugly numbers are positive numbers whose prime factors only include2, 3, 5. For example,1, 2, 3, 4, 5, 6, 8...
分类:其他好文   时间:2015-08-19 20:07:22    阅读次数:155
mysql问题及其解决办法
unauthenticated user: 打开mysql的配置文件(my.cnf),在[mysqld]下面增加一行: skip-name-resolve RPM安装的mysql找不到my.cnf: 复制/usr/share/mysql/my-medium.cnf文件到/etc目录,并改名为my.cnf即可:cp /usr/share/mysql/my-medi...
分类:数据库   时间:2015-08-18 19:39:01    阅读次数:164
[转载]2060年软件工程师会像电报报务员那样过时?
在Medium热榜上看到这篇文章,作者的背景在网上查不到太多信息,但观点很有意思。文章大概意思是,19世纪电报的报务员和现在软件工程师非常像,行业高速发展,需要一定技术(当时电报转码啥的还是挺复杂的)的报务员薪水很高、在大城市工作机会到处都是、可以自由迁移。甚至伟大的发明家爱迪生同学在偷了特斯拉的想...
分类:其他好文   时间:2015-08-16 17:58:41    阅读次数:208
(*medium)LeetCode 211.Add and Search Word - Data structure design
Design a data structure that supports the following two operations:void addWord(word)bool search(word)search(word) can search a literal word or a regu...
分类:其他好文   时间:2015-08-16 16:25:30    阅读次数:101
[Leetcode 3, Medium] Longest Substring Without Repeating Characters
[Leetcode 3, Medium] Longest Substring Without Repeating Characters
分类:其他好文   时间:2015-08-13 14:18:23    阅读次数:98
[Leetcode 2, Medium] Add Two Numbers
[Leetcode 2, Medium] Add Two Numbers
分类:其他好文   时间:2015-08-13 07:44:04    阅读次数:120
[Leetcode 1, Medium] Two sum
[Leetcode 1, Medium] Two sum
分类:其他好文   时间:2015-08-13 06:29:00    阅读次数:130
mysql主从复制
环境带有mysql的两台redhat虚拟机 [root@localhost etc]# ifconfig -a ##记录下master的ip为192.168.88.145 [root@localhost ~]# find / -name my-medium.cnf ? ? ? ? ? ? ?? ##查找mysql的配置文件 /usr...
分类:数据库   时间:2015-08-11 01:46:15    阅读次数:189
(medium)LeetCode 210.Course Schedule II
There are a total ofncourses you have to take, labeled from0ton - 1.Some courses may have prerequisites, for example to take course 0 you have to firs...
分类:其他好文   时间:2015-08-09 22:07:38    阅读次数:187
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!