摘要:
因为gmu需要用编译的方式下载,于是联想到bootstrap什么less sass编译less先学,据说基于js编译和less编译器,安装起来详细,sass据网上介绍基于ruby,以下为在mac上下载编译boostrap过程1.安装node.js brew install node.js就可以了2.... 阅读全文
摘要:
1.选择p(推迟)例如冲突文件:a.txt a.txt.mine a.txt.r6328 a.txt.r63362.查看a.txt冲突文件>>>>>> .r63363.三种处理3.1确定并修改和并代码,并svn resolve --accept working a.txt3.2使用'他‘的代码svn... 阅读全文
摘要:
header('Location: ' . $sns->getRequestCodeURL()); 阅读全文
摘要:
字符串:setTimeout('pageScroll(4)',100); 阅读全文
摘要:
非超级用户:sudo 命令svn info 查看svn地址svn co 地址 检出仓库 阅读全文
摘要:
function Person(name){ this.name = name;}Person.prototype = { say: function(){ alert('hi'); }, sayName: function(){ alert(this.name); }};fu... 阅读全文
摘要:
添加时间戳给callbackId $.ajax({ type: "get", url: url, timeout: 6000, data: param, cache: false, dataType: "jsonp", jsonpCallback: "jsoncallback" + ... 阅读全文
摘要:
1.数据表 1.1用户表users字段类型空默认链接到注释id(主键)bigint(20)否user_loginvarchar(60)否用户名user_passvarchar(64)否登录密码;sp_password加密user_nicenamevarchar(50)否用户美名user_email... 阅读全文