首页 > 2015年12月22日 > 全部分享
12-21学习记录 初识Linux
今天初步学习了Linux的简单操作,简单的命令。比如ls,cp,mv,pwd,cd等等。ls命令是list的缩写,可以根据不同的选项,列举指定目录或文件的相关信息。它也是最基础的命令之一。cd命令是最基础的命令,用于目录间的切换。比如:cdcode,cd..。mv命令是move的缩写,可以用来移动..
分类:系统服务   时间:2015-12-22 06:32:21    收藏:0  评论:0  赞:0  阅读:130
rpm
Rpm包的基本信息在早期由于要安装一个程序,要解决程序之间的依赖关系,费好多的精力,如果运气不好的话,装一上午,都不一定能装上,可能会出现以下情况:那就悲剧了,发行商们就想办法,这就是包管理器的由来。RPM全称是RedHatPackageManager(RedHat包管理器)。几乎所有的L..
分类:其他   时间:2015-12-22 06:32:11    收藏:0  评论:0  赞:0  阅读:216
Python的ORM框架SQLAlchemy
API例子importsqlalchemy fromsqlalchemyimportcreate_engine fromsqlalchemy.ext.declarativeimportdeclarative_base fromsqlalchemyimportColumn,Integer,String fromsqlalchemy.ormimportsessionmaker print(sqlalchemy.__version__) ##examplesofconnectionhttp://docs.sq..
分类:数据库技术   时间:2015-12-22 06:32:01    收藏:0  评论:0  赞:0  阅读:278
我刚搭建的10.2.0.4RAC起不来了
今天刚刚搭建好的10.2.0.4RAC,关机重启之后起不来了,很高兴,开始填坑: [oracle@rac2 ~]$ crs_stat -t -v Name Type R/RA F/FT Target State Host -------------------------------------------------...
分类:其他   时间:2015-12-22 06:29:31    收藏:0  评论:0  赞:0  阅读:253
nomasp的2015博客之星投票总结
通过这次投票我学到了很多。很久之前我几乎没在CSDN写过个人的感触这种东西,因为感觉这是一个开放的平台,并不想去像流水账一样去记录自己的琐事,至于为何会写这一篇后文会有提到。因此这篇文章也不仅仅是投票的总结,也包含了很久之前的事情。忽然想到如果评委们看到了这篇文章,发现我才大三,会不会给我扣很多分叻;不过还是得写,因为难得在线上总结一次,当然得真诚。进了大学才知道编程这东西,军训结束就加入了社联科技...
分类:Web开发   时间:2015-12-22 06:29:21    收藏:0  评论:0  赞:0  阅读:211
314. Binary Tree Vertical Order Traversal
题目:Given a binary tree, return thevertical ordertraversal of its nodes' values. (ie, from top to bottom, column by column).If two nodes are in the sam...
分类:其他   时间:2015-12-22 06:28:51    收藏:0  评论:0  赞:0  阅读:220
用setTimeout模拟QQ延时提示框
很简单的代码,不多解释,一看就懂。
分类:其他   时间:2015-12-22 06:28:41    收藏:0  评论:0  赞:0  阅读:207
申请苹果企业账号
参考网址:http://my.oschina.net/wenbobao/blog/375748百度经验:http://jingyan.baidu.com/article/4dc408489ebbb2c8d946f12c.html百度经验:http://jingyan.baidu.com/articl...
分类:移动平台   时间:2015-12-22 06:28:30    收藏:0  评论:0  赞:0  阅读:247
sed 集合(项目中的笔记)
奇数行和偶数行合并为一行:Like:Sequence number: 5398Sequence name: Glyma.16G123500.1Sequence number: 5399Sequence name: Glyma.16G169500.1Sequence number: 5400Seque...
分类:其他   时间:2015-12-22 06:28:11    收藏:0  评论:0  赞:0  阅读:139
HDU 2090 算菜价 --- 水题
/* HDU 2090 算菜价 --- 水题 */#include int main(){ char s[105]; double a, b, sum = 0; while (scanf("%s", s)==1){ scanf("%lf%lf", &a, &b); ...
分类:其他   时间:2015-12-22 06:27:50    收藏:0  评论:0  赞:0  阅读:114
node c/c++扩展模块build失败.
"深入浅出nodejs 朴灵" 例子 c/c++扩展模块hello.cc#include #include using namespace v8;Handle SayHello(const Arguments& args){ HandleScope scope; return scope.Close...
分类:编程语言   时间:2015-12-22 06:27:41    收藏:0  评论:0  赞:0  阅读:782
第十篇 Clone Graph
LeetCode Clone Graph
分类:其他   时间:2015-12-22 06:27:31    收藏:0  评论:0  赞:0  阅读:182
[Redux] Implementing combineReducers() from Scratch
The combineReducers function we used in previous post:const todoApp = combineReducers({ todos, visibilityFilter});It accepts and object as agruement.....
分类:其他   时间:2015-12-22 06:27:21    收藏:0  评论:0  赞:0  阅读:145
[Redux] Reducer Composition with combineReducers()
Previous, we do composition with objects:const todoApp = (state = {}, action) => { return { todos: todos( state.todos, action ), v...
分类:其他   时间:2015-12-22 06:27:10    收藏:0  评论:0  赞:0  阅读:254
HDU 2091 空心三角形 --- 水题
/* HDU 2091 空心三角形 --- 水题 */#include int main(){ int kase = 0; char ch; int h, t; //h表示高 while (scanf("%c", &ch) == 1 && ch != '@'){ ...
分类:其他   时间:2015-12-22 06:27:01    收藏:0  评论:0  赞:0  阅读:294
读书笔记 - 《吾国教育病理》
作者郑也夫,在罗辑思维中几次提到,也算是名声远扬了。查了一下作者履历,在美国拿过硕士学位,人大教授,混得还算不错,但从来不申请科研经费,真不知道他的学生都是怎么过日子的。由于长期容忍这种人的存在,我对人大的恶劣印象稍微改观了一些。但又查了一下,13年他就退休且由于长期坚持拆庙而未被返聘,对于人大的印...
分类:其他   时间:2015-12-22 06:26:50    收藏:0  评论:0  赞:0  阅读:192
英文地址怎么写?!!
北京市东花市北里20号楼6单元501室Room 501 ,Unit 6,Building 20 North Donghuashi Residential Chongwen District BeiJing City 我给加上了 崇文区 ---------------- 请看相关资料 翻译原则:先小后...
分类:其他   时间:2015-12-22 06:26:41    收藏:0  评论:0  赞:0  阅读:330
HDU 2089 不要62 --- 水题+打表
/* HDU 2089 不要62 --- 水题+打表 */#include #include const int maxn = 1000005;bool a[maxn];int main(){ memset(a, 0, sizeof a); int j; for (int i = ...
分类:其他   时间:2015-12-22 06:26:20    收藏:0  评论:0  赞:0  阅读:258
[Polymer] Introduction
install Polymer and explore creating our first custom element: bower install polymerindex.html: Polymer include webcomponents-list.j...
分类:其他   时间:2015-12-22 06:26:11    收藏:0  评论:0  赞:0  阅读:178
spring-in-action-mvc-helloworld
spring-in-aciton-mvc-helloWorld代码本章纪录最小单元的mvc,hello world首先是对这张图有个一般的概念,核心为DispatchServlet,包括HandlerMapping和ViewResolver,HandlerInterceptor等等对于一个最小单元的...
分类:编程语言   时间:2015-12-22 06:26:01    收藏:0  评论:0  赞:0  阅读:254
1241条   上一页 1 ... 54 55 56 57 58 ... 63 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!