给Eclipse安装PyDev插件启用Eclipse————如果前面的步骤都正确无误的话,那么Eclipse就该能够正常启动了。第一次启动会让你选择一个工作空间,按缺省设置,勾选一下不再提醒,就可以了。在Help菜单中,选择Install
New Software···,选择Add按钮,Name:P...
分类:
其他好文 时间:
2014-05-10 08:42:11
阅读次数:
450
sys.databases显示所有数据库信息sys.tables显示当前数据库所有的表的信息Go向
SQL Server 实用工具发出一批 Transact-SQL 语句已结束的信号,Go本身不是T-SQL语句sq_addrole 等等SQL
Server系统存储过程以字符 sp_ 开头。EXEC或...
分类:
数据库 时间:
2014-05-10 01:36:26
阅读次数:
454
2014/5/41.date--->显示日期的指令 date
--help---->得到相关帮助,其他的指令也可这样操作2.cal---->显示日历的指令3.bc----->简单好用的计算器4.sync--->数据同步写入磁盘5.fsck--->文件系统检查指令 fsck
/dev/sda76.ch...
分类:
系统相关 时间:
2014-05-10 01:29:59
阅读次数:
269
一、Nginx安装:采取手动编译安装对多种重要的选项进行配置安装前提:常用工具和库,GCC
PCRE(Rewrite模块需要) pcre-devel(源码) zlib zlib-devel(源码) OpenSSL
openssl-devel(源码)配置选项./configure --help列出有效...
分类:
其他好文 时间:
2014-05-09 17:02:14
阅读次数:
488
一 、报错Dynamic Performance Tables not
accessible,Automatic Statistics disabled for this sessionYou can disable
statistics in the preference menu, or obt...
分类:
数据库 时间:
2014-05-09 16:39:54
阅读次数:
467
#登录数据库mysql -hlocalhost -uroot -p;#修改密码mysqladmin
-uroot -pold password new; #显示数据库show databases;#显示数据表show tables;#选择数据库use
examples;#创建数据库并设置编码utf....
分类:
数据库 时间:
2014-05-09 12:19:39
阅读次数:
589
IntroductionThis document provides instructions
for integrating Openfire authentication, users, and groups with your custom
database tables. This is u...
分类:
数据库 时间:
2014-05-05 12:46:39
阅读次数:
672
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
非常简便的方法汉化Apatana,以前在某个前端那看来的。点击 “Help” >
“Install New Software”;在弹出的“install”窗口中的“Work
With”的输入框中填入下面的网址:http://archive.eclipse.org/technology/babel/u...
分类:
其他好文 时间:
2014-05-05 09:50:58
阅读次数:
471
在memory.c里面有这么一段代码。为了其中的一句话,让我内牛满面啊!
dir = (unsigned long *) ((from>>20) & 0xffc)
int free_page_tables(unsigned long from,unsigned long size)
{
unsigned long *pg_table;
unsigned long...
分类:
系统相关 时间:
2014-05-04 18:22:41
阅读次数:
459