原文: MySQL的备份与还原 MySQL备份和还原,都是利用mysqldump、mysql和source命令来完成的。 1.Win32下MySQL的备份与还原 1.1 备份 开始菜单 | 运行 | cmd |利用“cd /Program Files/MySQL/MySQL Server 5.0/b...
分类:
数据库 时间:
2014-07-12 00:54:52
阅读次数:
306
本人也是借鉴网上他人资料。主要介绍使用java调用Weka库。 首先介绍weka,Weka的全名是怀卡托智能分析环境,是基于开源环境的机器学习和数据挖掘软件。我们可以去weka官网下载最新的Weka软件,目前最新版本是3.7.9。默认安装会保存在C:\Program Files\Weka-3-...
分类:
其他好文 时间:
2014-07-11 23:13:24
阅读次数:
269
C#引用sqldmo.dll的方法 找到 sqldmo.dll这个文件C:\Program Files\Microsoft SQL Server\80\Tools\Binn\sqldmo.dll用.Net框架提供的工具转成受托管代码tlbimp sqldmo.dll /out: c:\SQLDMO....
分类:
数据库 时间:
2014-07-11 21:02:48
阅读次数:
349
CSDN下载RedisWatcher,运行InstallWatcher.msi,默认安装在C:\Program Files (x86)\RedisWatcher,修改watcher.conf 1 # required exepath and exename are combined to form ...
本人安装的是vs2013旗舰版,在做验证控件的练习时,开始出现一个错误,如下图这个问题是由于创建的项目中没有添加jquery引用导致的,解决方法是在项目中添加引用,添加引用-浏览-添加目录C:\Program Files (x86)\Microsoft Web Tools\Packages\AspN...
分类:
其他好文 时间:
2014-07-11 09:04:56
阅读次数:
180
Description
Magic Numbers
Write a program that finds and displays all pairs ofintegers and
such that:
neither nor
have any digits repeated; and , where
N is a given i...
分类:
其他好文 时间:
2014-07-10 20:10:06
阅读次数:
238
本文所使用软件百度云盘网址:http://pan.baidu.com/s/1kTDRFwz1安装JDK操作系统:windows7-64bit版本号:jdk-7u51-windows-x64安装路径(默认):C:\ProgramFiles\Java\jdk1.7.0_51\安装到:C:\Program...
分类:
编程语言 时间:
2014-07-10 15:04:59
阅读次数:
251
1,提取出每个节目下的用户列表2,将用户id列表与用户的profile进行对应实现脚本如下: 1 #/bin/sh 2 3 program_dir=/home/minelab/liweibo/raw_data 4 user_file=/home/minelab/liweibo/spring...
分类:
其他好文 时间:
2014-07-09 14:34:58
阅读次数:
237
excel 2007第一次打开时总是显示there was a problem sending command to the program.
关闭后打开一次就能打开了。
由于装的东西太多,初步怀疑是兼容性的问题.
在Excel option里面的add-in 和 trusted publisher 里面去掉非office的插件.
如下图:
...
分类:
其他好文 时间:
2014-07-09 12:31:38
阅读次数:
246
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Collections;
namespace ConsoleApplication2
{
class Program
{
//随机的将1-100之间的数据添加到 Ar...
分类:
其他好文 时间:
2014-07-09 09:58:25
阅读次数:
189