码迷,mamicode.com
首页 >  
搜索关键字:oh my zsh    ( 14955个结果
UVa11030-Predator II
Problem D Predator II Time limit: 2 seconds   Oh No!!! The predator has entered the room again. But this time it is a different kind of room. The room is a square of size 1000...
分类:其他好文   时间:2014-07-22 23:03:13    阅读次数:358
linux下cmake编译C++工程之总结篇
昨天正式把项目编译完成,经历了一周的摸索和折磨后,最后也想:oh,it's so easy! 但是过程确实困难的,因为cmake官方只有API的解释,而且解释的不是很清楚。 一般项目都是狠复杂的层级关系 project include lib bin project1 project2 project3 .... 这种如何来写cmake呢? 首先要知道一个很重要的东西,cm...
分类:编程语言   时间:2014-07-22 23:01:55    阅读次数:432
maven File encoding has not been set
原pom.xml配置文件: 4.0.0 com.my.helloworld hello-world 1.0-SNAPSHOT Maven Hello World Project junit jun...
分类:其他好文   时间:2014-07-22 22:59:36    阅读次数:374
UVA之10361 - Automatic Poetry
Problem I Automatic Poetry Input: standard input Output: standard output Time Limit: 2 seconds Memory Limit: 32 MB   “Oh God”, Lara Croft exclaims, “it’s one of these dumb rid...
分类:其他好文   时间:2014-05-02 22:51:52    阅读次数:352
Leetcode: Remove Elements
一次性通过的,比较顺利,从读题到编写到检查到通过,14分50秒,我在不断进步中,相信经过一段时间联系,这种题可以一眼就写出来,不超过5分钟。这道题应该说方法跟 Remove Duplicates from sorted Array挺类似的My Solution: 1 public class Sol...
分类:其他好文   时间:2014-05-02 12:56:10    阅读次数:260
Out of office 模板
I am out of the office until 0X/0X/201X.I will be checking my email regularly. Please leave a complete message for me and I will respond immediately w...
分类:其他好文   时间:2014-05-02 11:14:21    阅读次数:2686
利用BusyBox ~私人定制 My LINUX~
前言 我在今天在这里跟大家详细地探讨一下Linux系统的定制过程和实现例如、用户能够远程登录;和Nginx能够稳定地运行在我们私人定制的LINUX系统上、一步一步从头开始定制属于我们自己的系统。正文 首先我们先来简单的介绍一下我们这里定制属于自己的Linux系统的基本元素. 一个定制的linu...
分类:系统相关   时间:2014-05-02 09:41:12    阅读次数:740
perl模块发邮件
vimsendmail.pl#!/usr/bin/perl-wuseMIME::Lite;subperl_sendmail{my$mail_to="$_[0]";收件人邮箱my$from="$_[1]";发件人邮箱my$subject="$_[2]";邮件标题my$data="$_[3]";邮件内容$sendmail=MIME::Lite->new(From=>$from,To=>$mail_to,Subject=>$subject,Data=>..
分类:其他好文   时间:2014-05-02 03:00:15    阅读次数:283
MariaDB 10 基于OpenSSL的主从复制
需求架构准备工作主从服务器时间同步# 主从服务器同时配置crontab任务,与NTP服务器同步时间即可*/5 * * * * ntpdate 172.16.0.1 &>/dev/null部署配置主库配置vi /etc/my.cnf server-id = 1 # 在复制架构中,需保持全局唯一 ...
分类:数据库   时间:2014-05-01 22:27:40    阅读次数:699
[GodLove]Wine93 Tarining Round #4
比赛链接:http://acm.hust.edu.cn/vjudge/contest/view.action?cid=44903#overview题目来源:2011 Asia ChengDu Regional ContestWine93有话说:爆0, oh-year!IDOriginTitle13/...
分类:Windows程序   时间:2014-05-01 18:48:35    阅读次数:436
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!