摘要:
http://t.zoukankan.com/gugia-p-5006460.html 阅读全文
摘要:
https://github.com/rabbitmq/rabbitmq-server/releases 阅读全文
摘要:
-- -- Author: -- Create date: -- Description: <游标模板> -- --定义变量 DECLARE @databaseName VARCHAR(100) --定义游标 DECLARE @itemCur CURSOR --设置游标从某个结果集中开始移动读取记录 阅读全文
摘要:
<script language="javascript"> //禁止按键F5 document.onkeydown = function(e){ e = window.event || e; var keycode = e.keyCode || e.which; if( keycode = 116 阅读全文
摘要:
protected void Application_Start() { //读取程序集的配置文件 string assemblyConfigFile = Assembly.GetEntryAssembly().Location; string appDomainConfigFile = AppDomain.CurrentDomain.SetupInformation.Configu... 阅读全文
摘要:
地址 https://zhuanlan.zhihu.com/p/38812738 京东 http://link.zhihu.com/?target=https%3A//github.com/NervJS/taro 阅读全文
摘要:
示例 sqlserver: update a set a.name=b.name,a.value=b.value from table1 a,table2 b where b.id='id2' and a.id=b.id Oracle: update table1 a set name=(selec 阅读全文
摘要:
非常好的web弹出层框架 -- layer 阅读全文
摘要:
<p> <script type="text/javascript">// <![CDATA[ // 获取当前时间戳(以s为单位) var timestamp = Date.parse(new Date()); timestamp = timestamp / 1000; //当前时间戳为:14031 阅读全文