码迷,mamicode.com
首页 >  
搜索关键字:activated    ( 85个结果
ubuntu14.04 64位 安装eclipse出错
1 错误描述 org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized.  Will retry after the state location is initial...
分类:系统相关   时间:2015-01-02 14:44:43    阅读次数:2122
MyEclipse一直building workspace
减少Eclipse启动后自动启动的插件    具体操作: 在Preferences -> General -> StartUp and Shutdown: 将除Plug-ins activated on startup以外的项目有节选的去掉(比如Mylyn等没用到,就去掉了)   效果: 启动Eclipse后,会有Initialing Java Tools的滚动条,会发现快了很多. 减少...
分类:系统相关   时间:2014-12-25 23:44:10    阅读次数:936
WP8.1 RT 生命周期详解?????????????
应用状态关系转换图根据此“应用状态关系转换图”。有以下:三个状态:NotRunning:未运行 Running:运行中 Suspended:挂起三个事件:Activated 在未运行状态,打开应用 Resuming恢复状态,挂起的应用恢复运行Suspending ...
分类:其他好文   时间:2014-12-23 17:13:34    阅读次数:199
C# dataGridView不显示默认行的解决办法
当页面只有一个dataGirdView时,调用From的Activated函数,在Activated函数里调用以下两个函数,可清除默认选择行private void From_Activated(object sender, EventArgs e) { MyTask.ClearSelection....
分类:Windows程序   时间:2014-12-16 10:02:19    阅读次数:333
C# dataGridView不显示默认行的解决办法
当页面只有一个dataGirdView时,调用From的Activated函数,在Activated函数里调用以下两个函数,可清除默认选择行private void From_Activated(object sender, EventArgs e) { MyTask.ClearSelection....
分类:Windows程序   时间:2014-12-16 09:57:53    阅读次数:210
curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in
当系统开启safe_mode和 open_basedir,在程序中使用以下语句curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1);并且遇到301,302状态吗时会出现错误[11-Oct-2010 14:17:41] PHP Warning: curl_set....
分类:其他好文   时间:2014-09-14 02:31:56    阅读次数:230
curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in
当系统开启safe_mode和 open_basedir,在程序中使用以下语句curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1);并且遇到301,302状态吗时会出现错误PHP Warning: curl_setopt(): CURLOPT_FOLLOWLOC...
分类:其他好文   时间:2014-09-10 12:27:20    阅读次数:178
c# winform 设置winform进入窗口后在文本框里的默认焦点
http://www.cnblogs.com/JuneZhang/archive/2011/04/19/2020585.html进入窗口后默认聚焦到某个文本框,两种方法:①设置tabindex把该文本框属性里的tabIndex设为0,焦点就默认在这个文本框里了。②Winform的Activated事...
分类:Windows程序   时间:2014-08-20 23:55:03    阅读次数:293
rails rake 版本问题
rails rake 版本问题 通常情况下,如果我们电脑上同时装了不同版本的rake时,运行rake命令时会出错,如: rake db:migrate rake aborted! You have already activated rake 0.9.2, but your G...
分类:其他好文   时间:2014-07-29 21:04:42    阅读次数:200
WinForm中关于控件焦点的问题
方法一:在打开一个窗体时,我们往往需要设置焦点让光标出现在我们希望它出现的位置上。这时我们可以在窗体的Activated事件中设置焦点例如我们希望光标在打开窗体的时候出现在textBox1上,我们只需要在Activated事件中添加如下代码:this.textBox1.Focus();即可。Acti...
分类:Windows程序   时间:2014-07-18 19:30:54    阅读次数:309
85条   上一页 1 ... 6 7 8 9 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!