前两节我们介绍了vmrc sdk的基本用法。在前面的demo中,有一个关键的问题是,我们现在所作的工作都是基于局域网的,作为应用层面上,主机不会直接暴露给用户,而是通过一系列的web service服务分配内网主机资源。那么我们这里可以做的是公网私网端口映射。这里我们用一个port mapping来...
分类:
其他好文 时间:
2014-06-25 18:22:45
阅读次数:
313
ndk中包含了stl对应的库,在$(NKD_HOME)/sources/cxx-stl/stlport/stlport有关Android NDK的C++ STL开发相关总结如下:从Android NDK r5开始支持了STL Port,在这个版本开始就可以使用部分STL库的功能了,比如说vector...
分类:
移动开发 时间:
2014-06-25 15:25:39
阅读次数:
183
Restart IIS: run "iisreset" commandcheck port usage: netstat -anoHow to set up SSL in IISHow to set up a HTTPS service in IISHow to trust IIS Express ...
分类:
其他好文 时间:
2014-06-25 11:55:38
阅读次数:
172
a little riak book 的无聊总结
#!/bin/bash
# Riak HTTP interface stays true to their intent: 1xx Informational, 2xx Success,
# 3xx Further Action, 4xx Client Error, 5xx Server Error
### put
PORT=10...
分类:
其他好文 时间:
2014-06-25 08:22:11
阅读次数:
178
我们来看Interfaces ofport: OpenFlow port number for this interface. type: system: An ordinary network device, e.g. eth0 on Linux. internal: A simulated ne...
分类:
其他好文 时间:
2014-06-24 12:23:51
阅读次数:
316
一个菜鸟朋友,突然问了我这个问题...现在稍稍有点时间,就写了一个简单的例子给他,顺便贴上来
服务器端:
<?php
/**
* @author 邹颢 zouhao619@gmail.com
*/
class SocketServer{
private $_port='9000';
private $_address='127.0.0.1';
private $_client_soc...
分类:
Web程序 时间:
2014-06-22 19:54:29
阅读次数:
297
下载安装
下载地址
修改默认端口:
home\conf\nexus.properties
# Sonatype Nexus
# ==============
# This is the most basic configuration of Nexus.
# Jetty section
application-port=9080
applica...
分类:
其他好文 时间:
2014-06-22 19:28:44
阅读次数:
275
en
conf t
vlan id
end
conf t
inter rang gi 0/0/1-x
switchport access vlan id
no shutdown
exit
(config)#interface range gigabitEthernet 1/0/23-24
(config-if-range)#switchport mode trunk
(con...
分类:
其他好文 时间:
2014-06-22 14:12:59
阅读次数:
421
随时修改: 1 [mysqld] 2 #basedir= 3 datadir=/var/lib/mysql 4 #mysql.default_port=3306 5 #mysql.default_socket=/tmp/mysql.sock 6 socket=/var/lib/mysql/mysql...
分类:
数据库 时间:
2014-06-22 10:53:32
阅读次数:
277
#在下载好的django路径下执行django的安装#https://pypi.python.org/pypi/Django/1.6.4python3setup.pyinstall##新建django项目django-admin.pystartprojectmysite##运行django项目python3manage.pyrunserver[port]##创建一个apppython3manage.pystartappappname##模型定义特殊..
分类:
其他好文 时间:
2014-06-21 19:05:23
阅读次数:
348