码迷,mamicode.com
首页 >  
搜索关键字:mikrotik routeros wifi guest password    ( 16748个结果
用虚拟机(vmware)方式安装routeros,winbox
RouterOS 5.20 ISO 光盘镜像完美破解版下载地址:》》》》 http://download.csdn.net/detail/xubangwen2009/7523237准备一块硬盘,用来安装ros。将硬盘挂到xp机器上,启动后安装虚拟机。一:建立虚拟机:1,选择其他--other。2,选...
分类:Windows程序   时间:2014-06-28 16:51:22    阅读次数:373
PatentTips - Method for guest operating system integrity validation
BACKGROUNDThe embodiments relate to guest operating system integrity validation, and more particularly to guest operating system integrity validation ...
分类:其他好文   时间:2014-06-28 14:48:05    阅读次数:300
PatentTips - Emulating a host architecture in guest firmware
BACKGROUNDThe inventive subject matter relates generally to guest firmware systems, and more particularly to systems and methods for emulating a host ...
分类:其他好文   时间:2014-06-28 14:14:36    阅读次数:317
Oracle- 用户管理
Oracle一个数据库里可以分配多个用户,用户创建自己的表,自己创建的表如果不想分配给其他用户使用,其他用户是看不到自己的创建的表的。用户管理: 创建用户: create user chunxiao identified by 123456 修改密码: password chunxaio /...
分类:数据库   时间:2014-06-28 13:26:54    阅读次数:319
PHP连接MySQL
[root@linux ~]# mysql -u root -p 123456Enter password: ERROR 1049 (42000): Unknown database '123456'[root@linux ~]# mysql -u root -p Enter password: W...
分类:数据库   时间:2014-06-28 10:55:09    阅读次数:254
3、ns-3模拟基本流程
使用ns-3进行网络仿真时,一般经过一下4个步骤:l 选择或开发相应模块。l 编写网络仿真脚本:C++或者Python。编写脚本过程:生成节点(如网卡、应用程序、协议栈等),安装网络设备(如CSMA、WiFi),安装协议栈:ns-3一般是TCP/IP协议栈,安装应用层协议,其他配置(如节点是否要移动...
分类:其他好文   时间:2014-06-24 10:44:19    阅读次数:183
从”茄子快传”看应用程序如何获取手机已安装程序的apk文件
”茄子快传”是联想开发的一款近距离文件共享软件,它通过wifi-direct(速度飞快,不需要联网)或者普通的网络(速度慢)在不同手机间传递文件。其中,共享传输已安装程序文件apk这一功能引起我了强烈的兴趣。于是我开始分析它的具体实现,我们知道普通程序是没有权限访问/data/app目录的权限的,它是怎么获取到apk文件的呢?...
分类:移动开发   时间:2014-06-22 21:45:17    阅读次数:318
jsp连接数据库大全
一、jsp连接Oracle8/8i/9i数据库(用thin模式)  testoracle.jsp如下:          String url="jdbc:oracle:thin:@localhost:1521:orcl";  //orcl为你的数据库的SID  String user="scott";  String password="tiger";  ...
分类:数据库   时间:2014-06-22 20:53:39    阅读次数:220
Linux下挂载Windows共享目录
$ sudo mount.cifs //windows-ip/shared  /media/ -o user=username password=password 该命令挂载Windows下的shared共享目录到本地/media目录下. Windows的用户名是username, 密码是password (作相应的修改) 这里的CIFS(Common Internet File Syste...
分类:Windows程序   时间:2014-06-21 23:47:31    阅读次数:428
nova compute enable password injection and filesystem resize
root@OpenstackIcehouse2:~# cat /etc/nova/nova-compute.conf [DEFAULT] compute_driver=libvirt.LibvirtDriver [libvirt] virt_type=qemu libvirt_inject_part...
分类:其他好文   时间:2014-06-21 16:38:02    阅读次数:580
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!