Registry 中文意思是记录,登记,记录本的意思, 在opencart中他的用途就是 登记公共类.类的原型放在 system\engine文件夹下 代码很简单: data[$key]) ? $this->data[$key] : NULL); } public fu...
分类:
其他好文 时间:
2014-07-12 00:58:55
阅读次数:
281
1. “Registry”设计模式在OpenCart中,Registry是整个系统的信息中枢。Registry是一个单例(Singleton),在index.php起始页面中,首先作为构造函数参数传递给所要用到的类创建类实例,并随之将这个类实例设置到这个“注册表”中,这个注册表就像是一个共享的数据总...
分类:
其他好文 时间:
2014-07-12 00:56:17
阅读次数:
283
动态内存可以跨函数使用示例# include # include void f(int ** q){ *q = (int *)malloc(sizeof(int)); //sizeof(数据类型) 返回值是该数据类型所占的字节数 //等价于 p = (int *)mall...
分类:
其他好文 时间:
2014-07-07 17:54:08
阅读次数:
209
Problem A: GuessTime Limit:1 SecMemory Limit:32 MBDescriptionIn the television program "Shopping Street" of CCTV-2, two people, A and B are guessing t...
分类:
其他好文 时间:
2014-06-30 23:24:47
阅读次数:
220
对每个圆二分半径寻找可行的最小半径,然后取最小的一个半径。
对于两圆相交就只要求到两个扇形,然后减去两个全等三角形就行了。
#include
#include
#include
#include
using namespace std;
#define pi acos(-1.0)
#define eps 1e-8
#define maxn 50
int n;
struct point{...
分类:
其他好文 时间:
2014-06-29 22:36:16
阅读次数:
247
在opencart中,几乎所有的版权信息都写在language里,我们找到catalog/language/your language/mail/order.php这个语言文件,找到$_['text_new_powered'] = 'Powered By OpenCart.';把单引号里的内容替换成...
分类:
其他好文 时间:
2014-06-28 12:20:12
阅读次数:
286
这书不错,链接-装载-库 我觉得是很底层的东西。比如很多人闭着眼睛都能写出来的hello world(当然不包括brianfuck,如果你会,你真的闹残了吗= =), 其实链接编译器做了很多,不然就哪来的printf,这IO初始化也是CRT(c runtime)库完成的。堆栈的初始化,还有系统装载让程序运行等等。涉及很多。
书里后面就讲了一个CRT库,自己写一个,感觉不错,学了很多。比如mall...
分类:
其他好文 时间:
2014-06-22 06:46:27
阅读次数:
337
后台修改admin配置文件和修改根目录下的config.php网站路径比如“/home/wwwroot/yiju/”或“D:/AppServ/www/yiju/”其中yiju是我在网站服务器下建立的网站根目录,以此举例修改/admin/config.php文件,如下:上传和导入数据库搬迁成功!
分类:
其他好文 时间:
2014-06-15 07:17:06
阅读次数:
319
web.xml中配置Filter: jsessionid
cn.iautos.mall.filter.RemoveUrlSessionFilter jsessionid /* java代码如下:package
cn.iautos.mall.filter;import ...
分类:
Web程序 时间:
2014-05-31 17:08:04
阅读次数:
253
Here are some tips to guide you while shopping
discount LV bags online. Look at the rack bag. Before you go out and buy
handbags online, it is good to...
分类:
其他好文 时间:
2014-05-26 10:26:29
阅读次数:
279