码迷,mamicode.com
首页 >  
搜索关键字:save    ( 6387个结果
[r]Seven habits of effective text editing
If you spend a lot of time typing plain text, writing programs or HTML, you can save much of that time by using a good editor and using it effectively...
分类:其他好文   时间:2014-09-29 13:50:10    阅读次数:267
程式上传的功能修改
第一步:编辑这个文件\app\controllers\user\upload.php找到第44行附近的代码$data['uplink']=site_url('user/upload/upload_save').'?ac='.$data['ac'];把这一行改成$data['uplink']='htt...
分类:其他好文   时间:2014-09-29 10:23:37    阅读次数:145
spring aop execution表达式
execution中第一个*表示任何返回类型.要注意一点,类名需要用一个.占位再如:save*(..):以save开头的方法
分类:编程语言   时间:2014-09-27 18:29:30    阅读次数:228
phpmyadmin 在 访问 表 的结构 选项时 卡死的解决方法
第一步, 打开 ./version_check.php文件. 找到以下代码.$save=true;$file='http://www.phpmyadmin.net/home_page/version.json';if(ini_get('allow_url_fopen')){$response=fil...
分类:Web程序   时间:2014-09-27 16:26:50    阅读次数:152
Grunt实现自动化单元测试
直奔主题: 一、安装grunt-contrib-qunit npm install grunt-contrib-qunit --save-dev (前提先安装nodejs和npm) 自动下载grunt-lib-phantomjs库,安装phantomJS phantomjs实现了一个无界面的webkit浏览器。虽然没有界面,但dom渲染、js运行、网络访问、canvas/s...
分类:其他好文   时间:2014-09-27 13:41:39    阅读次数:220
常用名词
get 获取/set 设置, add 增加/remove 删除create 创建/destory 移除 start 启动/stop 停止open 打开/close 关闭, read 读取/write 写入load 载入/save 保存, cre...
分类:其他好文   时间:2014-09-27 11:55:29    阅读次数:173
HDU 4417 Super Mario(离线线段树or树状数组)
Problem Description Mario is world-famous plumber. His “burly” figure and amazing jumping ability reminded in our memory. Now the poor princess is in trouble again and Mario needs to save his lover...
分类:其他好文   时间:2014-09-26 22:30:09    阅读次数:203
.NET进阶 — Nhibernate 持久化的三种状态
引入   在面向对象的开发中,程序的运行都是通过对象的方式对数据库进行增删改查的操作,必然在持久化过程中产生一些列的对象,比如登陆,必然会有实例化的UserEntity对象,从数据库Select出来的对象,Save到数据库的对象,如何区分这些对象以及当前会话的状态,下面看NHibernate中的对象状态的管理: Nhibernate 三态 Nhibernate在持久化对象...
分类:Web程序   时间:2014-09-26 22:11:19    阅读次数:251
mongo实践-透过js shell操作mongo
mongo实践-通过js shell操作mongo保存命令:j={name:"wangjingjing",age:15}db.user.save(j);查询命令:var cursor = db.user.find();while(cursor.hasNext())printJson(cursor.n...
分类:Web程序   时间:2014-09-26 18:43:58    阅读次数:227
unity 截图保存及显示
需要注意的是win平台加载图片,用到"file:///"参考来源 StartCoroutine(SaveThePlayerColorImage(320));//save the color image when the player pass the wall IEnumerator Save...
分类:其他好文   时间:2014-09-26 12:39:08    阅读次数:238
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!