1、当webstrom 热更新不灵活时,在“File” >> "Settings" >> "Appearance & Behavior" >> "system settings"中,勾掉synchornization以下的最后一项即可(禁止自动保存); 2、npm run build之后文件引入的路 ...
分类:
其他好文 时间:
2018-04-24 17:50:55
阅读次数:
211
Yii2.0中的一个思想就是组件化的思想,所以、大多数的类都直接或间接的继承自yii\base\Component,而组件的三大功能:属性、事件、行为。 行为的目的是为了方便的扩展一个类的功能,而不需要直接去修改这个类,同时行为中也附带了事件的实现。 1、整体的结构 Controller和模型Act ...
分类:
其他好文 时间:
2018-04-23 19:59:29
阅读次数:
178
一、UI 1、安装插件Background Image Plus,自定义编辑器背景, 2、主题:Appearance&Behavior -> Appearance -> UI Options:theme 修改为Darcula 3、字体:Editor -> Font : Font:Monaco ,Si ...
分类:
其他好文 时间:
2018-04-17 11:37:37
阅读次数:
133
func main() { //生成client 参数为默认 client := &http.Client{} //生成要访问的url url := "https://api.XXXXX.com/v2/users/XXXX/behavior?$user_id=XXXX" //提交请求 reqest,... ...
分类:
编程语言 时间:
2018-04-11 18:11:02
阅读次数:
627
user purchase behavior: 参考网址: online shopping frequent https://www.bigcommerce.com/blog/ecommerce-trends/ https://founderu.selz.com/40-online-shopping ...
分类:
其他好文 时间:
2018-04-05 11:32:51
阅读次数:
137
Talk is cheap~ Let's do this! 配色效果图: 在网上搜了一大圈,没有能看的一清二楚的,注意本次Pycharm版本是2018.1,如果是别的版本,基本设置也是大同小异~ 看图说话: 1. File Setting Apperance & Behavior Theme: Da ...
分类:
其他好文 时间:
2018-04-03 23:59:06
阅读次数:
1319
https://www.ardanlabs.com/blog/2017/10/the-behavior-of-channels.html Introduction When I started to work with Go’s channels for the first time, I made ...
分类:
编程语言 时间:
2018-04-02 20:02:47
阅读次数:
173
◎ direction表示滚动的方向,值可以是left,right,up,down,默认为left ◎ behavior表示滚动的方式,值可以是scroll(连续滚动)slide(滑动一次)alternate(往返滚动) ◎ loop表示循环的次数,值是正整数,默认为无限循环 ◎ scrollamo ...
分类:
其他好文 时间:
2018-03-29 12:00:16
阅读次数:
277
v- 前缀作为一种视觉提示,用来识别模板中 Vue 特定的特性。当你在使用 Vue.js 为现有标签添加动态行为 (dynamic behavior) 时,v- 前缀很有帮助,然而,对于一些频繁用到的指令来说,就会感到使用繁琐。同时,在构建由 Vue.js 管理所有模板的单页面应用程序 (SPA - ...
分类:
其他好文 时间:
2018-03-19 10:56:48
阅读次数:
150
1、去掉“自动保存功能” pycharm默认是自动保存的,习惯自己按 ctrl + s 的可以进行如下设置: 菜单File -> Settings... -> Appearance & Behavior -> System Settings 去掉以下2个选项的选中 Synchronize files ...
分类:
其他好文 时间:
2018-03-15 21:08:47
阅读次数:
206