1、下载安装包 https://dev.mysql.com/downloads/file/?id=469273 2、解压安装包 3、以管理员身份运行cmd命令 4、进入bin目录 5、执行"mysqld --initialize"初始化data目录 6、执行"mysqld install" 7、"执 ...
分类:
数据库 时间:
2017-04-25 16:58:54
阅读次数:
216
备注:无论有没有安装 apb zero模块,都可以使用本文的跨域 首先配置Web Api: 1. 在Web API项目下,安装包 Install-Package Microsoft.AspNet.WebApi.Cors 2. 然后在 WebApiModule 的方法Initialize中,添加下面代... ...
分类:
Windows程序 时间:
2017-04-25 13:16:35
阅读次数:
1023
1.添加依赖: compile 'com.yanzhenjie.nohttp:nohttp:1.1.1' 2.注册初始化 NoHttp.initialize(this); Logger.setDebug(true);// 开启NoHttp的调试模式, 配置后可看到请求过程、日志和错误信息。上线后改为 ...
分类:
Web程序 时间:
2017-04-24 21:19:08
阅读次数:
594
一. +load源码分析extern bool hasLoadMethods(const headerType *mhdr);
extern void prepare_load_methods(con...
分类:
移动开发 时间:
2017-04-24 17:48:10
阅读次数:
203
PO 即Persistence Object VO 即Value Object PO 和VO 是Hibernate 中两个比较关键的概念。 首先,何谓VO,很简单,VO 就是一个简单的值对象。 如: TUser user = new TUser(); user.setName("Emma"); 这里 ...
分类:
Web程序 时间:
2017-04-19 13:01:42
阅读次数:
424
1.安装git,可从 http://www.bootcss.com/p/git-guide/下载git2.在github上创建仓库,注意不勾选Initialize this repository with a README 3.创建SSH公钥,参考http://www.cnblogs.com/cal ...
分类:
Web程序 时间:
2017-04-18 18:41:00
阅读次数:
461
An exception occured while performing the indexing job : java.io.IOException: Cannot initialize Cluster. Please check your configuration for mapreduce ...
分类:
其他好文 时间:
2017-04-18 12:45:10
阅读次数:
165
1 下载 2 配置,建立.vimrc,写入以下内容 set nocompatible " be iMproved, required filetype off " required " set the runtime path to include Vundle and initialize set ...
分类:
系统相关 时间:
2017-04-16 12:16:05
阅读次数:
237
1.Auth类文件引入 2.写一个公共类AuthInfo,所有要权限认证的类都继承此公共类AuthInfo class AuthInfo extends Controller{ protected function _initialize(){ if(!session("?intel_uid")){ ...
分类:
Web程序 时间:
2017-04-16 10:55:53
阅读次数:
190
Description 定义一个类Data,只有一个double类型的属性和如下4个方法: 1. 缺省构造函数,将属性初始化为0,并输出“Initialize a data 0”。 2. 带参构造函数,将属性初始化为指定参数,并输出“Initialize a data #”,其中“#”即参数值。 2 ...
分类:
其他好文 时间:
2017-04-15 00:05:11
阅读次数:
288