https://github.com/billryan/algorithm-exercise Part I - Basics Basic Data Structure string: s2.index('w') # return 5, if not found, throw ValueErrors2 ...
分类:
其他好文 时间:
2017-02-24 22:29:28
阅读次数:
220
Windows Server2016正式发布已经有一段时间了。无可厚非,原生Docker的支持是这个版本一个非常大的亮点。 Windows Container 的安装在网上有很多教程,我这里不过多的描述,可以参考: https://docs.microsoft.com/zh-cn/virtualiz ...
心血来潮,简单的测试一下Powershell的IE自动化。图像界面:访问一个内部的https网页,首先会弹出一个ssl信任证书的警告页面,点击确认之后进入登录界面,输入用户名和密码点击登录。代码如下:#输入url,用户名和密码
$Url="https://10.2.1.18/admin/login.jsp”
$Username=”..
分类:
系统相关 时间:
2017-02-24 20:08:25
阅读次数:
253
安装依赖开发包yuminstallreadline-develyuminstall*argparse*wgethttps://www.python.org/ftp/python/2.7.6/Python2.7.6.tgzipython下载地址https://github.com/ipython/ipython/releases/download/rel-2.1.0/ipython-2.1.0.tar.gz编译安装python2.7.6[root@bogon~]#tar-xfpyt..
分类:
编程语言 时间:
2017-02-24 19:55:35
阅读次数:
357
半路出家直接上手React,其实有点吃力,所以开始研究create-react-app,从这里下手吧。 create-react-app 官方网站:https://github.com/facebookincubator/create-react-app 然后下面有教程,但是js水平还停留在只会用用 ...
分类:
其他好文 时间:
2017-02-24 19:38:40
阅读次数:
228
https://leetcode.com/problems/remove-duplicate-letters/?tab=Description 看了Discuss的解答。是用了递归,先找出第一个字符,然后去掉这个字符并且递归。 但是如果只有26个字母,其实是不是可以这样。 先遍历一遍,看到各个字母出 ...
分类:
其他好文 时间:
2017-02-24 19:36:12
阅读次数:
256
今天整合存储过程的脚本时,看到如下语句: sp_procxmode P_InitTaskByCond, anymodeGO 于是查询了一下【sp_procxmode】 的一些简单介绍,进行记录一下:整理中 https://www.google.com.hk/search?newwindow=1&sa ...
分类:
数据库 时间:
2017-02-24 19:29:54
阅读次数:
367
https://blog.insanecoder.top/tcp-packet-splice-and-split-issue/ ...
分类:
编程语言 时间:
2017-02-24 19:26:16
阅读次数:
174
原题链接在这里:https://leetcode.com/problems/insert-delete-getrandom-o1/?tab=Description 题目: Design a data structure that supports all following operations i ...
分类:
其他好文 时间:
2017-02-24 19:25:45
阅读次数:
244
作者:董可人链接:https://www.zhihu.com/question/20215561/answer/40250050来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 你可以把 WebSocket 看成是 HTTP 协议为了支持长连接所打的一个大补丁,它和 H ...
分类:
Web程序 时间:
2017-02-24 19:24:59
阅读次数:
218