- 博客(5)
- 资源 (6)
- 收藏
- 关注
原创 计算某日之后,这年所剩余的天数
#include #include #include"test1.h" #include"stdio.h" using std::cout; using std::cin; using std::endl; #define TRUE 1 #define FALSE 0 #define BIGMONTHLENG 7 int bigMonth[BIGMON
2017-05-19 23:29:47 638
转载 mysql查看所有存储过程
转载地址:http://zhuixue.iteye.com/blog/375353 方法一: select `name` from mysql.proc where db = 'your_db_name' and `type` = 'PROCEDURE' 方法二: show procedure status;
2016-04-12 16:38:34 305
原创 MySQL中alter用法
1、在表中增加字段。 alter table +表名 +add +字段名+数据类型; 2、在表中删除字段。 alter table +表名 +drop +字段名; 3、在表中修改字段名字。 alter table +表名 +change +原字段名+新字段名 +数据类型; 4、在表中修改字段数据类型。 alter table +表名 +change +原字段名+原
2016-04-07 00:46:04 331
Linux编程从入门到精通
2016-09-22
Source insight 完美配置文件
2016-09-22
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人