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,但是只有第一次在列表中选中用户才能触发弹出框。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 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 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 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 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 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 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 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 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