上一页 1 ··· 17 18 19 20 21
摘要: 参考: https://itnext.io/delegates-anonymous-methods-and-lambda-expressions-5ea4e56bbd05 阅读全文
posted @ 2019-08-07 09:56 wolbo 阅读(128) 评论(0) 推荐(0)
摘要: 不可否认搜狗输入法是非常好用的,还支持linux 但是,它弹广告 干他! 1 打开任务管理器 发现是SohuNews.exe 这个进程 2 从名称上看就单纯是个广告程序,应该不影响主要功能 3 删掉他,第二天又回来了 电脑是我的 夺回控制权 上面分析了这个文件可有可无 如果删掉会重建 那就弄个空文件 阅读全文
posted @ 2019-08-06 09:03 wolbo 阅读(866) 评论(0) 推荐(1)
摘要: 1 在脚本前面增加下面这行就可以了 %1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 ::","","runas",1)(window.close)&&exit 2 %~s0 等符号 阅读全文
posted @ 2019-08-03 18:41 wolbo 阅读(3028) 评论(0) 推荐(0)
摘要: 参考: https://github.com/angular/angular/issues/2042 阅读全文
posted @ 2019-08-02 11:34 wolbo 阅读(423) 评论(0) 推荐(0)
摘要: 之前sql用的少 竟然不知道这个小技巧 1 将要查询的列 添加到group by后面(会影响查询结果) 2 使用聚合函数如 max 阅读全文
posted @ 2019-08-01 20:21 wolbo 阅读(1783) 评论(0) 推荐(0)
摘要: Angular的viewchild在使用的时候报错 undefined 1 检查是否在元素上打上标识 #xxx 2 查看引用元素时的时机 是否在AfterViewInit之后 3 检查元素是否在*ngIf="false"之内 参考: 1 https://stackoverflow.com/quest 阅读全文
posted @ 2019-07-31 14:25 wolbo 阅读(1338) 评论(0) 推荐(0)
摘要: 以数组删除元素为例 javascript数组删除一般是这样 1 const idx = selectedIDs.findIndex(x => x deSelected); 2 selectedIDs.splice(idx, 1); 或者 const deleteId='xxxx';const sel 阅读全文
posted @ 2019-07-30 18:03 wolbo 阅读(7628) 评论(0) 推荐(1)
摘要: 辞职在家休息,买了台新电脑,装个虚拟机,安装visual studio, android studio, qt, everything, noptepad++,hbuilder,ditto,xx-net这些神器之后装了vmware station 14 装了ubuntu18.04 用的过程中发现不能 阅读全文
posted @ 2018-08-08 09:33 wolbo 阅读(4140) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21