Installationsteps->useraddmysql->cd/tmp;tar-xzfmysql-VERSION-OS.tar.gz-C/usr/local->cd/usr/local;mvmysql-VERSION-OSmysql->chown-Rroot.rootmysql->mkdir-p/data/db/mysql/3306->chownmysql.mysql/data/db/mysql/3306->cd/usr/local/mysql->scr..
分类:
数据库 时间:
2014-08-01 13:54:41
阅读次数:
271
数据库的配置:
连接字符串:
server=潘尚\\SQLEXPRESS;database=db_test;Trusted_Connection=true
连接代码:
using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.Linq...
分类:
数据库 时间:
2014-08-01 10:55:21
阅读次数:
236
系统环境: ubuntu12.04安装vm tools时出现如下问题The path "/usr/bin/gcc" is not valid path to the gcc binary解决方案:#cat /proc/versionLinux version 3.2.0-29-generic (bu...
分类:
其他好文 时间:
2014-08-01 10:31:21
阅读次数:
230
Problem Description
A histogram is a polygon composed of a sequence of rectangles aligned at a common base line. The rectangles have equal widths but may have different heights. For example, the fi...
分类:
其他好文 时间:
2014-08-01 09:16:21
阅读次数:
280
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:
其他好文 时间:
2014-08-01 09:10:21
阅读次数:
233
========================================运算符重载-------------------------------------------------------------------------Vector.csusingSystem;
usingSystem.Collections.Generic;
usingSystem.Linq;
usingSystem.Text;
usingSystem.Threading.Tasks;
namespaceConso..
分类:
其他好文 时间:
2014-08-01 00:13:21
阅读次数:
260
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; ....
分类:
移动开发 时间:
2014-07-31 23:21:20
阅读次数:
338
新手上路,高手勿进!
窗体设计:
实现效果:
实现代码:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Tex...
function setClipBoard(str) Set WshShell = CreateObject("WScript.Shell") Set oExec = WshShell.Exec("clip") Set oIn = oExec.stdIn oIn.WriteL...
分类:
其他好文 时间:
2014-07-31 16:11:36
阅读次数:
216
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:
其他好文 时间:
2014-07-31 16:10:46
阅读次数:
204