-- 表的结构 `ecs_account_log`CREATE TABLE IF NOT EXISTS `ecs_account_log` (`log_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID号',`user_id...
分类:
其他好文 时间:
2014-07-06 22:11:06
阅读次数:
365
Spring bean通过@Autowired注入,spring auto scan配置,在编辑情况下,无法找不到对应的bean,于是提示找不到对应bean的错误。但build项目是能正常运行的。可在File -- Settings -- Inspections。在Spring Model -- A...
分类:
其他好文 时间:
2014-07-05 19:06:55
阅读次数:
185
create database golden;create table golden.users(usersId int unsigned not null auto_increment primary key,userName char(20) not null,passWord int unsi...
分类:
数据库 时间:
2014-07-05 18:29:20
阅读次数:
252
$('#ajaxPage').modal('show').css({
width: 'auto',
'margin-left': function () {
return -($(this).width() / 2);
...
分类:
Web程序 时间:
2014-07-04 07:55:30
阅读次数:
273
#include
#include
#include
#include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP() //为了注册新的数据类型
using namespace std;
namespace ex{ //定义新的数据类型
struct demo_class
{
int a,b;
};
BOOST_TYPEOF_REG...
分类:
其他好文 时间:
2014-07-04 06:53:55
阅读次数:
323
如果内容超过的区块的大小,内容就会溢出,可以使用下面的方法控制溢出overflow visible 不剪切内容也不添加滚动条 auto 在必需时对象内容才会被裁切或显示滚动条 hidden 不显示超过对象尺寸的内容(不显示滚动条,多余的内容就不要了) scro...
分类:
Web程序 时间:
2014-07-02 19:39:16
阅读次数:
202
名字grep,egrep,fgerp解释:grep是一个最初用于Unix操作系统的命令行工具.在给出文件列表或标准输入后,grep会对匹配一个或多个正则表达式的文本进行搜索,并只输出匹配(或者不匹配)的行或文本.用法:grep[option]‘PATTERN‘file...--color=auto常用选项[option]:-v:反向匹配,显示不..
分类:
其他好文 时间:
2014-07-02 15:59:54
阅读次数:
390
--mysql阅读收录-----------------2014/07/02# 复制相关:1. 解释基于语句的复制中怎样处理functions,triggers,events和auto_increment键Statement based replication with Stored Functio...
分类:
数据库 时间:
2014-07-02 15:11:08
阅读次数:
187
<iframesrc="System/Module_Query.aspx"noresize="noresize"marginwidth="0"marginheight="0"scrolling="auto"frameborder="0"width="100%"height="100%"></iframe>
分类:
其他好文 时间:
2014-07-02 11:54:35
阅读次数:
215
今天接到朋友数据库一个case,在DBCA建库时,把自动收集统计信息的选项去掉了,数据库运行半年没有收集过统计信息,现在要启用方法如下:
exec DBMS_AUTO_TASK_ADMIN.ENABLE();
exec DBMS_AUTO_TASK_ADMIN.ENABLE(client_name => 'auto optimizer stats collection',ope...
分类:
数据库 时间:
2014-07-02 07:31:51
阅读次数:
248