是创新,还是模仿,IT界六大巨头(google, facebook,amazon,
apple, twitter, microsoft)给出了他们的答案:Google 谷歌We’ve got to be more like apple, and
make our android phones and...
分类:
其他好文 时间:
2014-05-27 02:16:15
阅读次数:
226
Given a linked list and a valuex, partition it
such that all nodes less thanxcome before nodes greater than or equal tox.You
should preserve the origi...
分类:
其他好文 时间:
2014-05-24 04:59:06
阅读次数:
275
5 Quick Dating Tips For
Introverts给内向的人5个约会的小建议Introverts often have a more difficult time with social
interactions than others. This is especially tr...
分类:
其他好文 时间:
2014-05-24 00:31:15
阅读次数:
449
1.Access数据库的DSN-less连接方法:set
adocon=Server.Createobject("adodb.connection")adoconn.Open"Driver={Microsoft
Access Driver(*.mdb)};DBQ="& _Server.MapPath...
分类:
数据库 时间:
2014-05-19 21:25:01
阅读次数:
392
首先,在HTML文件中引入mootools.js、
mootools-more.js、mootools-core.js,然后就能使用mootools封装的一些特性。几乎类似于面向对象。mootools使用如下形式构建对象:1
var Cat = new Class(2 {3 initia...
分类:
Web程序 时间:
2014-05-19 20:25:36
阅读次数:
429
Given a linked list and a valuex, partition it
such that all nodes less thanxcome before nodes greater than or equal tox.You
should preserve the origi...
分类:
其他好文 时间:
2014-05-19 11:38:43
阅读次数:
246
#!/bin/sh# mysql data backup script## use mysqldump
--help,get more
detail.#BakDir=/root/back/mysqlLogFile=/root/back/mysql/mysqlbak.logDATE=`date
+%Y...
分类:
数据库 时间:
2014-05-19 10:58:24
阅读次数:
360
Mac系统打开命令行终端的方法: 应用程序 --> 实用工具 -->
终端Mac系统终端查看操作系统版本号的方法:输入:#more
/System/Library/CoreServices/SystemVersion.plist.plist ProductBuildVersion ...
分类:
其他好文 时间:
2014-05-19 08:44:27
阅读次数:
254
Given a linked list and a value x, partition it
such that all nodes less than x come before nodes greater than or equal to x.You
should preserve the o...
分类:
其他好文 时间:
2014-05-18 02:34:57
阅读次数:
352
很多时候,在正确的做一件事之前,我们总会尝试一些笨办法或者白费一些力气;很多时候,即使在正确的做一件事,但没有收到立竿见影的效果;之后,我们的内心便容易动摇,怀疑,甚至想要放弃。这就是心魔作祟。它是一个人成长道路上的最大障碍。Less
than better,少比没有好。记住这句话。至少是前进了,至...
分类:
其他好文 时间:
2014-05-17 18:20:56
阅读次数:
187