Background Hugo Heavy is happy. After the breakdown of the Cargolifter project he can now expand business. But he needs a clever man who tells him whe ...
分类:
其他好文 时间:
2017-03-11 21:34:57
阅读次数:
237
expand 用于将文件的制表符【TAB】转换为空格,将结果显示到标准输出设备 语法 选项 参数 file:指定要转换制表符为空格的文件 ...
分类:
系统相关 时间:
2017-02-03 10:32:26
阅读次数:
145
昨天微软更新的补丁对lsass服务中的一处拒绝服务漏洞进行了修补,由于是远程拒绝服务漏洞遂决定看看(毕竟这种类型的这十几年也没出几个)。补丁解压之后可以发现这次更新修改了大量的dll(可以用expand.exe,原因么,用了就知道哈哈),lsass.exe本身没有修改 可能是运气好吧,我当时直接选了 ...
分类:
其他好文 时间:
2017-01-13 00:07:53
阅读次数:
480
使用ruby自带的webrick可以非常方便地实现一个web服务器。webrick.rb基本代码如下:#!/usr/bin/envruby
require‘webrick‘
root=File.expand_path‘html‘
server=WEBrick::HTTPServer.new:Port=>8000,:DocumentRoot=>root
trap‘INT‘doserver.shutdownend
server.start使..
分类:
Web程序 时间:
2017-01-12 16:09:22
阅读次数:
136
下载后treetable插件后只需要保留jquery.treetable.css样式文件,jquery.treetable.theme.default.css皮肤文件和jquery.treetable.js库,在页面上引用后初始化 $("#treeTable").treetable({ expand ...
分类:
Web程序 时间:
2016-12-19 00:01:35
阅读次数:
264
#replace '' to np.nan dataframe.iloc[:,0].str.split(',',expand=True).replace('',np.nan) ...
分类:
其他好文 时间:
2016-12-13 16:13:41
阅读次数:
607
nose_parameterized使unitTest支持参数化 GIT https://github.com/wolever/nose-parameterized And @parameterized.expand can be used to generate test methods in s ...
分类:
编程语言 时间:
2016-12-13 15:38:25
阅读次数:
855
UI中 tree Checkbox 组件 在官方文档中提供的oncheck事件中只能够获取当前点击的权限值,而无法获取其他选中的值 <ul class="tree treeFolder treeCheck expand" oncheck="kkk"><li><a >框架面板</a><ul><li>< ...
分类:
其他好文 时间:
2016-12-12 14:00:41
阅读次数:
400
Windows6.1-KB2731771-x64.msu提示此更新不适用于您的计算机ie10ie11安装失败1,C盘新建update文件夹,把Windows6.1-KB2731771-x64.msu拷贝到此文件夹下2,cmd下输入:expand–F:*C:\update\Windows6.1-KB2731771-x64.msuC:\update\3,在输入:dism.exe/online/Add-Package/Pa..
分类:
Windows程序 时间:
2016-12-03 16:03:45
阅读次数:
2545
http://vim.wikia.com/wiki/VimTip432 command! Copyfile let @*=substitute(expand("%:p"), '/', '\', 'g')command! Copyfile let @+=substitute(expand("%:p") ...