Top 6 Refactoring Patterns to Help You Score 80% in Code QualityPosted byAjitesh Kumar /InCode Review,Software Quality /January 31, 2014Have done seve...
分类:
其他好文 时间:
2014-09-02 10:25:24
阅读次数:
363
Posted byAjitesh Kumar /InFreshers,Software Quality /February 1, 2014Following is one very popular image which has been used to represent time and aga...
分类:
其他好文 时间:
2014-09-02 10:23:34
阅读次数:
278
select?count(*)?>?1?from
(
SELECT?COLUMN_NAME,?DATA_TYPE,?IS_NULLABLE,?COLUMN_DEFAULT
FROM
???INFORMATION_SCHEMA.COLUMNS
WHERE
???table_name?=?‘test‘
???AND?table_schema?=?‘te...
分类:
数据库 时间:
2014-09-02 07:58:34
阅读次数:
218
Introduction to "procfs"
Introduction from wiki:
procfs (or
the proc filesystem) is a special filesystem in UNIX-like operating
systems that presents information about proces...
分类:
其他好文 时间:
2014-09-01 17:45:43
阅读次数:
274
Internet Information Services(IIS,互联网信息服务),是由微软公司提供的基于运行Microsoft Windows的互联网基本服务。最初是Windows NT版本的可选包,随后内置在Windows 2000、Windows XP Professional和Window...
IIS打开页面报500错误aspnet_regiis.exe -i 报 “此操作系统版本不支持此选项”决解方法:控制面板 - 程序和功能 - 启动或关闭windows功能 - Internet Information services - 万维网服务 - 应用程序开发功能勾选:1、ASP.NET 3...
今天手动kill掉hive thrive进程,jps出现了“-- process information unavailable”,很怪异。。。问题解决:进入tmp目录, 删除该目录下名称为hsperfdata_{username}的文件夹然后jps,世界清静了。
分类:
其他好文 时间:
2014-09-01 13:50:13
阅读次数:
223
MySQL中约束保存在information_schema数据库的table_constraints中,可以通过该表查询约束信息; 约束主要完成对数据的检验,保证数据库数据的完整性;如果有相互依赖数据,保证该数据不被删除。 常用五类约束:not null:非空约束,指定某列不为空 unique: 唯...
分类:
数据库 时间:
2014-08-31 20:03:01
阅读次数:
242
原文链接感谢作者原始版本:http://www.w3.org/QA/2002/04/Web-Quality翻译:Shanghai.ws声明:原始版本(英文版)是唯一的官方版本。中文(简体)版本是根据W3C网站上的文件翻译的,可能存在某些错误。翻译不保证译文完全准确。请您自己承担风险。我的网站是标准的...
分类:
Web程序 时间:
2014-08-31 14:30:21
阅读次数:
356