码迷,mamicode.com
首页 > 其他好文
[2015-12-23]OMG美语每日笔记-Which type of american movies do you like to watch most?
坚持学习英语,OMG口语非常长不错,坚持每天整理.学英语坚持最重要,学英语坚持最重要,学英语坚持最重要说三遍! My favorite type of movie is a Rom Com.Rom Com stands for Rormantic Comedy .Like Legally Blon....
分类:其他好文   时间:2015-12-23 08:11:30    阅读次数:186
centos 邮件服务 第三十一节课
centos 邮件服务 第三十一节课上半节课下半节课f
分类:其他好文   时间:2015-12-23 08:11:02    阅读次数:111
毕业设计——002获取DTD、XSD数据(未完待续)
一、基本思路:1.获取DTD、XSD数据的URLS(从谷歌搜索结果中获取)2.打获URLS获取DTD、XSD文件(期间去除不能打开连接的,对错误的数据进行分析、对数据归类)二、获取DTD、XSD数据的URLS所谓的DTD、XSD数据的URLS即为红线标识的分析不难找出一下规律:(搜索的结果都在id=...
分类:其他好文   时间:2015-12-23 08:09:02    阅读次数:164
Leetcode: Ugly Number
Write a program to check whether a given number is an ugly number.Ugly numbers are positive numbers whose prime factors only include 2, 3, 5. For exam...
分类:其他好文   时间:2015-12-23 08:08:47    阅读次数:106
Leetcode: Ugly Number II
Write a program to find the n-th ugly number.Ugly numbers are positive numbers whose prime factors only include 2, 3, 5. For example, 1, 2, 3, 4, 5, 6...
分类:其他好文   时间:2015-12-23 07:05:06    阅读次数:179
hexo+github搭建博客常见问题
1、加ssh验证2、git要设置在cmd里面可以用的,虽然最后还是在git bash里面打开git deploy3、git deploy报错了,删掉目录下的.deploy文件4、注意改那个易错的配置文件5、hexo cleanhexo ghexo d6、顺带一句,shift加右键在当前目录下调cmd...
分类:其他好文   时间:2015-12-23 07:04:38    阅读次数:175
Leetcode: 3Sum Smaller
Given an array of n integers nums and a target, find the number of index triplets i, j, k with 0 =2; i--) { 6 //if (i!=nums.length-1 && (n...
分类:其他好文   时间:2015-12-23 07:04:38    阅读次数:166
LeetCode - Search for a Range
题目:Given a sorted array of integers, find the starting and ending position of a given target value.Your algorithm's runtime complexity must be in the ...
分类:其他好文   时间:2015-12-23 07:06:45    阅读次数:154
第七篇
昨天把老师布置一个组员共同编写的项目做完了,都是关于响应式的项目,里面也有一些js效果,我做的页面上也有少许的js效果,主要是两张图片的更换效果,相当于开始是图片a,然后用鼠标点一下就会变成图片b的效果,这个js效果比较简单,用if判断就可以解决,具体的思路是首先获取图片位置,通过if去判断当页面第...
分类:其他好文   时间:2015-12-23 07:06:14    阅读次数:156
Leetcode: Single Number III
Given an array of numbers nums, in which exactly two elements appear only once and all the other elements appear exactly twice. Find the two elements ...
分类:其他好文   时间:2015-12-23 07:04:41    阅读次数:213
LeetCode - Search Insert Position
题目:Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in...
分类:其他好文   时间:2015-12-23 07:03:41    阅读次数:171
hadoop安装包的目录结构
初次接触Hadoop,了解了Hadoop安装包的目录结构,和大家分享下:bin:Hadoop最基本的管理脚本和使用脚本的目录,这些脚本是sbin目录下管理脚本的基础实现,用户可以直接使用这些脚本管理和使用Hadoop。etc:Hadoop配置文件所在的目录,包括core-site,xml、hdf.....
分类:其他好文   时间:2015-12-23 07:05:10    阅读次数:125
OpenGL渲染流程
一.什么是openGLOpenGL被定义为“图形硬件的一种软件接口”。从本质上说,它是一个3D图形和模型库,具有高度的可移植性,具有非常快的速度。二.管线管线这个术语描述了opengl渲染的整个过程。openGL采用cs模型:c是cpu,s是GPU,c给s的输入是vertex信息和Texture信息...
分类:其他好文   时间:2015-12-23 07:03:48    阅读次数:314
前端模块化开发学习之gulp&browserify篇
随着web应用的发展,前端的比重占得越来越多,编写代码从而也越来越复杂。而通常我们需要将不同功能或者不同模块的代码分开写,最后在html中一起加载,这样做是可以的,但是当你需要进行维护或者是二次开发的时候,你会觉得十分费劲,因为你不知道文件之间复杂的关系,所以我们需要利用一些插件来配合进行模块化.....
分类:其他好文   时间:2015-12-23 07:04:06    阅读次数:410
docker私有源
服务器IP:192.168.1.55:5000#dockerpullresistry#dockerrun-itd-p5000:5000-v/opt/data/registry/:/tmp/registryregistry=============客户端配置#vi/etc/sysconfig/dockerOPTIONS=‘--selinux-enabled-b=kbr0--insecure-registry192.168.1.55:5000‘DOCKER_CERT_PATH=/etc/doc..
分类:其他好文   时间:2015-12-23 02:19:28    阅读次数:274
KVM 一键安装脚本
安装KVM,Xfce以及virt-manager,桌面方式管理KVM虚拟机:#!/bin/bash#lsmod|grepkvm||exit3&&echo‘KVMmodeisnotloaded!‘pingwww.163.com-c2if[$?-eq0];thenyum-ygroupinstallXfce--skip-broken yum-ygroupinstall‘VirtualizationHost‘‘Virtualization‘yum-yinstallqem..
分类:其他好文   时间:2015-12-23 02:21:07    阅读次数:319
2016最新老男孩高级架构师实战视频集合
老男孩高级架构师新课在线视频http://edu.51cto.com/lecturer/user_id-7671914.html老男孩高级架构师新课课表:http://oldboy.blog.51cto.com/2561410/1334659老男孩12期架构师增加云计算DOCKER(全新更新),ELK分布式日志(全新更新),深度KVM(全新更新)、OPENSTACK云计算(全新更..
分类:其他好文   时间:2015-12-23 02:21:24    阅读次数:177
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!