码迷,mamicode.com
首页 >  
搜索关键字:includes    ( 1038个结果
sas优化技巧(3)排序
1:防止不必要的排序下面四种方式可以防止排序的进行􀀀1.1:BY-group processing with an index to avoid a sort在以下情况下,by语句不会用索引the BY statement includes theDESCENDING or NOTSORTED o...
分类:编程语言   时间:2014-11-30 21:16:40    阅读次数:299
CucumberPeople 1.3.2 发布
CucumberPeople 网站:http://alterhu.github.io/CucumberPeople/This eclipse plugin based onRubyMine,and It includes all Cucumber Features you known,But It'...
分类:其他好文   时间:2014-11-30 14:00:57    阅读次数:138
Nutch 1.0 源代码分析[3] Plugin(2)
2. plugin.auto-activation:当被配置为过滤(即不加载),但是又被其他插件依赖的时候,是否自动启动,缺省为 true。 plugin.auto-activation true 3. plugin.includes:要包含的插件名称列表,支持正则表达式方式定义。 ...
分类:其他好文   时间:2014-11-30 07:07:52    阅读次数:211
关于wordpress慢的问题
随笔记载: 关于wordpress访问慢的原因,主要是wordpress采用了google前端库, 需替换wordpress/wp-includes/script-header.php中所有的google替换未useso 主要原因就由于国内用户访问google速度慢所致。所以替换为3...
分类:其他好文   时间:2014-11-29 00:02:25    阅读次数:175
【转】一个海外采购商对中国供应商报价单的建议
As a sourcing agent and buyer I can tell you what is a good quotation for me: it includes all relevant information! My job is to find a reliable suppl...
分类:其他好文   时间:2014-11-28 13:58:22    阅读次数:121
搜索页面title
首先修改 includes/lib_main.php 文件将$page_title = $GLOBALS['_CFG']['shop_title'] . ' - ' . 'Powered by ECShop';修改为$page_title = $GLOBALS['_CFG']['shop_title...
分类:其他好文   时间:2014-11-28 11:37:30    阅读次数:100
延长zencart1.5.x后台的15分钟登录时间和取消90天强制更换密码
延长zencart1.5.x后台的15分钟登录时间打开includes\functions\sessions.phpif (IS_ADMIN_FLAG === true) { if (!$SESS_LIFE = (SESSION_TIMEOUT_ADMIN > 900 ? 900 : SESSIO....
分类:其他好文   时间:2014-11-27 14:17:11    阅读次数:135
去除wordpress由代发
在服务器上安装好wordpress后,通过程序发送邮件却显示...由代发,解决办法很简单:进入程序文件夹wp-includes修改pluggable.php文件,在最后一行加入如下代码:// email addressadd_filter('wp_mail_from','mail_from');fu...
分类:其他好文   时间:2014-11-26 18:41:21    阅读次数:153
C# - readonly
The readonly keyword is a modifier that you can use on fields. When a field declaration includes a readonly modifier, assignments to the fields introduced by the declaration can only occur as part of...
分类:Windows程序   时间:2014-11-25 16:38:19    阅读次数:260
Ecshop 后台增加一个左侧列表菜单menu菜单的方法
Ecshop 后台增加一个左侧列表菜单menu菜单需要修改三个文件:/admin/includes/inc_menu.php/admin/includes/inc_priv.php/languages/zh_cn/admin/common.php1.在/admin/includes/inc_menu...
分类:其他好文   时间:2014-11-25 12:23:22    阅读次数:161
1038条   上一页 1 ... 86 87 88 89 90 ... 104 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!