码迷,mamicode.com
首页 >  
搜索关键字:frontend    ( 327个结果
Overview of the Oppia codebase(Oppia代码库总览)
Oppia is built with Google App Engine. Its backend is written in Python, and its frontend is written using AngularJS. Oppia是基于Google App Engine开发建设的。它 ...
分类:其他好文   时间:2016-04-13 02:13:42    阅读次数:241
无限级分类
yii2 无限级分类 模型层 <?php namespace frontend\models; use Yii; /** * This is the model class for table "region". * * @property integer $region_id * @propert ...
分类:其他好文   时间:2016-04-07 20:17:13    阅读次数:115
使用zabbix-java-gateway监控JVM
首先安装并配置zabbix-java-gateway。 其次java应用配置jmxRemote。 然后在zabbix-frontend添加JMX interfaces。 最后应用模板。模板见附件http://files.cnblogs.com/files/memoryredbook/simu_Tem ...
分类:编程语言   时间:2016-04-06 11:08:07    阅读次数:144
sphinx ajax搜索分页,memcache缓存,批量删除
控制器层 <?php namespace frontend\controllers; use Yii; use yii\web\Controller; //use frontend\models\Zhan; use yii\data\Pagination; use SphinxClient; use ...
分类:Web程序   时间:2016-03-31 18:50:39    阅读次数:278
Yii2的相关学习记录,后台模板和gii(三)
前面已经可以正常登录,但我们需要体验下最常用的增删查改的操作。这里就需要gii,通过gii可以方便的生成表单、表格的框架,不需要我们再写重复的东西。 gii访问地址:http://localhost/vishun/frontend/web/index.php?r=gii或者http://localh ...
分类:其他好文   时间:2016-03-29 00:41:46    阅读次数:197
关于aria2-yaaw下载软件
aria2是一个非常优秀的下载软件,然而aria2本体只是一个命令行执行的软件,功能强大,但是没有gui的话使用起来多多少少有些不方便。于是去网上搜索了一下封装了aria2的下载器,结果却是找到了几个aria2的gui前端,其中之一便是Yet Another Aria2 Web Frontend,a ...
分类:其他好文   时间:2016-03-27 14:05:29    阅读次数:176
ELKStack实时分析Haproxy访问日志配置
1.Haproxy配置日志规则在/etc/haproxy/haproxy.conf的frontend下增加optionhttplog optionlogasap logLogServerIPlocal5 capturerequestheaderHostlen40 capturerequestheaderX-Forwarded-Forlen50 #capturerequestheaderAccept-Languagelen50 capturerequestheaderRefererlen..
分类:其他好文   时间:2016-03-26 20:32:39    阅读次数:234
CSS总结(四)—— CSS选择器优先级
例:找出下面优先级相同的选择器 B.[data-job="frontend"]::first-letter,总纬度是0,0,1,1(即:10+1=11;) C. #main::before,总纬度是0,1,0,1(即:100+1=101;) D. [type="checkbox"]:checked,
分类:Web程序   时间:2016-03-21 17:59:30    阅读次数:167
HAproxy指南之haproxy配置详解(理论篇)
一.haproxy配置文件详解haproxy配置分为五部分,分别如下:1global:(全局配置主要用于设定义全局参数,属于进程级的配置,通常和操作系统配置有关)2default:(配置默认参数,这些参数可以被用到frontend,backend,Listen组件)在此部分中设置的参数值,默认会自动引用到下面的fro..
分类:其他好文   时间:2016-03-15 00:55:40    阅读次数:4807
去除magento多店铺URL地址中的“___from_store=”
找到app\design\frontend\base\default\template\page\switch\languages.phtml文件,打开并修改如下代码。 修改完成之后,刷新缓存,即可去除“___from_store=”字符串了~~
分类:Web程序   时间:2016-03-14 11:59:01    阅读次数:157
327条   上一页 1 ... 22 23 24 25 26 ... 33 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!