码迷,mamicode.com
首页 >  
搜索关键字:annotation-config co    ( 7094个结果
git命令速查
查看、添加、提交、删除、找回,重置修改文件git help # 显示command的helpgit show # 显示某次提交的内容 git show $idgit co -- # 抛弃工作区修改git co . # 抛弃工作区修改git add # 将工作文件修改提交到本地暂存区git ad...
分类:其他好文   时间:2014-10-28 17:08:38    阅读次数:268
【阿里云产品公测】OTS使用之简单线上产品实践基于PythonSDK
阿里云用户:morenocjm实践是检验真理的唯一标准,学习技术需要通过实践过程中的不断尝试,才能够快速掌握要领。OTS是构建在阿里云飞天分布式系统之上的NoSQL数据库服务,提供海量结构化数据的存储和实时访问。刚好想用手上的一台ECS做点什么,既然如此,那就通过搭建简单线上产品(alijot.co...
分类:编程语言   时间:2014-10-28 15:13:40    阅读次数:296
Innobackupex备份恢复
接到头的指示,要重新搭建一个沙箱环境,登陆目标库查看数据文件大小 [root@db180?mysql5_data3306]#?du?-sh 575G????. 数据量貌似不小,使用xtrabackup备份比较好。 问题1、sh: xtrabackup_55: co...
分类:其他好文   时间:2014-10-28 14:00:32    阅读次数:293
RIP+IGRP
RIP、IGRP实验拓扑:实验环境:本次实验环境使用的是DynamipsGUI模拟软件进行的实验,实验拓扑中的路由器型号为思科c3620系列,路由器之间使用广域网线进行连接实验配置:R1配置:R1(config)#intf0/0R1(config-if)#ipadd192.168.1.1255.255.255.0R1(config-if)#noshutdownR1(co..
分类:其他好文   时间:2014-10-28 02:14:24    阅读次数:309
【MongoDB】mongoimport and mongoexport of data (二)
in last blog,we talked about how to export data from mongo database. now in this blog, on the contrary, we focus on how to import data to database.  before doing our experiment, we delete the user co...
分类:数据库   时间:2014-10-28 02:05:37    阅读次数:252
LeetCode Subsets
Given a set of distinct integers,S, return all possible subsets.Note:Elements in a subset must be in non-descending order.The solution set must not co...
分类:其他好文   时间:2014-10-28 00:24:24    阅读次数:240
llnq SqlMethods like
http://www.cnblogs.com/freeliver54/archive/2009/09/05/1560815.htmlhttp://www.cnblogs.com/chen1388/archive/2010/03/12/1684450.htmlhttp://www.cnblogs.co...
分类:数据库   时间:2014-10-27 22:50:23    阅读次数:279
Eddy's mistakes
Problem DescriptionEddy usually writes articles ,but he likes mixing the English letter uses, for example "computer science" is written frequently "co...
分类:其他好文   时间:2014-10-27 17:15:21    阅读次数:239
openstack 中 log模块分析
1 . 所在模块,一般在openstack/common/log.py,其实最主要的还是调用了python中的logging模块; 入口函数在def setup(product_name, version='unknown'): """Setup logging.""" if CONF.log_co...
分类:其他好文   时间:2014-10-26 21:04:15    阅读次数:696
Windows ICS 服务无法启动问题解决
防火墙打不开肯定是"windows Firewall"服务没有启动。ICS服务启动不了能够通过下面方法解决:1、找到本地连接,单击左键--属性--共享--勾选(√)--确定,如以上步骤不能开启ICS服务,则需进行例如以下操作2、执行--输入“services.msc”--找到“internet co...
分类:Windows程序   时间:2014-10-25 20:06:55    阅读次数:267
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!