摘要: Reverse Bits Reverse bits of a given 32 bits unsigned integer. For example, given input 43261596 (represented in binary as 000000101001010000011110100 阅读全文
posted @ 2018-05-11 15:53 羽翼时空 阅读(676) 评论(0) 推荐(0) 编辑
摘要: Approach #1 (Loop and Flip) [Accepted] Algorithm The solution is straight-forward. We check each of the 3232 bits of the number. If the bit is 11, we 阅读全文
posted @ 2018-05-10 11:44 羽翼时空 阅读(450) 评论(0) 推荐(0) 编辑
摘要: let m=3;let n=5; Array.from() 方法从一个类似数组或可迭代对象中创建一个新的数组实例 let dp = Array.from({length:m+1},x=>Array.from({length:n+1}, y=>0)); Array()调用构造函数创建数据 通过map创 阅读全文
posted @ 2018-09-13 13:02 羽翼时空 阅读(8009) 评论(0) 推荐(0) 编辑
摘要: select t.returnedgoods from t_logicom_service t where instr(',1,2,5,7,',','||t.returnedgoods||',')>0; 阅读全文
posted @ 2017-10-18 11:20 羽翼时空 阅读(244) 评论(0) 推荐(0) 编辑
摘要: update table_complaint t set t.cptdatetime = nvl2(t.cptdatetime, '', to_char(to_date(t.cptdatetime, 'yyyy-mm-dd hh24:mi:ss') - 2)) where t.cpintid = ' 阅读全文
posted @ 2017-05-18 16:47 羽翼时空 阅读(5475) 评论(0) 推荐(0) 编辑
摘要: 问题: 1.在运筹学中什么样的解决方案是最优的 2.线性代数解决的是什么问题? 3.运筹学与线性代数的关系? 4.如何使用matlab 解决运筹学中的问题? 阅读全文
posted @ 2017-04-07 08:10 羽翼时空 阅读(393) 评论(0) 推荐(0) 编辑
摘要: 项目开发失败问题总结 阅读全文
posted @ 2017-04-06 10:42 羽翼时空 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 筛选符合条件的数据后,如何做数据源,绑定repeater 阅读全文
posted @ 2017-02-27 16:55 羽翼时空 阅读(223) 评论(0) 推荐(0) 编辑
摘要: (1) html <button id="btn_OrderTime" type="button" class="btn btn-mini btn-img" onclick="orderByOrderTime()"> 收藏时间 <i class="icon-down"></i> </button> 阅读全文
posted @ 2016-12-22 08:24 羽翼时空 阅读(1656) 评论(0) 推荐(0) 编辑
摘要: asp:TextBox 设置为多行文本框显示 阅读全文
posted @ 2016-12-21 10:18 羽翼时空 阅读(11715) 评论(0) 推荐(0) 编辑