我很长一段时间都在使用CODA ..现在我使用的是aptana studio 3
我的问题
如何从Aptana Studio 3连接到远程主机?
谢谢
在我的安装项目中,当我构建安装项目时,我删除图标并添加新图标我有此错误
位于"应用程序文件夹"中的图标文件xxx无效
我使用VS 2010
无法理解的差别TotalFreeSpace和AvailableFreeSpace
在我的项目中,我使用SQL CE 3.5数据库与实体框架,并遵循 这篇文章, 但我有这个例外:
无法加载与版本8080的ADO.NET提供程序对应的SQL Server Compact的本机组件.安装正确版本的SQL Server Compact.有关更多详细信息,请参阅知识库文章974247.
所有细节
System.Data.SqlServerCe.SqlCeException was unhandled
Message=Unable to load the native components of SQL Server Compact corresponding to the ADO.NET provider of version 8080. Install the correct version of SQL Server Compact. Refer to KB article 974247 for more details.
Source=""
HResult=-1
NativeError=-1
StackTrace:
at System.Data.SqlServerCe.NativeMethods.LoadNativeBinaries()
at System.Data.SqlServerCe.SqlCeConnection..ctor()
at System.Data.SqlServerCe.SqlCeProviderFactory.CreateConnection()
at System.Data.EntityClient.EntityConnection.GetStoreConnection(DbProviderFactory factory)
at System.Data.EntityClient.EntityConnection.ChangeConnectionString(String newConnectionString)
at System.Data.Objects.ObjectContext..ctor(String connectionString, String defaultContainerName)
at DAL.OimDBEntities..ctor()
at DAL.OimRepository..ctor()
at Microsoft.Rtc.Collaboration.Sample.SubscribePresenceView.UCMASampleSubscribePresenceView.Subscribe()
at Microsoft.Rtc.Collaboration.Sample.SubscribePresenceView.UCMASampleSubscribePresenceView.Run()
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, …Run Code Online (Sandbox Code Playgroud) 我使用jquery ui选择菜单和自定义渲染选项
我怎么能处理这个change事件?
我试试
$('#filesA').on('change', function() {
alert( 'x');
});
Run Code Online (Sandbox Code Playgroud)
但它不适用于jQuery UI Selectmenu
我也试试
$( "#filesA" ).selectmenu({
change: function( event, ui ) {}
});
Run Code Online (Sandbox Code Playgroud)
它正在工作,但它创建了另一个选择菜单实例!

我的js代码
$( document ).ready(function() {
$( "#filesA" ).selectmenu({ change: function( event, ui ) { alert('x'); }});
$.widget( "custom.iconselectmenu", $.ui.selectmenu, {
_renderItem: function( ul, item ) {
var li = $( "<li>", { text: item.label } );
if ( item.disabled ) {
li.addClass( "ui-state-disabled" );
}
$( "<span>", {
style: item.element.attr( "data-style" ), …Run Code Online (Sandbox Code Playgroud) 如何IncomingConfig使用linq to xml 检查元素是否存在?
<?xml version="1.0" encoding="utf-8"?>
<settings>
<IncomingConfig>
<ip>10.100.101.18</ip>
<port>5060</port>
</IncomingConfig>
<Device>
<username>tarek</username>
<AgentName>tarek</AgentName>
<password>ffff</password>
</Device>
<Device>
<username>adf</username>
<AgentName>adf</AgentName>
<password>fadsf</password>
</Device>
</settings>
Run Code Online (Sandbox Code Playgroud) $.map和$.grepjQuery有什么区别?
我想尽可能简单的回答.
大家好我使用这个配色方案
钴颜色方案:TextMates Cobalt颜色方案的Vim版本
我无法在插入模式下看到光标
我怎么能改变这种颜色
编辑:
我认为这是游标部分
hi CursorLine guifg=none guibg=#002943
hi Cursor guifg=#F8F8F8 guibg=#A7A7A7
hi CursorIM guifg=#F8F8F8 guibg=#002947"#5F5A60
Run Code Online (Sandbox Code Playgroud)
谢谢
c# ×3
jquery ×3
vim ×3
javascript ×2
.net ×1
aptana ×1
color-scheme ×1
ftp ×1
jquery-ui ×1
linq-to-xml ×1
plugins ×1
select-menu ×1
xml ×1