年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
青否云后端云 - wallimn
- vipbooks
- gashero
- wy_19921005
- benladeng5225
- fantaxy025025
- e_e
- javashop
- sam123456gz
- zysnba
- tanling8334
- arpenker
- kaizi1992
- xpenxpen
- lemonhandsome
- xiangjie88
- ganxueyun
- xyuma
- wangchen.ily
- Xeden
- jh108020
- zhanjia
- johnsmith9th
- zxq_2017
- jbosscn
- forestqqqq
- ajinn
- daizj
- wjianwei666
- ranbuijj
- 喧嚣求静
- silverend
- sichunli_030
- kingwell.leng
- lchb139128
- kristy_yy
- lich0079
- jveqi
- lzyfn123
- java-007
- sunj
- yeluowuhen
- lerf
- xiaoxinye
- flashsing123
- lxguy
- zhangjijun
最新文章列表
最近在新浪的云平台中做应用 为SAE写的一个mysql操作类
用了这个类,将来如果把应用迁出,只需要把这个类修改一下就可以了。最近在新浪的云平台(SAE,http://sae.sina.com.cn)中做应用,本来使用SAE提供的mysql操作类SaeMysql(http://apidoc.sinaapp.com/sae/SaeMysql.html),但是有些不方便:
1、SaeMysql没有提供完整的增删查改方法,插入数据、删除数据、更新数据都只能自己写完 ...