俨然已经过去的那些岁月,360天有余。从来不曾停下脚步,不管是时钟的时针、分针、秒针,还是我那时而匆匆,时而迟疑的步伐。感谢我依然没有停下带有使命感的前进步伐,同时也遗憾有些事情依旧无法面对,有些纠缠依旧无法了结。
原创 2016-01-10 11:19:28
751阅读
原创 2010-12-25 17:14:49
252阅读
1点赞
The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, ... 1 is read off as "one 1" or 11.11 is read off as "two 1s" or 21.21 is read off as "one 2, then
C++
转载 精选 2015-06-15 15:57:21
694阅读
The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, ...1is read off as"one 1"or11.11is read off as"tw...
转载 2013-10-12 12:51:00
73阅读
2评论
如题!
原创 2009-11-10 17:18:20
415阅读
HI!! 九海交易 www.jiuhai-369.com  贵金属交易资讯尽在其中!
转载 精选 2014-04-03 16:21:15
518阅读
The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, ...1is read off as"one 1"or11.11is read off as"tw...
转载 2014-11-18 10:18:00
71阅读
2评论
The count-and-say sequence is the sequence of integers beginning as follows:​​1, 11, 21, 1211, 111221, ...​​ ​​1​​ is read off as ​​"one 1"​ ​ or ​​11​​.​​11​​ is read off as ​​"two 1s"​ ​ or ​​21​​.
i++
转载 2015-10-13 17:43:00
64阅读
2评论
问题:链接 The count-and-say sequence is the sequence of integers beginning as follows: 1, 11, 21, 1211, 111221, ... 1 is read off as "one 1" or 11. 11 is
转载 2017-07-25 12:04:00
45阅读
2评论
第一个博客,之前乌七八糟用过豆瓣。没写什么东西~倒是QQ空间还点更新。下
原创 2022-08-04 17:23:47
56阅读
Count and SayThe count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, ...1is read off as"one 1"or11.11is r...
原创 2021-08-07 11:41:11
114阅读
Let’s call the string beautiful if it does not contain a substring of length at least 2, which is a p
原创 2021-08-04 23:21:35
55阅读
在 /etc/init.d/rc.local中添加如下命令sudo ifconfig eth0 downsudo ifconfig eth0 hw ether 80:ef:73:09:c3:cfsudo ifconfig eth0 up完成后可以运行这个命令查看下是否可以生效。若可以生效,则每次开机就会更改MAC
原创 2023-01-19 11:01:02
301阅读
临时修改 先停用网卡 ifconfig eth0 down 修改网卡地址 ifconfig eth0 hw ether **:**:**:**:**:** 启用网卡 ifconfig eth0 down 永久修改 直接编辑 /etc/network/i
转载 精选 2010-12-24 12:29:06
862阅读
# 在Mac上使用Docker运行Ubuntu:一站式指南 随着容器化技术的兴起,Docker成为了开发者和运维人员的首选工具。本文将介绍如何在Mac上使用Docker启动Ubuntu容器,并提供一个基本的例子来展示如何使用Ubuntu环境下进行简单的开发。 ## 什么是Docker? Docker是一个开源的平台,用于开发、交付和运行应用程序。它通过将应用及其依赖打包到一个称作“容器”的单
原创 9月前
125阅读
我主要教大家编写第一个Android应用程序,我会通过以下四点给大家详细介绍Android的开发: 1. 创建一个Android应用程序步骤。 2. Android应用程序的目录结构。 3. AndroidManifest.xml文件的作用。 4. Android 相关资源文件的作用。   现在我们把创建Android的步骤一一给大家详细讲解:
原创 2010-10-15 11:12:55
420阅读
The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, ...1 is read off as "one 1" or 11.11 is read off ...
转载 2014-05-13 12:30:00
95阅读
2评论
Count and Say
原创 2023-02-02 21:33:57
53阅读
It’s a very good idea to find different ways of saying the same thing to avoid repeated use of the same word. 
转载 2022-08-05 16:29:06
47阅读
体验完XML版的BDB后,得更往前整点了。官方的文档,看得我有些头大,一个上午过去了,自己都绕晕在里面了。还是找本书先看看吧。专门讲Berkeley DB的书还真不多,我就只找到两本:Apress.The.Definitive.Guide.to.Berkeley.DB.XML.Aug.2006,Apress.The.Berkeley.DB.Book.Oct.2007。 大概翻了一下,觉得先读07
原创 2011-02-11 15:50:09
1252阅读
  • 1
  • 2
  • 3
  • 4
  • 5