一、SpringMVC http://blog.csdn.net/evankaka/article/details/45501811 Spring Web MVC是一种基于Java的实现了Web MVC设计模式的请求驱动类型的轻量级Web框架,即使用了MVC架构模式的思想,将web层进行职责解耦,基 ...
分类:
编程语言 时间:
2018-05-18 11:23:33
阅读次数:
213
1、Manifesto for Agile Software Development 2、TAPD-腾讯敏捷产品研发平台 3、你如何理解敏捷开发? - 知乎 作者:李国柱 精益敏捷/团队成长转型 链接:http://zhihu.com/question/19645396/answer/5738317 ...
分类:
其他好文 时间:
2018-05-16 19:39:05
阅读次数:
191
整理自‘游鱼与渔’的文章http://www.cnblogs.com/first-time/p/6815036.html,建议看原文。 4个核心选项:state mutations getters actions 那如何获取到state的数据呢? 一般会在组件的计算属性(computed)获取sta ...
分类:
其他好文 时间:
2018-05-15 13:17:47
阅读次数:
164
在我百撕不得其姐情况下,百度到了一篇亲测有用的文章,如下: 1.这里我将Mysql安装在/usr/local/mysql目录里面,也可以安装在其他地方; 2.下载MySQL压缩包 3.解压并复制 4.创建data目录 5.创建mysql用户组及其用户 6.初始化数据 7.复制配置文件到 /etc/m ...
分类:
数据库 时间:
2018-05-15 13:17:32
阅读次数:
182
def do_enter_prod_line(self, cr, uid, ids, context=None): if not context: context = {} mod_obj = self.pool.get('ir.model.data') form_res = mod_obj.get... ...
分类:
其他好文 时间:
2018-05-09 01:11:29
阅读次数:
2101
1、在 文件新增常量 2、新增文件 目录结构如下 3、标题组件 4、各个页面 ...
分类:
其他好文 时间:
2018-05-05 15:34:51
阅读次数:
203
1 # kingadmin.py 2 # ————————04PerfectCRM实现King_admin注册功能———————— 3 from crm import models 4 #print("kingadmin crm",models.Customer) 5 6 # ————————05P ...
分类:
其他好文 时间:
2018-05-03 19:57:01
阅读次数:
207
1、/etc/zabbix/zabbix_agent.conf 2、frontend configuration actions even resource:auto registration create action 3、service zabbix agent restart or wait ...
分类:
其他好文 时间:
2018-05-02 02:30:26
阅读次数:
165
什么是django的signal 官方文档描述如下: Django includes a “signal dispatcher” which helps allow decoupled applications get notified when actions occur elsewhere in ...
分类:
其他好文 时间:
2018-04-30 11:44:35
阅读次数:
205
新解决方案 重置Fiddler,具体步骤: Tools > Fiddler Options > HTTPS > “Certificates generated by MakeCert engine” > Choose CertEnroll > Actions > Reset All Certific ...
分类:
Web程序 时间:
2018-04-27 21:39:36
阅读次数:
431