安装控件时报错误"Unit '%s' implicitly imported into package '%s' (Delphi)",在Contains项里添加警告的项目。添加完全后再编译即可通过。
原创
2012-12-03 14:55:28
1466阅读
Today met another error:expected ';',',' or ')' before '&' token.This error was raised because I use reference (&) to pass arguments to a function. This is again not supported by C.Together wi
原创
2016-06-26 09:15:48
9565阅读
在编程过程中出现这个问题,Unknown column 'S1234' in 'where clause' 以为是什么原因,找了很久才发现是细节问题, 原来在写SQL语句时,作为条件的参数是字符串,所以就出现了上述问题, 解决: 在条件上加上双引号“” 或‘’即可!
原创
2014-03-01 23:53:25
650阅读
又是匆匆的一年,悄然回首,2011得到的,失去的,欢乐的,酸楚的,每天都在交错。临近春节,将手头琐碎的工作整理一下,记录这一年自己走过的路,留住 这时光,让未来的我可以更好的审核自我。 2011年初,我决定改变自己的命运,寻找更好的生活、工作环境。离开上一家公司最根本原因,不是待遇问题,而是在小公司的打拼中,我看
原创
2012-01-13 17:56:33
660阅读
点赞
4评论
'or'='or'
原创
2010-02-26 15:43:34
563阅读
sed 's/foo/bar/' file # 只替换每一行中的第一个“foo”字串 sed 's/foo/bar/4' file # 只替换每一行中的第四个“foo”字串 sed 's/foo/bar/g' file # 将每一行中的所有“foo”都换成“bar” 
转载
精选
2014-07-09 15:43:54
576阅读
6.3.4. Increasing Responsiveness with Ajax ('It's Too Slow!') 使用Ajax的主要原因是为了增强web应用的速度和响应能力。注意,这里速度和响应准确的说并不是一个概念:响应产生了对速度的感觉。 在许多应用中,使用ajax请求,减少了请求在网络交通中的数量,减少了页面加载的时间,通过这种方式确实提高了速度。但是几乎在每一个应用中,
推荐
翻译
2008-11-17 10:26:27
1159阅读
1评论
【>】 替换
【>>】追加
【1】 正确
【2】 错误 不要错误输出可采用2>/dev/dev/null
e.g
mj@monitor ~]$ ls
123 456
[mj@monitor ~]$ ls 789 >>123 2>&g
原创
2011-03-21 14:47:22
621阅读
Nick feels really bad today.
He is at work but he wants to go home.
He has a headache and a fever.
……
原创
2010-11-19 11:28:26
732阅读
点赞
这叫烦心啊!
星座运势:2006年03月23日
每日运势:水瓶座
⊙综合指数:79%
⊙爱情指数:82%
⊙工作指数:68%
⊙财运指数:87%
⊙健康指数:77%
⊙幸运色:灰色
⊙幸运数字:9
⊙速配Q友:天蝎座
今日概述: 紧张的情绪,最适合听张蓝调音乐来放松一下。想制造些不一样的浪漫,就给情人来点神秘的惊喜
转载
2006-03-22 22:30:13
516阅读
What are 'privileges' and 'permissions' ?权力和权限是什么?http://www.dslreports.com/faq/11221Many people get confused between 'privileges' and 'permissions' in Windows NT/2000/XP.In NT/2000/XP, a 'privilege'
转载
精选
2016-07-19 10:02:56
773阅读
/*FXBlurView属性@property (nonatomic, getter = isBlurEnabled) BOOL blurEnabled;这个属性切换为个体FXBlurView实例模糊了。模糊是默认启用。注意,如果您使用+ setBlurEnabled方法禁用模糊那将会覆盖该设置。@property (nonatomic, getter = isDynamic) BOOL dyna
原创
2017-04-23 09:10:11
1414阅读
我在Suse Linux 10.2下用自带光盘用Yast2安装Mysql 5.0, 装好后在终端输入mysql, mysql成功启动,退出,再输入 mysqladmin -u root password XXXXX, 出现错误: mysqladmin: connect to server at 'localhost' failederror: 'Access denied for user 'ro
转载
精选
2009-09-16 14:16:31
1212阅读
在centos下安装好了mysql,用root帐号连上mysql,然后创建一个数据库,提示下图错误: 提示:ERROR 1044 (42000): Access denied for user ''@'localhost'
to database
'mysql'。网上找了一个比较流行的方法(见方法一),搞定了。今天又用这个试了试,却搞不定,在网上找了半天,终于发现是因为mysql数据库的
u
转载
2017-03-13 15:14:21
845阅读
Form action defaulting to 'action' attribute's literal value
在使用<s:form>标记时,发现控制台总是输出警告信息,
警告信息内容如下:
警告: No configuration found for the specified action: 'ShowMessage' in namespace: ''. Form
转载
精选
2012-05-06 20:00:35
499阅读
感觉写过的文档会常常找不到,费时耗力, 决定将以后写的东西发到博客上,方便查询和交流……
原创
2015-10-26 09:28:45
320阅读
Who's it for?这是给谁的?It's for you.这是给你的Who's the pen for?It's for you.Who's the watch for?It's for you. Who's the cake for?It's for you.
原创
2015-02-10 17:00:09
578阅读
When we configure a network using EIA/TIA-232cable,we have to assign a clock rate for the DTE router's interface.Then which clock rate will you choose to configure your Router?
Don't wo
原创
2012-04-02 01:19:59
669阅读
gentoo系统
内核版本: 3.1.6
用emerge安装mysql之后使用命令
mysql -u root -p 提示:
mysqladmin: CREATE DATABASE failed; error: 'Access denied for user ''@'localhost' to database 'cacti''
原因是mysql的密码有问题
用mysql匿名用户可以进
原创
2012-01-31 17:23:24
10000+阅读
2012-5-22 18:15:21 com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
警告: No configuration found for the specified action: 'athleteSignup/saveAthleteSignupBatch.action' in namespace: '/event'. Form action defaulting to 'action' attribute's literal value.的解决方法详解!
原创
2012-05-22 18:21:03
3041阅读