码迷,mamicode.com
首页 >  
搜索关键字:flush    ( 2196个结果
php下载图片生成原始路径 并将下载过的图片路径保存到txt文件中
';if(ob_get_level() == 0) ob_start();echo 'Downloading...';echo str_pad('',4096)."\n";ob_flush();flush();sleep(1);//$imgurls_array = file('imgurlstest...
分类:Web程序   时间:2014-09-09 11:04:08    阅读次数:235
OSCache报错error while trying to flush writer
OSCache报错error while trying to flush writer
分类:其他好文   时间:2014-09-05 15:40:01    阅读次数:126
mysql 用户方面的操作
1.只新建用户的操作mysql -u root -p密码mysql> insert into mysql.user(Host,User,Password) values(‘localhost’,'czc’,password('root'));mysql>flush privileges;mysql>...
分类:数据库   时间:2014-09-04 16:24:39    阅读次数:278
J2SE基础:12.IO流编程
继承体系: 1:字节流 以stream结尾的都是字节流。字节流用于读取二进制数据。 2:字符流 结尾都是以reader/writer结尾的。 Write append(char c) :写入字符 write(char[] cbuf)  write(String str)  write(int c) flush(...
分类:其他好文   时间:2014-09-03 22:44:48    阅读次数:230
[weird problem] the xm file transfered by wcf,some sections in it were always repeated
some sections in xml are always repeated,I received these file by wcf.I thought it's caused by buffersize of wcf or flush methodof stream.(I don't wha...
分类:其他好文   时间:2014-09-01 15:19:03    阅读次数:279
hibernate flushmode
这里面的清理缓存可以理解为hibernate自动执行了一次 session.flush(); 选择什么样的flush mode就是采取对hibernate session采取什么样的数据刷新的策略。 Session.setFlushMode()用于设定清理缓存的时间点。 对比一下几种flush mode: FlushMode.AUTO:  调用Session的查询方法时,清理...
分类:系统相关   时间:2014-08-25 15:00:24    阅读次数:228
清除所有缓存命令
本地开发的时候有些数据经常被缓存,清除的时候要注释掉代码,如果往线上传的话,还需远程在线上更新或者svn/ftp..传两次。如果用命令的话,就不用这么麻烦了。以memcache为例,默认商品号为11211telnet 127.0.0.1 11211 回车登录之后,输入命令 flush_all 再回车...
分类:其他好文   时间:2014-08-22 12:35:26    阅读次数:282
mysql 1130 ERROR 1130: Host xxx.xxx.xxx.xxx is not allowed to connect to this MySQL server
mysql -u root -pmysql;use mysql;mysql;select 'host' from user where user='root';mysql;update user set host = '%' where user ='root';mysql;flush privil...
分类:数据库   时间:2014-08-18 18:25:22    阅读次数:197
mysql privileges
mysql更改用户权限 This entry was posted by admin Monday, 26 April, 2010 1.“grant all on *.* to?root@’%’?identified by ‘yourpassword’;”——这个还可以顺带设置密码。 2.“flush privileges; ”—...
分类:数据库   时间:2014-08-17 11:52:02    阅读次数:392
mycat配置日志
1:1:MySql Host is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' 解决方法环境:linux,mysql5.5.21错误:Host is blocked because ...
分类:其他好文   时间:2014-08-16 09:43:30    阅读次数:2019
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!