摘要:
INSTALLATION Use one of the following methods to install Package Control: Command Palette Open the command paletteWin/Linux: ctrl+shift+p, Mac: cmd+sh 阅读全文
摘要:
最耗时的sql DECLARE @n INT; SET @n = 500; WITH cte1 AS ( SELECT a.* , t.* FROM sys.dm_exec_query_stats a CROSS APPLY sys.dm_exec_sql_text(a.plan_handle) t 阅读全文
摘要:
pragma solidity ^0.4.19; /** * @title Ownable * @dev The Ownable contract has an owner address, and provides basic authorization control * functions, 阅读全文
摘要:
/** *Submitted for verification at Etherscan.io on 2017-11-28*/ pragma solidity ^0.4.17; /** * @title SafeMath * @dev Math operations with safety chec 阅读全文