基本建表语句create table T_Stu{ stu_id int(11) not null auto_increment primary key, stu_name varchar(50) not null, stu_pwd varchar (50) not null}engine=inno...
分类:
数据库 时间:
2015-04-29 16:32:58
阅读次数:
136
pip install django-mssql是链接sqlserver的数据库db引擎,这里用到了pythoncom模块,所以还需要安装 pip installpypiwin32settings配置:'MSsql': { 'ENGINE': 'sqlserver_ado', ...
分类:
数据库 时间:
2015-04-28 20:41:52
阅读次数:
501
在本地计算机无法启动MYSQL服务错误1067进程意外终止 这种情况一般是my.ini文件配置出错了首先找到这个文件: 默认安装路径C:/Program Files/MySQL/MySQL Server 5.1/my.ini打开此文件找到:default-storage-engine=INNODB ...
分类:
数据库 时间:
2015-04-28 20:40:01
阅读次数:
136
假设已有一个 Session 工厂类: lang:python Session = sessionmaker(bind=some_engine) 那么 session 实例的生命周期可以为: --- ###最短模式 —— 每次请求新建一个 session,用完就 close lang:python @conte...
分类:
数据库 时间:
2015-04-28 19:09:05
阅读次数:
352
在java中通过JDBC连接MySQL执行存储过程时报错:16:41:16,095 ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (ajp--0.0.0.0-8009-3) User does not have access to ...
分类:
数据库 时间:
2015-04-28 17:48:49
阅读次数:
249
css制作的弹出式图片预览效果|梨花粉价格|石家庄水泵厂Simply beautiful.So real, it's unreal. Or is it?
分类:
Web程序 时间:
2015-04-28 11:25:55
阅读次数:
179
Unity is a game development ecosystem: a powerful rendering engine fully integrated with a complete set of intuitive tools and rapid workflows to crea...
分类:
编程语言 时间:
2015-04-27 19:46:36
阅读次数:
141
在linux上导出test.sql数据库时,出现了错误:ERROR1030(HY000):Goterror28fromstorageengine。后来查了下这个是因为mysql默认的临时目录空间不足,导致无法执行此sql语句:命令行执行下:showvariableslike‘%dir%‘,basedir|/usr/local/mysql||binlog_direct_non_transactional..
分类:
数据库 时间:
2015-04-27 15:34:17
阅读次数:
158
http://acm.hdu.edu.cn/showproblem.php?pid=2222
Problem Description
In the modern time, Search engine came into the life of everybody like Google, Baidu, etc.
Wiskey also wants to bring th...
分类:
其他好文 时间:
2015-04-27 11:13:51
阅读次数:
92
此随笔记录的是通过plugman来安装phonegap插件。第1步:安装plugmannpm install -g plugmanQiaodeMacBook-Pro:MyApp root# npm install -g plugmannpm WARN engine npm@1.3.4: wanted...
分类:
移动开发 时间:
2015-04-24 12:16:06
阅读次数:
203