摘要: 每个人心里都有自己的一艘船一个近乎偏执的小归宿只是因为它让我感到实实在在的安全不致无枝可依 阅读全文
posted @ 2015-10-28 19:42 byshen 阅读(164) 评论(0) 推荐(0)
摘要: shell 因为要用命令行来处理一些文件,不知道怎么批量处理,就学习了一下shell。#!/bin/bashecho "Hello World !"新建一个xxx.sh,输入这个。然后,进入相应文件夹,输入,chmod +x ./test.sh #使脚本具有执行权限./test.sh #执行脚本... 阅读全文
posted @ 2015-10-28 14:28 byshen 阅读(147) 评论(0) 推荐(0)
摘要: class Solution {public: int maxProfit(vector& prices) { int n = prices.size(); if(nprices[0] ? prices[1] - prices[0] : 0; int ... 阅读全文
posted @ 2015-10-28 00:04 byshen 阅读(147) 评论(0) 推荐(0)