05 2014 档案
摘要:转自:http://tech.watchstor.com/management-117401.htm在MySQL数据库中导入SQL文件是件很麻烦的事情,但是这是一项大家非常值得学习的技术,本文就从最简单的出发为大家讲解在MySQL数据库中怎么样导出.SQL文件。步骤如下:一.MySQL数据库的命令行...
阅读全文
摘要:转自:http://blog.sina.com.cn/s/blog_586a1f3e01000b82.html刚使用mysql, 就老是碰到这个问题,真是郁闷, 终于找到原因..C:\Program Files\MySQL\MySQL Server 5.0\bin>mysqlERROR 1045 (...
阅读全文
摘要:偷了世界的程序员 互联网之子 – AARON SWARTZ
阅读全文
摘要:转自:http://www.cnblogs.com/myitm/archive/2011/05/03/2035942.html 很多程序员已经干了一段时间java了依然不明白jdk与jre的区别。 JDK就是Java Development Kit.简单的说JDK是面向开发人员使用的SDK,它提供了
阅读全文
摘要:1 import java.io.*; 2 3 import java.util.Scanner; 4 5 public class fileCopy 6 7 { 8 9 public static void main(String []args) throws Exception 10 11 { 12 13 try{ 14 ...
阅读全文
摘要:1 using System; 2 3 using System.Collections.Generic; 4 5 using System.ComponentModel; 6 7 using System.Data; 8 9 using System.Drawing; 10 11 using System.Linq; 12 13 usin...
阅读全文
摘要:1 using System; 2 3 using System.Collections.Generic; 4 5 using System.ComponentModel; 6 7 using System.Data; 8 9 using System.Linq; 10 11 using System.Text; 12 13 using S...
阅读全文
摘要:1 using System; 2 3 using System.Collections.Generic; 4 5 using System.ComponentModel; 6 7 using System.Data; 8 9 using System.Drawing; 10 11 using System.Linq; 12 13 usin...
阅读全文
摘要:1 using System; 2 3 using System.Collections.Generic; 4 5 using System.ComponentModel; 6 7 using System.Data; 8 9 using System.Drawing; 10 11 using System.Linq; 12 13 usin...
阅读全文
摘要:实现代码 测试结果 几年前写的代码了,今天整理了下,居然发现个bug:
阅读全文