1、查询表的所有列及其属性select t.*,c.COMMENTS from
user_tab_columns t,user_col_comments c where t.table_name = c.table_name and
t.column_name = c.column_name and...
分类:
数据库 时间:
2014-05-10 01:37:51
阅读次数:
422
You should initialize most fields normally, not
lazily. If you must initialize a field lazily in order to achieve your
performance goals, or to break ...
分类:
编程语言 时间:
2014-05-09 18:32:56
阅读次数:
497
除了设置windows临时目录权限外,还有一种原因:后来在应用程序池设置中将“加载用户配置文件”(Load User
Profile)设置为true,问题就解决。
分类:
Web程序 时间:
2014-05-09 17:56:55
阅读次数:
492
一、EL简介1.语法结构 ${expression}2.[]与.运算符 EL
提供.和[]两种运算符来存取数据。 当要存取的属性名称中包含一些特殊字符,如.或?等并非字母或数字的符号,就一定要使用 []。例如:
${user.My-Name}应当改为${user[...
分类:
其他好文 时间:
2014-05-09 17:31:54
阅读次数:
270
1.vs2010的配置新建一个工程,在属性管理器中选择Debug|Win64->Microsoft.Cpp.Win64.user->VC++目录。设置包含目录为:D:\MATLAB\R2010a\extern\include(我的matlab装在D盘);设置库目录为:D:\MATLAB\R2010a...
分类:
编程语言 时间:
2014-05-09 17:31:20
阅读次数:
411
mysql -uroot -p 不加封号因为没设密码直接回车俩次进入select user();
查当前用户grant all privileges on *.* to test@"%" identified by ""; 添加一个新用户 mei
mimagrant all pri...
分类:
数据库 时间:
2014-05-09 17:16:50
阅读次数:
374
Please use following command for regist a login
user.net use \\server\folder[password] /user:[username]
分类:
Web程序 时间:
2014-05-09 17:06:29
阅读次数:
390
date: 20140505author: Jin故障背景:早上启动本本
无法启动,报错信息(几个关键)WARNING:Failed to connect to lvmetad: No such file
direct[FAILED]Failed to mount /var/run/user/100...
分类:
其他好文 时间:
2014-05-09 16:47:25
阅读次数:
479
mysql密码丢失后,在mysql命令行下执行如下命令,即可将root用户密码清空:
mysqld_safe --skip-grant-tables&mysql修改密码 mysql修改,可在mysql命令行执行如下: mysql -u
root mysql mysql> UPDATE use...
分类:
数据库 时间:
2014-05-05 10:34:48
阅读次数:
366
中文版显示:Firefox 已经在运行,但是没有响应。如要打开新窗口,您必须先关闭该 Firefox 进程,或者重新启动您的系统。
英文版显示:Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or ...
分类:
系统相关 时间:
2014-05-04 17:44:21
阅读次数:
647