码迷,mamicode.com
首页 >  
搜索关键字:helper    ( 908个结果
git lfs在切换分支的时候,检出文件,一直提示要输入密码
http://www.cnblogs.com/ballwql/p/3462104.html 执行这个命令git config --global credential.helper store 检查命令是否成功 $ git config -l | grep credentialcredential.h ...
分类:其他好文   时间:2016-07-07 19:03:50    阅读次数:181
jqueryui datepicker失效
实现编辑用户信息功能时使用了jqueryui的datepicker,但是只有第一次在列表中选中用户才能触发弹出框。datepicker会在方法初始化时在页面尾部附加一个<divid="ui-datepicker-div"class="ui-datepickerui-widgetui-widget-contentui-helper-clearfixui-corner-all"></d..
分类:Web程序   时间:2016-07-05 19:07:13    阅读次数:181
Helpers\Number
Helpers\Number This helper has 2 methods for converting a number format and to get a percentage. Number::format($number, $prefix = '4') Converts a giv ...
分类:其他好文   时间:2016-07-05 14:16:20    阅读次数:126
Helpers\Date
Helpers\Date The Date helper is used for calculations with dates. Date::difference($from, $to, $type = null) $from, $to - from and to date in the form ...
分类:其他好文   时间:2016-07-05 14:09:15    阅读次数:164
Helpers\Cookie
Helpers\Cookie The Cookie helper has the following methods: Cookie::exists($key); Returns true or false Cookie::set($key, $value, $expiry = self::FOUR ...
分类:其他好文   时间:2016-07-05 14:03:53    阅读次数:114
Helpers\TableBuilder
Helpers\TableBuilder Table builder helper is a class that would help you to create tables in MySQL (primarily) without really going into details of SQ ...
分类:其他好文   时间:2016-07-05 13:59:34    阅读次数:159
Helpers\Tags
Helpers\Tags The tags helper is a collection of useful methods: Tags::clean($data) Clean function to convert data into an array. Tags::get($string) Th ...
分类:其他好文   时间:2016-07-05 13:57:16    阅读次数:130
Helpers\ReservedWords
Helpers\ReservedWords This helper returns an array of reserved words, this includes php 7's new reserved words. ReservedWords::getList() This helper r ...
分类:其他好文   时间:2016-07-05 13:55:36    阅读次数:111
Helpers\Hooks
Helpers\Hooks Add modules with hooks The hooks helper allows modules to be created within the module folder. Hooks allow code to be injected into vari ...
分类:其他好文   时间:2016-07-05 13:51:36    阅读次数:194
Helpers\CSRF
Helpers\CSRF CSRF Protection The CSRF helper is used to protect post request from cross site request forgeries. For more information on CSRF see https ...
分类:其他好文   时间:2016-07-05 13:50:43    阅读次数:123
908条   上一页 1 ... 45 46 47 48 49 ... 91 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!