#!/bin/bash db_user="root" db_passwd="dddddd " db_name="mmmmmm" cd /db_backup echo "you are in bakmysql directory now" backup_dir="/db_backup" #时间格式 t... ...
分类:
数据库 时间:
2018-03-22 19:21:07
阅读次数:
179
Farey Sequence Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 17894 Accepted: 7179 Description The Farey Sequence Fn for any integer n wit ...
分类:
其他好文 时间:
2018-03-21 00:12:30
阅读次数:
199
Alien’s Necklace Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1526 Accepted Submission(s): 4 ...
分类:
其他好文 时间:
2018-03-18 22:31:57
阅读次数:
211
用sqlsever追踪最后的sql语句。 返回IQueryable<T>类型, 里面封装的就是生成的SQL脚本,设置断点queryable = DataContext.Set<T>().Where<T>(whereLambda).AsQueryable(); queryable 右键快速监视, 或者 ...
分类:
数据库 时间:
2018-03-16 18:43:16
阅读次数:
794
Given a non-negative integer N, your task is to compute the sum of all the digits of N, and output every digit of the sum in English. Input Specificat ...
分类:
其他好文 时间:
2018-03-11 11:53:10
阅读次数:
185
using System; using System.Text; using System.Runtime.InteropServices; using System.Reflection; using System.Windows.Forms; namespace MouseKeyboardLib... ...
思路: 用字符数组来存储这个大整数 由它的范围可以知道每一项相加都不会大于int的最大值,所以可以用int存储最后各位相加的值 将sum值输入到一个字符数组,然后用另一个数组映射对应的字符串即可 ...
分类:
其他好文 时间:
2018-02-25 11:15:47
阅读次数:
150
今天又是猝不及防的一场考试。 我赶紧去打卡,于是get:参加模拟赛,爆零。 T1: 这不是秦神上次的原题吗?赶紧粘一发代码走了(不)。 1 #include<iostream> 2 #include<cstdio> 3 #include<cstring> 4 #include<algorithm> ...
分类:
其他好文 时间:
2018-02-22 22:35:09
阅读次数:
206
1.yum软件包管理(1)yum介绍Yum全称为(YellowdogUpdate,Modified)是一个在fedora和RedHat以及SUSE,CentOS中的Shell前端软件包管理。基于RPM包管理,能够从指定的服务器自动下载RPM包并且安装,可以自动处理依赖关系,并且一次安装所有依赖的软件包,无需繁琐的一次次下载、安装。(2YUM常用参数2.YUM配置文件(1)yum.conf主要配置文
分类:
其他好文 时间:
2018-02-22 21:36:50
阅读次数:
188
yum搭建本地仓库[root@apenglinux-001~]#mount/dev/cdrom/mnt/[root@apenglinux-001yum.repos.d]#mvCentOS-Base.repoCentOS-Base.repo.bak[root@apenglinux-001yum.repos.d]#cpCentOS-Media.repoCentOS-Base.repo[root@ape
分类:
其他好文 时间:
2018-02-22 19:26:22
阅读次数:
132