会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
chenzsh
博客园
首页
新随笔
联系
订阅
管理
2014年8月1日
网站收藏
摘要: 弹出层:http://sentsin.com/jquery/layer/javaScript秘密花园:http://bonsaiden.github.io/JavaScript-Garden/zh/#types.casting基于Curl的快速入门:http://www.chinaz.com/pro...
阅读全文
posted @ 2014-08-01 12:03 chenzsh
阅读(96)
评论(0)
推荐(0)
2014年6月30日
YII 中的事务处理机制
摘要: $model=Post::model();$transaction=$model->dbConnection->beginTransaction(); try{ $post=$model->findByPk(10); $post->title='new post title'; $po...
阅读全文
posted @ 2014-06-30 01:04 chenzsh
阅读(317)
评论(0)
推荐(0)
2014年6月29日
String,Array等原生引用对象prototype问题(打X未解决,打勾已解决)
摘要: 1、2014年6月29日 10:51:44 原型模式 疑问一: String类型中,动态为其加入函数时候,可以通过String.prototype.[[functionname]] = function(){}方式或者直接string.[[functionname]] = functio...
阅读全文
posted @ 2014-06-29 11:07 chenzsh
阅读(144)
评论(1)
推荐(0)
公告