1 public function test ( ) 2 { 3 $User = M('authlist'); 4 $rs = $User->join('wifi_shop on wifi_authlist.shopid = wifi_shop.id')->field(' 5 wifi_authli
分类:
Web程序 时间:
2016-02-24 14:16:56
阅读次数:
173
Eva would like to make a string of beads with her favorite colors so she went to a small shop to buy some beads. There were many colorful strings of b
分类:
其他好文 时间:
2016-02-23 20:38:37
阅读次数:
238
一下为从视频和其他教程的总结。文章内大部分为传播智客的mysql记录。特此声明。C:\ProgramFiles\MySQL\MySQLServer5.6\bin>mysql-uroot-p1234mysql复习一:复习前的准备1:确认你已安装wamp2:确认你已安装ecshop,并且ecshop的数据库名为shop二基础知识:1.数据库的连接mysql-u..
分类:
数据库 时间:
2016-02-21 06:44:09
阅读次数:
604
克隆地址 git clone https://git.oschina.net/dy09/dy_shop.git 在克隆下来的文件夹里面进行下面的操作1.git add -A 2.git commit -m '第一次提交' 3.git push 4.邮箱 5.名字 7.git push
分类:
其他好文 时间:
2016-02-16 01:11:58
阅读次数:
165
1,expdp的时候报错:在idc的oracle服务器上正常导入导出都ok的,但是到了azure云上就出故障了:[oracle@pldb1 oracle]$ expdp \'powerdesk/testcrmfile\' directory=DIR_DUMP tables=bis_floor,bis_shop,bis_shop_conn,bis_store,bis_cont dumpfile=zh...
分类:
数据库 时间:
2016-02-06 22:27:12
阅读次数:
859
原文链接 : Building a Coffee Shop App with Swift, Foursquare API and Realm
原文作者 : De Vries Reinder
译文出自 : APPCODA
译者 : kmyhy
人們常說,程序員能將咖啡變成電腦程式。接下來,我們將編寫一個 App,列出距離你最近的咖啡屋!
在本教程中,你將使用到如下技能:...
分类:
移动开发 时间:
2016-02-02 15:14:51
阅读次数:
362
在Suteki.Shop中,未使用微软自已的Unity框架来实现IOC,而是使用了大名鼎鼎Castle Windsor。 因为引用了Windsor,就有必要简要介绍一下。而我的理解,这个IOC容器(Container)包括下面几个重要概念: 容器(Container):Windsor是一个反转控.....
分类:
Web程序 时间:
2016-01-20 11:19:53
阅读次数:
235
在svn中我们的项目,不能称之为项目或文件夹,而是称之为“仓库”仓库的建立步骤:1、创建代码仓库l在任意盘符下建立文件夹(D:\svn\myApp\)做为我们的版本库根目录,如我们需要建立一个shop的项目,当前shop也只能算一个文件夹,而不是“仓库”lsvnadmincreateD:\svn\m...
分类:
其他好文 时间:
2016-01-12 21:22:51
阅读次数:
165
五个统计函数(单独使用,意义不大,经常和分组groupby组合使用)max最大selectmax(shop_price)fromgoods;min最小selectmin(shop_price)fromgoods;sum求和selectsum(shop_price)fromgoods;avg求平均值selectavg(shop_price)fromgoods;count所有值得行数有多少行count(*)绝对..
分类:
数据库 时间:
2016-01-07 18:40:39
阅读次数:
197
having查询差价在200以上的列selectgoods_id,(market_price-shop_price)aschajiafromgoodshavingchajia>200;查询挤压的总货款selectsum(goods_number*shop_price)fromgoods;查询每个栏目下的积压货款mysql>selectcat_id,sum(goods_number*shop_price)fromgoodsgroupbycat..
分类:
数据库 时间:
2016-01-07 18:40:11
阅读次数:
288