转载请注明出处,原文地址http://www.cnblogs.com/zenki-kong/p/4382657.html刚开始写博客,博主还只是个大三汪,学艺不精,如有错误还请前辈指出(>^ω^#include "mysql.h"#pragma comment(lib,"wsock32.lib")#...
分类:
数据库 时间:
2015-04-01 07:00:16
阅读次数:
255
1、修改表名 alter table table_name rename to new_table_name;2、修改列名 alter table tablename change column column_orign column_new int(修改后列的属性) comment 'column...
分类:
其他好文 时间:
2015-03-29 16:20:25
阅读次数:
242
1.下载eclipse包在某个目录下解压 ,此处以home/wy/CREST/目录为例
2.新建 eclipse.desktop文件,输入内容如下:
[Desktop Entry]
Name=eclipse
Name[zh_CN]=eclipse
Comment=eclipse Client
Exec=/home/wy/CREST/eclipse/eclipse
Icon=/home...
分类:
系统相关 时间:
2015-03-28 15:48:23
阅读次数:
213
1. 修改配置文件/etc/samba/smb.conf文件末尾添加[homes] comment = Home Directories browseable = yes read only = no...
分类:
系统相关 时间:
2015-03-21 17:03:45
阅读次数:
197
双连通缩点+求树的直径,图论基础题目。 1 /* 4612 */ 2 #pragma comment(linker, "/STACK:1024000000,1024000000") 3 #include 4 #include 5 #include 6 #include 7 #i...
分类:
其他好文 时间:
2015-03-20 23:26:12
阅读次数:
203
管理员表CREATE TABLE cqh_privilege( id mediumint unsigned not null auto_increment comment 'id', pri_name varchar(30) not null comment '权限名称', module_name ...
分类:
其他好文 时间:
2015-03-20 18:06:55
阅读次数:
174
1. 如何查询出数据库的SCHEMA, 这里贴出核心的SQL语句 SELECT COLUMN_NAME AS field, COLUMN_COMMENT AS comment
FROM INFORMATION_SCHEMA.COLUMNS
WHERE table_name = ? 由于注释有的会很长, 全部取出来作为exc...
分类:
编程语言 时间:
2015-03-19 18:46:51
阅读次数:
180
//最左侧加图片是以下代码 右侧类似
UIImageView *imgView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"comment_write"]];
_textField.leftView = imgView;
_textField.leftViewMode = UITextFieldViewModeAlways...
分类:
移动开发 时间:
2015-03-19 18:29:40
阅读次数:
247
Problem Description
Read the program below carefully then answer the question.pragma comment(linker, “/STACK:1024000000,1024000000”)include includeinclude include include includeconst int MAX=100000*2...
分类:
其他好文 时间:
2015-03-15 21:22:37
阅读次数:
129