How to use Virstalbox to share files with Linux and Windows, and to move the mouse in and out Virtualbox freely without click Ctrl key, herewith what I have done to achieve both. 1, download 'VBoxGuestAdditions_4.3.12.iso' 2, in RH Linux of Virtualbo…
一,引言 Azure File Share 是支持两种认证方式的! 1)Active Directory 2)Storage account key 记得上次分析的 "Azure File Storage(一)为本地机器配置网络磁盘"  是通过 "Storage account key" 对 Azure File Share 进行验证的.以及上一篇文章 "Azure AD Domain Service(一)将 Azure VM 实例添加到域服务里"…
http://vim.wikia.com/wiki/VimTip432 command! Copyfile let @*=substitute(expand("%:p"), '/', '\', 'g')command! Copyfile let @+=substitute(expand("%:p"), '/', '\', 'g')This copies the entire path and filename of the current file (with an…
I was trying out various virtualization solutions on Windows 7, including Microsoft Virtual PC and VirtualBox. I booted a VM in Virtual PC and felt that it wasn't good enough, so later I installed VirtualBox. But when I was about to launch the VM, I…
sqlmap自动注入 Enumeration[数据枚举] --privileges -U username[CU 当前账号] -D dvwa -T users -C user --columns  [指定数据库,表,列] --exclude-sysdbs [排除系统层的库] ******************************************************************************* #查具体数据 [前提:当前数据库用户有权读取informatio…
I’ve always been frustrated in Visual Studio (all versions I can remember including latest vs2012) with not being able to look at the top of a file and edit the bottom.  Recently, on an Microsoft insiders list I participate in, someone posted that ex…
virtualbox 4.3.10 不能mount共享文件夹,这是一个bug,参考如下链接 https://www.virtualbox.org/ticket/12879 执行以下命令即可:sudo ln -s /opt/VBoxGuestAdditions-4.3.10/lib/VBoxGuestAdditions /usr/lib/VBoxGuestAdditions…
环境:环境是内网windows,传入路径的时候不带盘符,并且服务器的win10也不是超级管理员账户 关于File类的mkdirs()远程访问创建不了文件和路径的问题. 如果浏览器操作者是windows是超级管理员账户,如果没有盘符情况下取得默认是servlet服务器所在的盘符然后创建文件夹:如果浏览器操作者不是超级管理员账户,那么久不能创建文件夹,带上盘符可是可以的! 关于File的构造方法的几点认识: 1.File对象实例化对外提供了四种构造方法: // 1. 通过指定文件路径实例化 File…
顺便记一下,'rba'模式是非法的...…
when you install windows 7 OS, the system ask for you enter username and password, then you have not enter any infomation.and press "shift + F10" popup dos windows,finally you enter below dos commad ROBOCOPY "C:\Users" "D:\Users&q…