1,如果你使用composer来安装的话,执行下边两条命令。 composer global require "fxp/composer-asset-plugin:^1.2.0" composer create-project --prefer-dist yiisoft/yii2-app-advan ...
分类:
其他好文 时间:
2017-02-15 10:56:09
阅读次数:
160
Easy Go Programming Setup for Windows Dec 23, 2014 Easy Go Programming Setup for Windows I’ve had to do this more than once recently, so I figured I’d ...
分类:
其他好文 时间:
2017-02-05 17:57:28
阅读次数:
204
解析:由以下几个例子我们说明sizeof和strlen之间的区别。第1个例子: sizeof(ss)结果为4,ss是指向字符串常量的字符指针。sizeof(*ss)结果为1,*ss是第一个字符。第2个例子: sizeof(ss)结果为11,ss是数组,计算到“\0”位置,因此是(10+1)。size ...
分类:
其他好文 时间:
2017-02-05 12:20:41
阅读次数:
138
sp_configure 'show advanced options', 1; GO RECONFIGURE WITH OVERRIDE; GO sp_configure 'Agent XPs', 1; GO RECONFIGURE WITH OVERRIDE GO sp_configure 's ...
分类:
数据库 时间:
2017-01-30 15:37:17
阅读次数:
193
一、安装 yii2 1、下载高级应用程序模板 下载地址:http://www.yiichina.com/download, 下载Yii2 的高级应用程序模板 解压后将文件夹放在你的 apache 运行目录下 2、新建数据库 advanced,然后新建 user 用户表 配置数据库文件 advance ...
分类:
其他好文 时间:
2017-01-27 07:12:42
阅读次数:
2796
GDAL is a useful command line tool to process spatial data, if you haven’t heard of the tool before some examples of what it can do are: Create contou ...
分类:
编程语言 时间:
2017-01-09 12:59:51
阅读次数:
547
桌面冰球游戏说明 桌面冰球游戏中使用的类与对象说明 Ball 类: class Ball:public QGraphicsItem 成员属性: Speed:速度 Angle:运动方向 Ratio:图形比例 Radius:球的半径 操作属性: Advance:根据单位采样时间前进; xvel =spe ...
分类:
其他好文 时间:
2017-01-04 07:18:02
阅读次数:
478
1.Kipf, Thomas N., and Max Welling. "Semi-supervised classification with graph convolutional networks." arXiv preprint arXiv:1609.02907 (2016). 2.Deff ...
分类:
其他好文 时间:
2016-12-24 17:25:40
阅读次数:
226
Asynchronous Clocks :两个时钟不知道他们之间的相位关系 In most cases, primary clocks can be treated as asynchronous. When associated with their respective generated cl ...
分类:
其他好文 时间:
2016-12-19 08:20:01
阅读次数:
165
zabbix作为运维邻域不可缺少的一员,它的各种文档可是数不胜数啊,但是关于配置文件的解释与说明就有点少。这里列出zabbix配置文件篇之zabbix_server。 Zabbix Server端配置文件说明 # This is a configuration file for Zabbix Ser ...
分类:
其他好文 时间:
2016-12-11 12:16:00
阅读次数:
290