码迷,mamicode.com
首页 >  
搜索关键字:dream of the red cha    ( 14918个结果
Sort Colors
题目 Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue. Here, we will use the...
分类:其他好文   时间:2014-06-10 07:21:21    阅读次数:261
Openstack CentOS6.5 ALL IN ONE 安装
本文档以RDO的方式安装单节点、单网卡的Openstack。RDO是可在Red Hat Enterprise Linux、Fedora及其变体上运行的社区支持OpenStack版本。部署简单方便,RDO中包含核心的OpenStack组件 – Nova、Glance、Keystone、Cinder、N...
分类:其他好文   时间:2014-06-09 19:54:16    阅读次数:385
DHTMLX 常用技术
GRID的行设置前景色和背景色$dataItem->set_row_color("red"); // 设置背景色 $dataItem->set_row_style("color:red"); // 设置前景色GRID支持多行显示mygrid.enableMultiline(true);TREE节点提...
分类:Web程序   时间:2014-06-09 15:23:45    阅读次数:245
How to enable your website to public(set up your web server at home)
As a so exciting dream, I would like set up my owned web site which can be accessed anywhere nomatter from laptop/mobile phone or tablet. Current now ...
分类:Web程序   时间:2014-06-09 13:00:33    阅读次数:420
[leetcode]Sort Colors @ Python
原题地址:https://oj.leetcode.com/problems/sort-colors/题意:Given an array withnobjects colored red, white or blue, sort them so that objects of the same col...
分类:编程语言   时间:2014-06-08 20:56:32    阅读次数:394
关于margin-right的应用问题
今天在群里面,有人抛出了一个关于css中margin-right没有效果的问题。CSS代码和HTML代码如下: .style1{ width:400px; height:440px; background-color:red; border:5px solid silver; margin-top:20%; margin-right:30%; }...
分类:其他好文   时间:2014-06-08 17:38:27    阅读次数:204
jquery入门 修改网页背景颜色
我们在浏览一些网站,尤其是一些小说网站的时候,都会有修改页面背景颜色的地方,这个功能使用jquery很容易实现。 效果图: show you code: jquery test white red green yellow $("button").click( function() { var color = this.value; $("...
分类:Web程序   时间:2014-06-08 16:48:45    阅读次数:274
《samba搭建win客户端和linux客户端的区别》
samba服务的搭建客户的使用系统的不同也导致测试结果的不同.linux系统客户端:security = user or sharesmbclient -L //192.168.7.113/westos 都是可以看到共享目录的,二者不同之处在于, security = user 时[root@red...
分类:Windows程序   时间:2014-06-08 07:44:26    阅读次数:339
虚拟机VMware下安装Red Hat Linux 9.0步骤详解
注意:本安装全部是在虚拟机上进行的,用的是ISO镜像文件安装。 1.安装完VMwareWorkstation后,启动VMwareWorkstation,新建一个虚拟机,其主界面如下图。     2.VMware Workstation的配置     VMwareworkstation安装完毕后,利用它可以建立多个虚拟机,每新建一个虚拟机,就会要求你建立一个配置文件。这个配置文件实际上相当...
分类:系统相关   时间:2014-06-08 05:30:18    阅读次数:424
redis学习笔记
redis是一个key-value存储系统。和Memcached类似,它的效率很高。目前推出了LIN版本和WIN版本.虽然不怎么使用数据库,但是抱着开卷有益的心态,我学习了下其中的数据结构,还是受益良多的。参考 黄健宏 (huangz1990).1、内存管理 redis使用内存头加内存结构 red....
分类:其他好文   时间:2014-06-08 01:27:42    阅读次数:322
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!