码迷,mamicode.com
首页 >  
搜索关键字:init cannot execve    ( 32013个结果
centos vsftp 500 OOPS: cannot change directory
CentO中把vsftpd安裝配置好了,以為大功告成,但用FTP 登入出現下錯誤:500 OOPS: cannot change directoryCentOS系統安裝了SELinux,因為預設下是沒有開啟FTP的服務。//查看SELinux設置# getsebool -a|grep ftpftp_...
分类:其他好文   时间:2014-05-09 22:59:08    阅读次数:351
报错:java.lang.Long cannot be cast to java.lang.Integer
Long 无法转化成Integer类型.    这个异常 经常出现在hinbernate分页查询的时候.  原因:          这里在Hibernate2.0之前版本list.get(0)返回的是Integer类型.          但是在Hibernate3.0以后版本list.get(0)返回的是Long类型.  解决方法 public Intege...
分类:编程语言   时间:2014-05-09 22:00:46    阅读次数:327
layoutSubviews
layoutSubviews在以下情况下会被调用:1、init初始化不会触发layoutSubviews2、addSubview会触发layoutSubviews3、设置view的Frame会触发layoutSubviews,当然前提是frame的值设置前后发生了变化4、滚动一个UIScrollVi...
分类:其他好文   时间:2014-05-09 15:33:00    阅读次数:243
servlert中处理spring Bean
public class InitServlet extends HttpServlet { private static final long serialVersionUID = - 5826096764263027718L; public void destroy() { super.destroy(); } public void init() throws Servl...
分类:编程语言   时间:2014-05-09 14:45:06    阅读次数:324
Linux 下MySQL显示中文字符
1.首先停止MySQL服务:sudo/etc/init.d/mysqlstop2.然后编辑MySQL配置文件:sudogedit/etc/mysql/my.cnf在my.cnf文件中的[client]段下面加入default-character-set=utf8[mysqld_safe]default-character-set=utf8[mysqld]default-character-set=utf8[mysql]default-character-se..
分类:数据库   时间:2014-05-09 14:20:45    阅读次数:351
嵌入式linux 内核关机函数实现
arch/arm/kernel/process.c实现pm_power_off=关机函数参考board-omap3touchbook.c文件中pm_power_off=omap3_touchbook_poweroff;staticvoidomap3_touchbook_poweroff(void) { intpwr_off=TB_KILL_POWER_GPIO; if(gpio_request_one(pwr_off,GPIOF_OUT_INIT_LOW,"DVIreset")<0..
分类:系统相关   时间:2014-05-09 07:03:00    阅读次数:470
* -[__NSArrayM insertObject:atIndex:]: object cannot be nil
程序运行时候崩溃,提示object cannot be nil Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil' 提示如上面。 请问怎么解决...
分类:其他好文   时间:2014-05-09 01:31:55    阅读次数:558
初学cocos2dx 写了个2048 跟大家一起分享下
首先是头文件  部分代码是借鉴加修改  大部分是自己写的。 class HelloWorld : public cocos2d::CCLayer { public: virtual bool init(); static cocos2d::CCScene* scene(); void menuCloseCallback(CCObject* pSender); ...
分类:其他好文   时间:2014-05-09 01:00:56    阅读次数:321
linux下的fork和execve函数使用
fork函数是linux中创建进程的函数,linux创建进程只有用fork,别无他法。我自己写代码fork用的不多,对它的一些细节还不是清楚,今天抽空研究了下fork,把它的一些关键点总结一下,以后用到了自己也好有个参考。1)fork函数会在父进程中创建子进程,子进程的堆,栈,数据段,PC..
分类:系统相关   时间:2014-05-09 00:42:46    阅读次数:600
解决 android.view.ViewGroup$LayoutParams cannot be cast to android.widget.AbsListView$LayoutParams
错误日志1:06-13 10:55:50.410: E/KVLog(1129):Error info:java.lang.ClassCastException: android.widget.LinearLayout$LayoutParams06-13 10:55:50.423: E/KVLog(1...
分类:移动开发   时间:2014-05-08 23:50:45    阅读次数:2753
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!