数据库2025年05月31日
一、查看循环中打开的游标有一个相应的关闭;二、如果没有inserting/updating/deleting,不需要commit语句;三、每个fetch后都应该有一个Exit when name_of_cursor%notfound语句;四、循环中需要紧接着CLOSE子句; 参考》http://blog.csdn.net/xyj0808xyj/articl...
前端开发2025年05月20日
window.showModalDialog()方法用来创建一个显示HTML内容的模态对话框。 window.showModelessDialog()方法用来创建一个显示HTML内容的非模态对话框。 使用方法: vReturnValue = window.showModalDialog(sURL [, vArguments] [,sFeatures]) v...
数据库2023年05月21日
在登录阿里云服务器时mysql提示Changed limits: max_open_files: 2048 max_connections: 1910 table_cache: 64 解决办法 mysql bin > mysqld-nt --table_cache=64 mysql bin > mysqld-nt --innodb_open_fi...
后端开发2023年05月12日
最近在使用阿里云主机的时候,发现用PHPEXCEL导出数据表时,系统报出以下错误: Warning: realpath() [function.realpath]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/data/home/byu...
后端开发2023年05月07日
Bat_Moban.txt:pi ping {#IP#} -n 1 | find "TTL=" > nul if errorlevel 1 ( goto pi ) else&nbs...