摘要:
帐号生成:http://www.cnblogs.com/inday/p/weixin-public-platform-test-account.html 菜单设置:http://menu.fangbei.org/index.php 阅读全文
摘要:
1.字段联合唯一,unique(ServerVersion , MobileVersion, MobileType) 。并且mysql设置多个字段为主键是起不到约束唯一的作用。2.二进制用BLOB 存储。 阅读全文
摘要:
一,登陆phpmyadmin,然后点击左侧进入mysql数据库,在顶部点击“mysql”进入sql输入界面。输入以下命令:update user set password=password('123456') where User='root'其中123456为你希望修改的密码,切记不要在数据库中直... 阅读全文
摘要:
找了半天才发现是这个属性在控制,tipPosition:'left',官网那个demo,误人子弟。 阅读全文