码迷,mamicode.com
首页 >  
搜索关键字:modify    ( 1504个结果
Timer.3 - Binding arguments to a handler
In this tutorial we will modify the program from tutorial Timer.2 so that the timer fires once a second. This will show how to pass additional paramet...
分类:其他好文   时间:2015-04-28 01:35:08    阅读次数:159
Error Code: 1054. Unknown column 'age' in 'user'
1、错误描述 10:28:20 alter table user modify age int(3) after sex Error Code: 1054. Unknown column 'age' in 'user' 0.000 sec 2、错误原因      原本在user表中有age字段,但是在测试阶段删除了,后期将age位置修改,所以报错 3、解决办法      首先,...
分类:其他好文   时间:2015-04-26 10:54:02    阅读次数:476
Warning: Cannot send session cookie – headers already sent…
相信大多数人在写PHP代码的时候,都遇到过类似"Warning: Cannot send session cookie – headers already sent…“或者”Cannot add/modify header information – headers already sent…"这样...
分类:其他好文   时间:2015-04-24 16:08:20    阅读次数:167
php session already send by ……
初学者在处理登录注册的时候可能会遇到一个问题就是Warning: Cannot modify header information - headers already sent by ....这是什么原因呢? 是由于session或者cookie前面有输出 比如 html结构 或者空格 空行 ...
分类:Web程序   时间:2015-04-24 13:53:28    阅读次数:151
由登录服务器时ulimit配置报错,也谈下ulimit配置
最近在登录开发机时,有报错如下:-bash: cannot modify limit: Operation not permitted一定是哪个地方有ulimit设置,想想看,用户登录或用户su命令切换时,系统会调用以下脚本: /etc/profile.d/file /etc/profile /et...
分类:其他好文   时间:2015-04-23 21:20:34    阅读次数:113
Delphi7卸载indy9,安装indy10步骤
1. 找到C:\Program Files\Borland\Delphi7\Borland Delphi7.msi——双击——点Next——选择Modify,点Next——找到Program Files\indy\Do not Install点击。2. 找到C:\Program Files\Borl...
分类:Windows程序   时间:2015-04-20 18:18:23    阅读次数:1656
Jboss配置与优化(内存溢出异常)
文件:jboss7\bin\standalone.conf.bat配置:rem # JVM memory allocation pool parameters - modify as appropriate.set "JAVA_OPTS=-Xms64M -Xmx512M -XX:MaxPermSiz...
分类:其他好文   时间:2015-04-20 12:40:30    阅读次数:415
关于触发器一些小结
我们为什么用触发器呢? 下面摘自部分官方文档:Automatically generate virtual column values(自动生成虚拟列值) Log events(日志事件)Gather statistics on table access(收集统计数据表的访问) Modify table data when DML statements are issued agains...
分类:其他好文   时间:2015-04-20 09:39:58    阅读次数:200
intellij idea 常用的快捷键,只是记录下,不需要的请绕过。
快速修复alt+enter(modify/cast)代码提示alt+/ctr+G定位某一行Shift+F6重构-重命名Ctrl+R替换文本Ctrl+F查找文本Ctrl+E最近打开的文件Ctrl+J自动代码组织导入ctr+alt+O格式化代码ctr+alt+L大小写转化ctr+shift+UCtrl+Alt+O优化导入的类和包Alt+Insert生成代码(如get,set方法,构..
分类:其他好文   时间:2015-04-20 07:07:42    阅读次数:145
Message Box
By default, if we click on the x button on the titlebar, theQtGui.QWidgetis closed. Sometimes we want to modify this default behaviour. For example, i...
分类:其他好文   时间:2015-04-17 17:45:54    阅读次数:134
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!