附件:https://pan.baidu.com/s/1ctezAe ...
分类:
移动开发 时间:
2017-02-02 20:57:24
阅读次数:
236
头文件: // // PopAlertDialog.h // macstudycocos2dx // // Created by WangWei on 15/6/8. // // #ifndef __macstudycocos2dx__PopAlertDialog__ #define __macst ...
分类:
其他好文 时间:
2017-01-17 10:58:25
阅读次数:
503
1. 网络最好是桥接方式。我之前用的是“网络地址转换(NAT)”,导致虚拟机里用命令ifconfig得到的ip是10.0.2.15,好奇怪的感觉,然后在真实机上一直连不上。有的说用真机上的网络共享中心的虚拟机ip,我找到的是192.168.56.1,能ping的通,但是连死连不上。哎呀,搞了我大半天 ...
分类:
其他好文 时间:
2017-01-10 18:00:47
阅读次数:
325
1、直接关闭防火墙 systemctl stop firewalld.service; #停止firewall systemctl disable firewalld.service; #禁止firewall开机启动 2、安装并启动 iptables service,以及设置开机自启 yum -y ...
分类:
其他好文 时间:
2017-01-04 14:00:50
阅读次数:
165
Serving Web Content with Spring MVC This guide walks you through the process of creating a "hello world" web site with Spring. What you’ll build You’l ...
分类:
编程语言 时间:
2016-12-30 19:28:34
阅读次数:
497
project(GisFreeMap) set(CMAKE_BUILD_TYPE Debug) find_package(Qt4 REQUIRED QtCore QtGui QtXml) include(${QT_USE_FILE}) include_directories("E:/BaiduYun... ...
分类:
其他好文 时间:
2016-12-26 12:20:30
阅读次数:
481
2016年12月24日 星期六 --出埃及记 Exodus 21:19the one who struck the blow will not be held responsible if the other gets up and walks around outside with his sta ...
分类:
其他好文 时间:
2016-12-25 13:46:37
阅读次数:
228
1) 路由配置传参方式 在配置路由时 例如 "/firewall/authorize/:uid/:uname/:token" 页面url为 http://XXX.com/firewall/authorize/23/zhangman/232454 js 接收方式 this.$route.params. ...
分类:
Web程序 时间:
2016-12-25 07:39:34
阅读次数:
541
期末测试:用某种语言设计一个简易的班级通讯录管理显示各位同学的学号、姓名、练习电话和性别。 (分值10') 方法一:(使用vector)代码如下: // Test.cpp : Defines the entry point for the console application. #include ... ...
分类:
其他好文 时间:
2016-12-23 11:50:23
阅读次数:
184
版本 7 由 Laura Ramsey-Oracle 于 2015-10-19 下午11:46创建,最后由 cj 于 2015-10-22 下午7:44修改。 Installing node-oracledb on Microsoft Windows Bill Christo In this art ...
分类:
数据库 时间:
2016-12-14 16:31:47
阅读次数:
355