查询:show databases;show status;show tables;desc
table-name;更改root密码:方法一:mysqladmin -uroot -poldpassword password
newpassword方法二:mysql -uroot -puse mysq...
分类:
数据库 时间:
2014-05-24 07:49:23
阅读次数:
332
string tempSFZH = ""; foreach (DataRow rs in
ds.Tables[0].Rows) { tempSFZH = rs[ht["身份证号码"].ToString()].ToStri...
分类:
其他好文 时间:
2014-05-23 11:47:29
阅读次数:
204
p Me Escape
Time Limit: 2 Seconds Memory Limit: 32768 KB
Background
If thou doest well, shalt thou not be accepted? and if thou doest not well, sin lieth at the door. And unto th...
分类:
其他好文 时间:
2014-05-22 12:50:31
阅读次数:
280
一、Eclipse版本,我用J2EE的Eclipse-jee-helios-SR2-win32,这个版本可以上官网下载,或者百度搜索也可以找到。
二、安装maven插件,这个很重要,我也痛苦了两天才得以完成,进入Eclipse的菜单栏help==>Install New software..
1、首先安装gef - http://download.eclipse.org/tools/...
分类:
编程语言 时间:
2014-05-22 09:50:01
阅读次数:
452
题目:
链接:点击打开链接
题意:
有n个朋友,编号为1......n。知道其中一些人相互认识,求最少需要多少桌子。
算法:
并查集算法的模板题。
(来源:LCY-teacher课件)
>>在某个城市里住着n个人,现在给定关于 n个人的m条信息(即某2个人认识)假设所有认识的人一定属于同一个单位,请计算该城市最多有多少单位?
>>如何实现...
分类:
其他好文 时间:
2014-05-22 08:03:40
阅读次数:
314
本技术支持指南主要处理:ASCII, binary, and MAT
files.要得到MATLAB中可用来读写各种文件格式的完全函数列表,可以键入以下命令: help iofun MATLAB中有两种文件I/O程序:high
level and low level. High leve...
分类:
其他好文 时间:
2014-05-19 14:01:25
阅读次数:
393
1. SQL*Plus登陆:在cmd中,使用sqlplus
[usernam]/[pwd]或者sqlplus [usernam]/[pwd] as sysdba或者sqlplus
[usernam]/[pwd]@[netsvr],netsvr是已定义的网络服务名。2. 获得帮助索引:help ind...
分类:
数据库 时间:
2014-05-19 13:32:55
阅读次数:
439
1、MySQL常用命令 create database name; 创建数据库 use
databasename; 选择数据库 drop database name 直接删除数据库,不提醒 show tables; 显示表 describe
tablename; 表的详细描述 select 中加上d...
分类:
数据库 时间:
2014-05-18 20:09:16
阅读次数:
502
DataSet ds = new DataSet();
ds.ReadXml(AppDomain.CurrentDomain.BaseDirectory + "XML\\Mail.xml"); if
(ds.Tables.Count > ...
分类:
Web程序 时间:
2014-05-18 02:19:31
阅读次数:
408
一,安装基础环境
1,安装jdk7,并配置环境变量(pyDev要求jdk7及以上版本,否则安装好也不显示) 2,下载Eclipse并解压
3,安装python3.X二,Eclipse下配置pyDev 1,安装插件:help -> Install new Software..
->输入PyDe...
分类:
编程语言 时间:
2014-05-17 18:54:51
阅读次数:
322