04 2019 档案
摘要:Description A valid parentheses string is either empty , , or , where and are valid parentheses strings, and represents string concatenation. For exam
阅读全文
摘要:clipboard.js是一个用来设置剪切板的库,小巧无依赖,但用法有点诡异,必须依赖一个DOM元素 据作者说,由于浏览器相关安全策略的缘故,无法使用下面这种方式来设置剪切板 必须要与一个DOM元素相关联,并且需要用户的点击操作才能实现功能(这样看来,浏览器还是挺安全的) 普通使用推荐下面这种用法,
阅读全文
摘要:Description Given an array with integers, your task is to check if it could become non decreasing by modifying at most element. We define an array is
阅读全文