上一页 1 2 3 4 5 6 7 8 9 ··· 26 下一页

2015年8月25日

php5调用web service (笔者测试成功)

摘要: 转自:http://www.cnblogs.com/smallmuda/archive/2010/10/12/1848700.html感谢作者分享工作中需要用php调用web service接口,对php不熟,上网搜搜,发现关于用php调用web service的文章也不多,不少还是php4里用nu... 阅读全文

posted @ 2015-08-25 17:47 walter371 阅读(365) 评论(0) 推荐(0) 编辑

2015年8月21日

设计角色状态权限控制问题

摘要: http://www.dewen.io/q/4996/%E8%AE%BE%E8%AE%A1%E8%A7%92%E8%89%B2%E7%8A%B6%E6%80%81%E6%9D%83%E9%99%90%E6%8E%A7%E5%88%B6%E9%97%AE%E9%A2%98问:extjs中,模块包含菜单... 阅读全文

posted @ 2015-08-21 15:49 walter371 阅读(285) 评论(0) 推荐(0) 编辑

2015年8月17日

having count group by

摘要: select count(*) from (select field2,count(field2) from bsgj.table1 group by field,items_id having(count(field2)>1)) as tmpwhere field2=43月份以来下单超过两单的收货... 阅读全文

posted @ 2015-08-17 16:41 walter371 阅读(189) 评论(0) 推荐(0) 编辑

mysql TRUNCATE

摘要: 保留小数点select truncate(field1,2) from table1field3 字段类型为decimal(20,3) 阅读全文

posted @ 2015-08-17 16:21 walter371 阅读(187) 评论(0) 推荐(0) 编辑

2015年8月15日

mac os x 系统安装 genymotion android 模拟器

摘要: 如果你有 apk 文件 想 运行一下看看 ,但是又没有 android 设备 ,那么 genymotion 将会是一个 很好的解决方案。1、安装下载链接: https://cloud.genymotion.com/page/launchpad/download/ 下载之前 需要在 官网上 注册一个 ... 阅读全文

posted @ 2015-08-15 12:03 walter371 阅读(706) 评论(0) 推荐(0) 编辑

2015年8月13日

find_in_set

摘要: SELECT * FROM tablename where field1=2 and find_in_set(70,field2) ORDER BY `id` DESCfield2 里某条记录为 70,71,72,73会被找到,保存的值结构为逗号分隔 阅读全文

posted @ 2015-08-13 11:50 walter371 阅读(151) 评论(0) 推荐(0) 编辑

mysql substring_index

摘要: select * from tablename where substring_index(field1,'_',-1)=‘abc'#表中field1的值结构为123_abc 阅读全文

posted @ 2015-08-13 11:43 walter371 阅读(166) 评论(0) 推荐(0) 编辑

mysql字段累加concat

摘要: update tablename set field1=concat(field1,'_bak') where field2 like '%@xxx’ 阅读全文

posted @ 2015-08-13 11:41 walter371 阅读(591) 评论(0) 推荐(0) 编辑

2015年8月11日

php webservice soap

摘要: http://www.cnblogs.com/phpdragon/archive/2012/06/10/2544171.htmlhttp://jeffxie.blog.51cto.com/1365360/1083104/http://blog.sina.com.cn/s/blog_550ffb0b0... 阅读全文

posted @ 2015-08-11 10:48 walter371 阅读(119) 评论(0) 推荐(0) 编辑

2015年7月24日

嗨分享-前端技术-帝国CMS手机站修改列表分页(sysShowListMorePage)

摘要: http://bbs.phome.net/showthread-31-318753-0.html如果你的网站使用的是帝国CMS。PC站和手机站各使用一个模板组,但共同使用一个数据库。那么你的PC站和手机站,列表分页样式是一样的吗?今天嗨分享-前端技术将带你感受不一样的分页样式!PC站可以把分页按1、... 阅读全文

posted @ 2015-07-24 23:58 walter371 阅读(1563) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 ··· 26 下一页

导航