首页 > 2015年12月18日 > 全部分享
mysql1数据复制到mysql2,并保存mysql2的独有数据
[asset全局备份,为uat准备] [root@pc0003桌面]#ssh资产服务器 [root@hghast001~]#mkdir201512181256-allback [root@hghast001~]#innobackupex--user=root-password=asset201512181256-allback/ [root@hghast001~]#ll201512181256-allback 总用量4.0K drwxr-xr-x.7rootroot4.0..
分类:数据库技术   时间:2015-12-18 14:49:24    收藏:0  评论:0  赞:0  阅读:225
自定义View绘制图像与移动字体
自定义View在开发中是经常遇到的,例如一个跑马灯的效果、或者自定义一个转盘来显示下载进度的百分百比。今天把实现方式写下来,下面是源码部分:MainActivity:没变动importandroid.app.Activity; importandroid.os.Bundle; publicclassMainActivityextendsActivity{ @Overr..
分类:移动平台   时间:2015-12-18 14:49:15    收藏:0  评论:0  赞:0  阅读:372
57、IPv6简介及基础配置
1、IPv6简介IPv6地址长度为128位,地址总共2^128个。IPv6地址格式:x:x:x:x:x:x:x:x,其中x为16进制。IPv6简化:2001:0DB8:010F:0001:0000:0000:0000:0D0C 去掉前导02001:DB8:10F:1:0:0:0:D0C连续多个0可以用::代替2001:DB8:10F:1::D0C2001:0DB8:0000:0000:FFFF:0000:0000:0D..
分类:其他   时间:2015-12-18 14:48:54    收藏:0  评论:0  赞:0  阅读:276
老男孩教育参观实践----参观森华易腾IDC机房
12月10上午全班同学一起去参观了森华易腾IDC机房,出发前我很兴奋,因为没有去过机房。一路上大家都在讨论机房是什么样子,我们到了目的地分批进入机房参观,我是第二批进入机房参观的一进入机房看到一排排的机柜,整齐的线路,瞬间感觉好高大上。机房的管理人员耐心的为我们讲..
分类:其他   时间:2015-12-18 14:48:34    收藏:0  评论:0  赞:0  阅读:398
python初学—-实现excel里面读数据进行排序
为了加快数据的处理能力,加快统计排名情况,需要从统计好的excel表中进行相关数据排序,并按要求输出。fenshu.xlsx空气质量污染程度其他得分上海44.58.15194914.4615467.11349北京348.09523815.1587357.25397广州3310.2336413.2710356.50467成都38.510.212915.9440664.65695武..
分类:编程语言   时间:2015-12-18 14:48:14    收藏:0  评论:0  赞:0  阅读:345
用c实现的各种排序的方法
#include void swap(int *a, int *b); void bubble_sort(int a[], int n); void select_sort(int a[], int n); void insert_sort(int a[], int n); void shell_sort(int a[], int n); void heap_adjust(int a[], i...
分类:编程语言   时间:2015-12-18 14:47:04    收藏:0  评论:0  赞:0  阅读:112
一个不眠冬夜的清晨
一个不眠冬夜的清晨没有遇到昨晚的夕阳,也没有看到今早的晨曦。出租车上的我混沌而又清醒,手中的食品袋里装有两个赛百味的热狗,瘫软在座椅上,孩子的早餐是我不想睡去的理由。选择了创业公司,就选择了一种生活方式..........
分类:其他   时间:2015-12-18 14:46:54    收藏:0  评论:0  赞:0  阅读:193
import static
唯一感兴趣的就是import static,说实话,第一次见...
分类:其他   时间:2015-12-18 14:46:44    收藏:0  评论:0  赞:0  阅读:187
《Android源码设计模式解析与实战》读书笔记(八)
第八章、状态模式1.定义状态模式中的行为是由状态来决定,不同的状态下有不同的行为。当一个对象的内在状态改变时允许改变其行为,这个对象看起来像是改变了其类。...
分类:移动平台   时间:2015-12-18 14:46:34    收藏:0  评论:0  赞:0  阅读:170
观察者模式-订报纸,语音呼叫系统实例
_observers[] = $sub; } public function trigger()/*统一提醒功能*/ { if(!empty($this->_observers)) { foreach($this->_obser...
分类:其他   时间:2015-12-18 14:46:03    收藏:0  评论:0  赞:0  阅读:153
让chrome打开手机网页
在chrome快捷方式上点右键:"C:\Program Files\Google\Chrome\Application\chrome.exe" -user-agent="Android"
分类:移动平台   时间:2015-12-18 14:45:53    收藏:0  评论:0  赞:0  阅读:180
[LeetCode] Dp
Best Time to Buy and Sell Stock题目:Say you have an array for which the ith element is the price of a given stock on day i.If you were only permitted to...
分类:其他   时间:2015-12-18 14:45:43    收藏:0  评论:0  赞:0  阅读:295
aop 切面配置
分类:其他   时间:2015-12-18 14:45:24    收藏:0  评论:0  赞:0  阅读:166
ubuntu 状态栏不显示时间
如何修复在Ubuntu 状态栏不显示时间的问题
分类:系统服务   时间:2015-12-18 14:45:03    收藏:0  评论:0  赞:0  阅读:243
利用VBA把PowerDesigner的name复制到comment
代码如下:Option Explicit '-------------------------------------------------------------------------------'作用:PowerDesigner物理模型复制name到comment''作者: Lio5n'.....
分类:编程语言   时间:2015-12-18 14:44:54    收藏:0  评论:0  赞:0  阅读:170
大多数的方式
}). error(function(data, status, headers, config) { }); }; $scope.$watch('content', function(newVal, oldVal) { if (angular.isDefin...
分类:其他   时间:2015-12-18 14:44:43    收藏:0  评论:0  赞:0  阅读:196
解决Xcode在ipad/iphone 9.2 系统真机测试时出现could not find developer disk image问题
解决Xcode在ipad/iphone 9.2 系统真机测试时出现could not find developer disk image问题方法1:拷贝这个文件(http://download.csdn.net/detail/cvbtvbwu/9340467)到/Applications/Xcode...
分类:其他   时间:2015-12-18 14:44:34    收藏:0  评论:0  赞:0  阅读:217
hdu5573 二叉树找规律,二进制相关
inputT 1 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 #include 11 #include 12 #include 13 #define...
分类:其他   时间:2015-12-18 14:44:26    收藏:0  评论:0  赞:0  阅读:262
iOS开发面试题整理 (三)
1. 风格纠错题修改完的代码: 1 typedef NS_ENUM(NSInteger, CYLSex) { 2 CYLSexMan, 3 CYLSexWoman 4 }; 5 6 @interface CYLUser : NSObject 7 8 @property (nona...
分类:移动平台   时间:2015-12-18 14:44:13    收藏:0  评论:0  赞:0  阅读:356
Solutions for Kess v2 connection error :"External exception EEFFACE"
Optional and full solutions forKess v2 kusuiteconnection error :"External exception EEFFACE".possible reasons:1. do you use win 7 or vista system?pls ...
分类:其他   时间:2015-12-18 14:44:03    收藏:0  评论:0  赞:0  阅读:151
1337条   上一页 1 ... 40 41 42 43 44 ... 67 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!